From 98ecbd6b6337cf2b5e82fb3c7acfc2b18de0f9f0 Mon Sep 17 00:00:00 2001 From: Stefan Ostermayr Date: Mon, 1 Mar 2021 09:13:11 +0100 Subject: [PATCH] Add FastCSV --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e45287..a280ccc 100644 --- a/README.md +++ b/README.md @@ -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.