CsvOptions
Represents a set of options that define how DataBrew will read a comma-separated value (CSV) file when creating a dataset from that file.
Contents
Note
In the following list, the required parameters are described first.
- Delimiter
-
A single character that specifies the delimiter being used in the CSV file.
Type: String
Length Constraints: Fixed length of 1.
Required: No
- 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.
Type: Boolean
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: