mirror of
https://github.com/akullpp/awesome-java.git
synced 2025-02-17 15:55:19 -05:00
Added Super CSV
Super CSV is a powerful CSV parser with support for Dozer, Joda-Time and Java 8. In the words of the author: "The main motivation for Super CSV is to be the foremost, fastest, and most programmer-friendly, free CSV package for Java."
This commit is contained in:
parent
e7a3012465
commit
cfff511350
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
* [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
|
||||
|
|
Loading…
Add table
Reference in a new issue