|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |