| Package | Description |
|---|---|
| com.helger.commons.csv |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
CSVReader(Reader aReader,
CSVParser aParser,
boolean bKeepCR)
|
Copyright © 2014–2016 Philip Helger. All rights reserved.