Download of csv_in.txt (csv_in.txt ( external link: SF.net): 120 bytes) will begin shortly. If not so, click link on the left.
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.