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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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.