DelimitedTextWriteSettings |
DelimitedTextSink.formatSettings() |
Get the formatSettings property: DelimitedText format settings.
|
DelimitedTextWriteSettings |
DelimitedTextWriteSettings.withFileExtension(Object fileExtension) |
Set the fileExtension property: The file extension used to create the files.
|
DelimitedTextWriteSettings |
DelimitedTextWriteSettings.withFileNamePrefix(Object fileNamePrefix) |
Set the fileNamePrefix property: Specifies the file name pattern
<fileNamePrefix>_<fileIndex>.<fileExtension> when copy from non-file based store without
partitionOptions.
|
DelimitedTextWriteSettings |
DelimitedTextWriteSettings.withMaxRowsPerFile(Object maxRowsPerFile) |
Set the maxRowsPerFile property: Limit the written file's row count to be smaller than or equal to the specified
count.
|
DelimitedTextWriteSettings |
DelimitedTextWriteSettings.withQuoteAllText(Object quoteAllText) |
Set the quoteAllText property: Indicates whether string values should always be enclosed with quotes.
|