From 4afc0a93c1b09f6c17b46d61d0faa34055113c4d Mon Sep 17 00:00:00 2001 From: heldev Date: Fri, 24 Feb 2017 10:02:00 -0500 Subject: [PATCH 1/2] Add jackson-dataformat-csv to CSV jackson-dataformat-csv is a popular and convenient lib --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c8dee0..1ef971c 100644 --- a/README.md +++ b/README.md @@ -224,6 +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). * [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. From 92df3fb1aa7471a3f59af368c69fe87f8871d1b7 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 16 Mar 2017 13:46:56 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ef971c..d853266 100644 --- a/README.md +++ b/README.md @@ -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.