FasterXML / jackson-dataformat-csv

(DEPRECATED) -- moved under: https://github.com/FasterXML/jackson-dataformats-text
194 stars 76 forks source link

Consider adding default "standard" `CsvSchema` instances #58

Open cowtowncoder opened 9 years ago

cowtowncoder commented 9 years ago

Since there are couple de-facto "sub-formats" of CSV; for example ones explained here:

http://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html

it might make sense to add those for convenience. This could also expose gaps in current implementation, i.e. it'd make sense to have more test data to validate use of such variations.

cowtowncoder commented 9 years ago

For completeness, of examples listed, it seems useful to support something like:

jonnyelliot commented 8 years ago

It could be implemented in a similar way to the also-excellent Apache Commons CSV: CSVFormat