PureCSV icon indicating copy to clipboard operation
PureCSV copied to clipboard

A type-safe and boilerplate-free CSV library for Scala

Results 9 PureCSV issues
Sort by recently updated
recently updated
newest added

How can I avoid having the quotes for each value when converting my case class to CSV? Ex. for tab separated "2020-12-10" "XXXX" "2020-12-17" I want to not have the...

use readCsvFromFileName

This adds a module for the refined project. I moved the purecsv main code into its own directory to provide a clearer separation of the purecsv core and the modules.

Complex hierarchy look like not properly handled by PureCSV

Sometimes an application only needs to produce or consume CSV, but not both. Splitting the converter trait into a reader and a writer trait would allow applications which need to...

I first have to thank you for this awesome library. I read through the shapeless guide and got to understand HList. I however want to try out this library for...

make Java 11 version more easily available in certain environments by making 1.3.11-SNAPSHOT release 1.3.11