Skip to content

Commit

Permalink
Merge pull request akullpp#135 from jbax/master
Browse files Browse the repository at this point in the history
Add a section for CSV
  • Loading branch information
akullpp committed May 7, 2015
2 parents aa271f1 + dafea1d commit 1186f53
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
- [Compiler-compiler](#compiler-compiler)
- [Configuration](#configuration)
- [Continuous Integration](#continuous-integration)
- [CSV](#csv)
- [Database](#database)
- [Data structures](#data-structures)
- [Date and Time](#date-and-time)
Expand Down Expand Up @@ -112,6 +113,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.*
Expand Down

0 comments on commit 1186f53

Please sign in to comment.