kantan.csv
kantan.csv copied to clipboard
CSV handling library for Scala
## About this PR 📦 Updates * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from `2.12.15` to `2.12.19` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.19) - [Version Diff](https://github.com/scala/scala/compare/v2.12.15...v2.12.19) ## Usage ✅ **Please merge!** I'll automatically update this...
## About this PR 📦 Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `1.6.2` to `1.9.9` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.9.9) - [Version Diff](https://github.com/sbt/sbt/compare/v1.6.2...v1.9.9) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates [pl.project13.scala:sbt-jmh](https://github.com/sbt/sbt-jmh) from `0.4.0` to `0.4.7` 📜 [GitHub Release Notes](https://github.com/sbt/sbt-jmh/releases/tag/v0.4.7) - [Version Diff](https://github.com/sbt/sbt-jmh/compare/v0.4.0...v0.4.7) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates [com.opencsv:opencsv](https://sourceforge.net/p/opencsv/source/ci/master/tree/) from `5.5.2` to `5.9` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...
Tested on master (d83a0ac438bb7f2c3a57aef124b1f5edc8ad5dcb) and v0.7.0 ```scala new File("/home/x/test2.csv") .asCsvReader[(String, String)](CsvConfiguration.rfc) .toList ``` ``` Exception in thread "sbt-bg-threads-1" java.lang.StackOverflowError at kantan.csv.engine.InternalReader.hasNextChar(InternalReader.scala:66) at kantan.csv.engine.InternalReader.escapedCell(InternalReader.scala:174) at kantan.csv.engine.InternalReader.escapedCellEnd(InternalReader.scala:169) at kantan.csv.engine.InternalReader.escapedCell(InternalReader.scala:186) at kantan.csv.engine.InternalReader.escapedCellEnd(InternalReader.scala:169) at...
## About this PR 📦 Updates [org.scala-lang.modules:scala-collection-compat](https://github.com/scala/scala-collection-compat) from `2.6.0` to `2.11.0` 📜 [GitHub Release Notes](https://github.com/scala/scala-collection-compat/releases/tag/v2.11.0) - [Version Diff](https://github.com/scala/scala-collection-compat/compare/v2.6.0...v2.11.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
I've seen https://github.com/nrinaudo/kantan.csv/issues/286, but my use case involves CSV files that have 50+ columns, which means I need to first extract 3 helper case classes from each row, and then...
Updates [org.apache.commons:commons-csv](https://gitbox.apache.org/repos/asf?p=commons-csv.git) from 1.9.0 to 1.10.0. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...
Updates [com.fasterxml.jackson.dataformat:jackson-dataformat-csv](https://github.com/FasterXML/jackson-dataformats-text) from 2.13.1 to 2.13.5. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...
## About this PR 📦 Updates [com.github.tototoshi:scala-csv](https://github.com/tototoshi/scala-csv) from `1.3.10` to `1.4.1` 📜 [GitHub Release Notes](https://github.com/tototoshi/scala-csv/releases/tag/1.4.1) - [Version Diff](https://github.com/tototoshi/scala-csv/compare/1.3.10...1.4.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...