Package com.mindprod.csv

Class Summary
CSV Dummy file to represent the CSV library CSVReader CSVWriter CSVPack and CSVAlign to process comma-separated value files.
CSV2SRS Converts a 2-column CSV file to a guts of a Funduc Search Replace SRS Script.
CSVAlign align a CSV File into columns.
CSVDeDup DeDup CSV File: remove duplicate records.
CSVDump display a csv file with fields separated with |.
CSVPack pack a CSV File as densely as possible, removing excess space and commas.
CSVReader Read CSV (Comma Separated Value) files.
CSVReshape reshape a CSV file reordering, duplicating or removing fields.
CSVSort Sort a CSV file, on multiple columns with case sensitive, case insensitive and numeric fields.
CSVTab2Comma Converts tab-separated CSV file to a comma-separated CSV file.
CSVWriter Write CSV (Comma Separated Value) files.
Lines2CSV Converts text file of one field per line to a comma-separated CSV file.
 

Enum Summary
CSVCharCategory enumeration of the classes of characters processed by the CSV finite state automaton.
CSVReadState enumeration of the finite state automaton used to read CSV files.