/AWS1/CL_DBREXCELOPTIONS¶
Represents a set of options that define how DataBrew will interpret a Microsoft Excel file when creating a dataset from that file.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_sheetnames TYPE /AWS1/CL_DBRSHEETNAMELIST_W=>TT_SHEETNAMELIST TT_SHEETNAMELIST¶
One or more named sheets in the Excel file that will be included in the dataset.
it_sheetindexes TYPE /AWS1/CL_DBRSHEETINDEXLIST_W=>TT_SHEETINDEXLIST TT_SHEETINDEXLIST¶
One or more sheet numbers in the Excel file that will be included in the dataset.
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¶
SheetNames¶
One or more named sheets in the Excel file that will be included in the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHEETNAMES() |
Getter for SHEETNAMES, with configurable default |
ASK_SHEETNAMES() |
Getter for SHEETNAMES w/ exceptions if field has no value |
HAS_SHEETNAMES() |
Determine if SHEETNAMES has a value |
SheetIndexes¶
One or more sheet numbers in the Excel file that will be included in the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHEETINDEXES() |
Getter for SHEETINDEXES, with configurable default |
ASK_SHEETINDEXES() |
Getter for SHEETINDEXES w/ exceptions if field has no value |
HAS_SHEETINDEXES() |
Determine if SHEETINDEXES 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 |