A simple set of Java classes used to handle CSV (Comma-Separated Values) files. The CSVFileReader class has a readFields() method that splits a line of the file into separate String fields; the text qualifier and the field separator are customizable.
Categories
Data FormatsLicense
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow CSVFile handles CSV files in Java
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
Thank you for your work.
-
It's a very nicely written utility to parse CSV file, but currently it does not support the cases when new lines are added in a CSV columns (using Alt+Enter). I had to make some changes to the existing published code to make it work, and love to share it so that it can be useful for any one who wants complete solution for CSV file parsing.