| Package | Description |
|---|---|
| com.helger.commons.csv |
| Modifier and Type | Method and Description |
|---|---|
CSVWriter |
CSVWriter.setApplyQuotesToAll(boolean bApplyQuotesToAll)
Set whether all cells should be quoted by default or not.
|
CSVWriter |
CSVWriter.setAvoidFinalLineEnd(boolean bAvoidFinalLineEnd)
Set whether the CSV file should end with a new line or not.
|
CSVWriter |
CSVWriter.setEscapeChar(char cEscapeChar)
Sets the character to use for escaping a separator or quote.
|
CSVWriter |
CSVWriter.setLineEnd(String sLineEnd)
Set the line delimiting string.
|
CSVWriter |
CSVWriter.setQuoteChar(char cQuoteChar)
Sets the character to use for quoted elements.
|
CSVWriter |
CSVWriter.setSeparatorChar(char cSeparator)
Sets the delimiter to use for separating entries.
|
Copyright © 2014–2019 Philip Helger. All rights reserved.