Skip to content

Commit dafea1d

Browse files
committed
Add a section for CSV
Adding [uniVocity-parsers](https://github.com/uniVocity/univocity-parsers) to the list.
1 parent 1012a3d commit dafea1d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
88
- [Code Analysis](#code-analysis)
99
- [Compiler-compiler](#compiler-compiler)
1010
- [Continuous Integration](#continuous-integration)
11+
- [CSV](#csv)
1112
- [Database](#database)
1213
- [Date and Time](#date-and-time)
1314
- [Dependency Injection](#dependency-injection)
@@ -94,6 +95,12 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
9495
* [TeamCity](http://www.jetbrains.com/teamcity/) - JetBrain's CI solution with a free version.
9596
* [Travis](https://travis-ci.org) - Hosted service often used for open source projects.
9697

98+
## CSV
99+
100+
* Frameworks and libraries that simplify reading/writing CSV data.*
101+
102+
* [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.
103+
97104
## Database
98105

99106
*Everything which simplifies interactions with the database.*

0 commit comments

Comments
 (0)