Skip to content

Commit 1186f53

Browse files
committed
Merge pull request akullpp#135 from jbax/master
Add a section for CSV
2 parents aa271f1 + dafea1d commit 1186f53

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
1010
- [Compiler-compiler](#compiler-compiler)
1111
- [Configuration](#configuration)
1212
- [Continuous Integration](#continuous-integration)
13+
- [CSV](#csv)
1314
- [Database](#database)
1415
- [Data structures](#data-structures)
1516
- [Date and Time](#date-and-time)
@@ -112,6 +113,12 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
112113
* [TeamCity](http://www.jetbrains.com/teamcity/) - JetBrain's CI solution with a free version.
113114
* [Travis](https://travis-ci.org) - Hosted service often used for open source projects.
114115

116+
## CSV
117+
118+
* Frameworks and libraries that simplify reading/writing CSV data.*
119+
120+
* [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.
121+
115122
## Database
116123

117124
*Everything which simplifies interactions with the database.*

0 commit comments

Comments
 (0)