CSVReader |
CSVReader.setEscapeChar(char cEscapeChar) |
Sets the character to use for escaping a separator or quote.
|
CSVReader |
CSVReader.setIgnoreLeadingWhiteSpace(boolean bIgnoreLeadingWhiteSpace) |
Sets the ignore leading whitespace setting - if true, white space in front
of a quote in a field is ignored.
|
CSVReader |
CSVReader.setIgnoreQuotations(boolean bIgnoreQuotations) |
Sets the ignore quotations mode - if true, quotations are
ignored.
|
CSVReader |
CSVReader.setQuoteChar(char cQuoteChar) |
Sets the character to use for quoted elements.
|
CSVReader |
CSVReader.setSeparatorChar(char cSeparator) |
Sets the delimiter to use for separating entries.
|
CSVReader |
CSVReader.setSkipLines(int nSkipLines) |
Sets the line number to skip for start reading.
|
CSVReader |
CSVReader.setStrictQuotes(boolean bStrictQuotes) |
Sets the strict quotes setting - if true, characters outside the quotes are
ignored.
|
CSVReader |
CSVReader.setVerifyReader(boolean bVerifyReader) |
Checks to see if the CSVReader should verify the reader state before reads
or not.
|