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
Simplify IT and security with a single endpoint management platform
NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers.
The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
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.