CsvReader can read .csv files in any characterset encoding (also with BOM) and with configurable separator and optional stringquote (delimiter).
CsvWriter can write .csv files and supports the same features as CsvReader.
There are also some other convenient optional configuration values.
For feature documentation and examples see wiki or javadoc.
Features
- Using data streams instead of files only
- Considers linebreaks within quoted data
- Considers string quote character within quoted data
- Configurable separator character
- Configurable optional string quote character
- Configurable allows too short csvdata lines (trailing empty columns)
- Read line per line or all data at once
Categories
Data FormatsFollow Java CsvReader and CsvWriter
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Superfast CSV Reader