jrj-d / csv-parse

A generic CSV parser written in Scala: transform a CSV line into a case class with minimal boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csv-parse

A generic CSV parser written in Scala: transform a CSV line (a SeqofString`) into a case class with minimal boilerplate.

  • Typesafe.
  • Allows nested case classes.
  • Behaves nicely with Option's.
  • Extensible for special types you might want.

Find usage example in Example.scala.

About

A generic CSV parser written in Scala: transform a CSV line into a case class with minimal boilerplate

License:Apache License 2.0


Languages

Language:Scala 100.0%