1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2025-02-17 15:55:19 -05:00

Update README.md

This commit is contained in:
Andreas Kull 2017-03-16 13:46:56 +01:00 committed by GitHub
parent 4afc0a93c1
commit 92df3fb1aa

View file

@ -224,7 +224,7 @@ A curated list of awesome Java frameworks, libraries and software.
*Frameworks and libraries that simplify reading/writing CSV data.*
* [jackson-dataformat-csv](https://github.com/FasterXML/jackson-dataformat-csv) - Jackson extension for reading and writing CSV (either as a sequence of Strings, or via data binding to/from POJOs).
* [jackson-dataformat-csv](https://github.com/FasterXML/jackson-dataformat-csv) - Jackson extension for reading and writing CSV.
* [opencsv](http://opencsv.sourceforge.net) - Simple CSV parser.
* [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.