Add FastCSV

This commit is contained in:
Stefan Ostermayr
2021-03-01 09:13:11 +01:00
committed by GitHub
parent af30c71c4a
commit 98ecbd6b63

View File

@@ -231,6 +231,7 @@ _Libraries that help with implementing optimization and satisfiability problems.
_Frameworks and libraries that simplify reading/writing CSV data._
- [FastCSV](https://github.com/osiegmar/FastCSV) - Performance-optimized, dependency-free and RFC 4180 compliant.
- [jackson-dataformat-csv](https://github.com/FasterXML/jackson-dataformat-csv) - Jackson extension for reading and writing CSV.
- [opencsv](http://opencsv.sourceforge.net) - Simple CSV parser.
- [Super CSV](https://super-csv.github.io/super-csv/) - Powerful CSV parser with support for Dozer, Joda-Time and Java 8.