Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Exporter |
build() |
Exporter.Builder |
includeBom(boolean _includeBom)
Includes the Byte Order Mark.
|
Exporter.Builder |
preserveNewlines(boolean preverseNewlines)
Preserves embedded linefeed (\r) and carriage return (\n) characters.
|
Exporter.Builder |
setDelimiter(String _delimiter)
Sets the CSV column delimiter.
|
public Exporter.Builder setDelimiter(String _delimiter)
public Exporter.Builder includeBom(boolean _includeBom)
public Exporter.Builder preserveNewlines(boolean preverseNewlines)
public Exporter build()
Copyright © 2012–2018 UCanAccess. All rights reserved.