From ae025029bb7d5925d3b80b852593d086839ccaea Mon Sep 17 00:00:00 2001 From: Kai Date: Sat, 10 Oct 2015 16:17:35 +0200 Subject: [PATCH 1/2] Added opencsv --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a749436..f1b3e61 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,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) - Opencsv is a very simple csv parser library with a commercial-friendly license. * [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 From 3faf6fd6b16c296dd8cf5da6718776b7134f6a06 Mon Sep 17 00:00:00 2001 From: Kai Winter Date: Wed, 28 Oct 2015 17:03:50 +0100 Subject: [PATCH 2/2] Condensed description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1b3e61..b2361cf 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,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) - Opencsv is a very simple csv parser library with a commercial-friendly license. +* [opencsv](http://opencsv.sourceforge.net) - Simple CSV parser with a commercial-friendly license. * [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