nrinaudo / kantan.csv

CSV handling library for Scala
http://nrinaudo.github.io/kantan.csv/
Apache License 2.0
345 stars 36 forks source link

Why case class has implicits issue ? #340

Closed LizzyMiao closed 2 years ago

LizzyMiao commented 2 years ago
image

I am new to scala and when I use this package follow the example in https://nrinaudo.github.io/kantan.csv/step_by_step_parsing.html it shows up above error...

Any suggestion of this?

nrinaudo commented 2 years ago

Sure. If you look at the documentation, there’s an entire section dedicated to decoding case classes, which you presumably haven’t gone through.