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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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.