From dafea1dc0b0620020dbfd59a57a385ba18f0f759 Mon Sep 17 00:00:00 2001 From: Jeronimo Backes Date: Fri, 24 Apr 2015 23:23:00 +0930 Subject: [PATCH] Add a section for CSV Adding [uniVocity-parsers](https://github.com/uniVocity/univocity-parsers) to the list. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 93873ca..33ad7e4 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o - [Code Analysis](#code-analysis) - [Compiler-compiler](#compiler-compiler) - [Continuous Integration](#continuous-integration) + - [CSV](#csv) - [Database](#database) - [Date and Time](#date-and-time) - [Dependency Injection](#dependency-injection) @@ -94,6 +95,12 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [TeamCity](http://www.jetbrains.com/teamcity/) - JetBrain's CI solution with a free version. * [Travis](https://travis-ci.org) - Hosted service often used for open source projects. +## CSV + +* Frameworks and libraries that simplify reading/writing CSV data.* + +* [uniVocity-parsers](https://github.com/uniVocity/univocity-parsers) - One of the fastest and most feature-complete CSV parsers for Java. Also comes with parsers for TSV and fixed width records. + ## Database *Everything which simplifies interactions with the database.*