Package | Description |
---|---|
com.opencsv |
A very simple CSV parser for Java released under a commercial-friendly license.
|
Modifier and Type | Method and Description |
---|---|
CSVWriterBuilder |
CSVWriterBuilder.withEscapeChar(char escapeChar)
Sets the escape character that the ICSVWriter will be using.
|
CSVWriterBuilder |
CSVWriterBuilder.withLineEnd(String lineEnd)
Sets the newline character that the ICSVWriter will use.
|
CSVWriterBuilder |
CSVWriterBuilder.withParser(ICSVParser parser)
Sets the parser that the ICSVWriter will be using.
|
CSVWriterBuilder |
CSVWriterBuilder.withQuoteChar(char quoteChar)
Sets the quote character that the ICSVWriter will be using.
|
CSVWriterBuilder |
CSVWriterBuilder.withResultSetHelper(ResultSetHelper helper)
Sets the ResultSetHelper that the ICSVWriter will use.
|
CSVWriterBuilder |
CSVWriterBuilder.withSeparator(char separator)
Sets the separator that the ICSVWriter will be using.
|
Copyright © 2005–2023. All rights reserved.