Skip to content

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

License

Notifications You must be signed in to change notification settings

jrj-d/csv-parse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages