public static interface CsvOptions.Builder extends SdkPojo, CopyableBuilder<CsvOptions.Builder,CsvOptions>
| Modifier and Type | Method and Description |
|---|---|
CsvOptions.Builder |
delimiter(String delimiter)
A single character that specifies the delimiter being used in the CSV file.
|
CsvOptions.Builder |
headerRow(Boolean headerRow)
A variable that specifies whether the first row in the file is parsed as the header.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCsvOptions.Builder delimiter(String delimiter)
A single character that specifies the delimiter being used in the CSV file.
delimiter - A single character that specifies the delimiter being used in the CSV file.CsvOptions.Builder headerRow(Boolean headerRow)
A variable that specifies whether the first row in the file is parsed as the header. If this value is false, column names are auto-generated.
headerRow - A variable that specifies whether the first row in the file is parsed as the header. If this value is
false, column names are auto-generated.Copyright © 2023. All rights reserved.