Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

Consider adding default "standard" CsvSchema instances #58

Open
cowtowncoder opened this issue Nov 24, 2014 · 2 comments
Open

Consider adding default "standard" CsvSchema instances #58

cowtowncoder opened this issue Nov 24, 2014 · 2 comments

Comments

@cowtowncoder
Copy link
Member

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
Copy link
Member Author

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

  • EXCEL_WITH_COMMA
  • MYSQL_EXPORT
  • RFC4180
  • TDF

@jonnyelliot
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants