Package net.sourceforge.addam.impexp.csv

Class Summary
CSVParser Reads CSV files according to the rules outlined on Creativyst
CSVPrinter Writes CSV files according to the rules outlined on Creativyst
MapCSVParser Parses a CSV file, reading the first line as a header line containing keys; each record is returned as a map from the header line key to the column value.
 

Exception Summary
CSVFormatException This exception is thrown when one of three CSV format errors are detected: text is detected before a quoted value, after a quoted value, or an unterminated quote is detected.
 



Copyright © 2005-2006 ADDAM Project Team. All Rights Reserved.