Package app.babylon.table.io
Class ReadOptionsCsv.Builder
java.lang.Object
app.babylon.table.io.ReadOptionsCsv.Builder
- Enclosing class:
ReadOptionsCsv
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withAutoDetectEncoding(boolean autoDetectEncoding) Deprecated.withAutoDetectOptions(boolean autoDetectOptions) withCharset(Charset charset) withFixedWidths(int[] fixedWidths) withQuote(char quote) withSeparator(char separator)
-
Method Details
-
withSeparator
-
withQuote
-
withFixedWidths
-
withCharset
-
withAutoDetectOptions
-
withAutoDetectEncoding
Deprecated.Configures automatic CSV option detection.Kept as a compatibility alias for callers using the earlier name, when the detection only covered encoding.
- Parameters:
autoDetectEncoding- whether automatic CSV option detection is enabled- Returns:
- this builder
-
build
-