An open-source, lightweight Java library for reading and writing CSV files with support for custom separators, quotes, and escapes.
SimpleCSV is an open-source library for working with CSV files in Java. It provides a simple API for parsing and writing CSV data.
Some key features of SimpleCSV include:
SimpleCSV aims to provide an easy way to work with CSV data in Java, without external dependencies. It handles many common CSV formats and provides options to customize the parser as needed. With its simple API, SimpleCSV can parse and write CSV data with just a few lines of code.
Here are some alternatives to SimpleCSV:
Suggest an alternative ❐