class Aws::GlueDataBrew::Types::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.
@note When making an API call, you may pass CsvOptions
data as a hash: { delimiter: "Delimiter", header_row: false, }
@!attribute [rw] delimiter
A single character that specifies the delimiter being used in the CSV file. @return [String]
@!attribute [rw] header_row
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. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/CsvOptions AWS API Documentation
Constants
- SENSITIVE