CSVParser |
CSVReader.getParser() |
|
CSVParser |
CSVParser.setEscapeChar(char cEscapeChar) |
Sets the character to use for escaping a separator or quote.
|
CSVParser |
CSVParser.setIgnoreLeadingWhiteSpace(boolean bIgnoreLeadingWhiteSpace) |
Sets the ignore leading whitespace setting - if true, white space in front
of a quote in a field is ignored.
|
CSVParser |
CSVParser.setIgnoreQuotations(boolean bIgnoreQuotations) |
Sets the ignore quotations mode - if true, quotations are
ignored.
|
CSVParser |
CSVParser.setQuoteChar(char cQuoteChar) |
Sets the character to use for quoted elements.
|
CSVParser |
CSVParser.setSeparatorChar(char cSeparator) |
Sets the delimiter to use for separating entries.
|
CSVParser |
CSVParser.setStrictQuotes(boolean bStrictQuotes) |
Sets the strict quotes setting - if true, characters outside the quotes are
ignored.
|