From cfff511350fe0a5770ed20b44fca268291fb6476 Mon Sep 17 00:00:00 2001 From: Andrea Cisternino Date: Fri, 27 Nov 2015 19:21:45 +0100 Subject: [PATCH] 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." --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75ba2f0..afd667a 100644 --- a/README.md +++ b/README.md @@ -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