| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
CsvOptions |
CsvOptions.clone() |
CsvOptions |
FormatOptions.getCsv()
Options that define how CSV input is to be interpreted by DataBrew.
|
CsvOptions |
CsvOptions.withDelimiter(String delimiter)
A single character that specifies the delimiter being used in the CSV file.
|
CsvOptions |
CsvOptions.withHeaderRow(Boolean headerRow)
A variable that specifies whether the first row in the file is parsed as the header.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormatOptions.setCsv(CsvOptions csv)
Options that define how CSV input is to be interpreted by DataBrew.
|
FormatOptions |
FormatOptions.withCsv(CsvOptions csv)
Options that define how CSV input is to be interpreted by DataBrew.
|
Copyright © 2021. All rights reserved.