public static interface DelimitedTextImportOptions.Builder extends SdkPojo, CopyableBuilder<DelimitedTextImportOptions.Builder,DelimitedTextImportOptions>
| Modifier and Type | Method and Description |
|---|---|
DelimitedTextImportOptions.Builder |
dataCharacterEncoding(ImportDataCharacterEncoding dataCharacterEncoding)
The encoding of the data in the input file.
|
DelimitedTextImportOptions.Builder |
dataCharacterEncoding(String dataCharacterEncoding)
The encoding of the data in the input file.
|
DelimitedTextImportOptions.Builder |
delimiter(String delimiter)
The delimiter to use for separating columns in a single row of the input.
|
DelimitedTextImportOptions.Builder |
hasHeaderRow(Boolean hasHeaderRow)
Indicates whether the input file has a header row at the top containing the column names.
|
DelimitedTextImportOptions.Builder |
ignoreEmptyRows(Boolean ignoreEmptyRows)
A parameter to indicate whether empty rows should be ignored or be included in the import.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDelimitedTextImportOptions.Builder delimiter(String delimiter)
The delimiter to use for separating columns in a single row of the input.
delimiter - The delimiter to use for separating columns in a single row of the input.DelimitedTextImportOptions.Builder hasHeaderRow(Boolean hasHeaderRow)
Indicates whether the input file has a header row at the top containing the column names.
hasHeaderRow - Indicates whether the input file has a header row at the top containing the column names.DelimitedTextImportOptions.Builder ignoreEmptyRows(Boolean ignoreEmptyRows)
A parameter to indicate whether empty rows should be ignored or be included in the import.
ignoreEmptyRows - A parameter to indicate whether empty rows should be ignored or be included in the import.DelimitedTextImportOptions.Builder dataCharacterEncoding(String dataCharacterEncoding)
The encoding of the data in the input file.
dataCharacterEncoding - The encoding of the data in the input file.ImportDataCharacterEncoding,
ImportDataCharacterEncodingDelimitedTextImportOptions.Builder dataCharacterEncoding(ImportDataCharacterEncoding dataCharacterEncoding)
The encoding of the data in the input file.
dataCharacterEncoding - The encoding of the data in the input file.ImportDataCharacterEncoding,
ImportDataCharacterEncodingCopyright © 2021. All rights reserved.