| Package | Description |
|---|---|
| com.helger.commons.csv |
| Modifier and Type | Method and Description |
|---|---|
CSVReader |
CSVReader.setEscapeChar(char cEscapeChar)
Sets the character to use for escaping a separator or quote.
|
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.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.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.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.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.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.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.
|
CSVReader |
CSVReader.setVerifyReader(boolean bVerifyReader)
Checks to see if the CSVReader should verify the reader state before reads
or not.
|
| Constructor and Description |
|---|
CSVIterator(CSVReader aReader) |
CSVIterator(CSVReader aReader) |
Copyright © 2014–2022 Philip Helger. All rights reserved.