From 729b76890ec1205a04e7a83d9e3125cf7a16bbb1 Mon Sep 17 00:00:00 2001 From: Jens Piegsa Date: Thu, 8 Jun 2017 21:10:42 +0200 Subject: [PATCH 1/2] Apache Commons CSV added to CSV section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b30fd7..f8fdca0 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,7 @@ A curated list of awesome Java frameworks, libraries and software. *Frameworks and libraries that simplify reading/writing CSV data.* +* [Apache Commons CSV](https://github.com/apache/commons-csv) - provides a simple interface for reading and writing CSV files of various types. * [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. From ff9b083e29df63b961e84db242800fa28ecedef4 Mon Sep 17 00:00:00 2001 From: Jens Piegsa Date: Sun, 11 Jun 2017 19:12:05 +0200 Subject: [PATCH 2/2] case corrected --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8fdca0..9d988a3 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ A curated list of awesome Java frameworks, libraries and software. *Frameworks and libraries that simplify reading/writing CSV data.* -* [Apache Commons CSV](https://github.com/apache/commons-csv) - provides a simple interface for reading and writing CSV files of various types. +* [Apache Commons CSV](https://github.com/apache/commons-csv) - Provides a simple interface for reading and writing CSV files of various types. * [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.