Merge pull request #273 from acisternino/supercsv

Added Super CSV
This commit is contained in:
Andreas Kull
2015-12-31 11:59:37 +01:00

View File

@ -168,6 +168,7 @@ A curated list of awesome Java frameworks, libraries and software.
*Frameworks and libraries that simplify reading/writing CSV data.*
* [opencsv](http://opencsv.sourceforge.net) - Simple CSV parser with a commercial-friendly license.
* [Super CSV](http://super-csv.github.io/super-csv/) - Powerful CSV parser with support for Dozer, Joda-Time and Java 8.
* [uniVocity-parsers](https://github.com/uniVocity/univocity-parsers) - One of the fastest and most feature-complete CSV. Also comes with parsers for TSV and fixed width records.
## Database