/AWS1/CL_DBRCSVOPTIONS¶
Represents a set of options that define how DataBrew will read a comma-separated value (CSV) file when creating a dataset from that file.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_delimiter TYPE /AWS1/DBRDELIMITER /AWS1/DBRDELIMITER¶
A single character that specifies the delimiter being used in the CSV file.
iv_headerrow TYPE /AWS1/DBRHEADERROW /AWS1/DBRHEADERROW¶
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.
Queryable Attributes¶
Delimiter¶
A single character that specifies the delimiter being used in the CSV file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELIMITER() |
Getter for DELIMITER, with configurable default |
ASK_DELIMITER() |
Getter for DELIMITER w/ exceptions if field has no value |
HAS_DELIMITER() |
Determine if DELIMITER has a value |
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEADERROW() |
Getter for HEADERROW, with configurable default |
ASK_HEADERROW() |
Getter for HEADERROW w/ exceptions if field has no value |
HAS_HEADERROW() |
Determine if HEADERROW has a value |