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
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
-
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.