kantan.csv
kantan.csv copied to clipboard
CSV handling library for Scala
Updates [org.scala-lang.modules:scala-collection-compat](https://github.com/scala/scala-collection-compat) from 2.6.0 to 2.8.1. [GitHub Release Notes](https://github.com/scala/scala-collection-compat/releases/tag/v2.8.1) - [Version Diff](https://github.com/scala/scala-collection-compat/compare/v2.6.0...v2.8.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.6.2 to 1.7.1. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.7.1) - [Version Diff](https://github.com/sbt/sbt/compare/v1.6.2...v1.7.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
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.16. [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.16) - [Version Diff](https://github.com/scala/scala/compare/v2.12.15...v2.12.16) I'll automatically update this PR to resolve conflicts as long as you don't change it...
Hello, Is it possible to write a decoder for a `NonEmptyList` in a generic manner? The only way I've managed to do it is defining an encoder per type. Say...
Updates [com.fasterxml.jackson.dataformat:jackson-dataformat-csv](https://github.com/FasterXML/jackson-dataformats-text) from 2.13.1 to 2.13.3. 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...
This PR adds the covariant annotation `+` on the type parameter of the alias used in e.g. `ParseResult`, as the aliased type is using this parameter in the covariant position....
Updates [joda-time:joda-time](https://github.com/JodaOrg/joda-time) from 2.10.13 to 2.10.14. [GitHub Release Notes](https://github.com/JodaOrg/joda-time/releases/tag/v2.10.14) - [Version Diff](https://github.com/JodaOrg/joda-time/compare/v2.10.13...v2.10.14) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [com.opencsv:opencsv](https://sourceforge.net/p/opencsv/source/ci/master/tree/) from 5.5.2 to 5.6. 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...
Closes #315 Adds a new set of `decoderWith` operators to the `HeaderDecoder` and `HeaderCodec` companion objects. The old method `decoder` method now delegates to `decoderWith` but uses the default equality...
This PR adds the ability to specify "optional" columns (at a slight performance cost due to additional allocations). The approach here was to basically build in an `Apply`, by describing...