Merge pull request #242 from kaiwinter/master

Added opencsv
This commit is contained in:
Andreas Kull
2015-10-29 08:15:54 +01:00

View File

@ -158,6 +158,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.
* [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