/AWS1/CL_HNCDELMTEDTEXTIMPOPTS¶
An object that contains the options relating to parsing delimited text as part of an import request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_delimiter TYPE /AWS1/HNCDELMTEDTEXTDELMTER /AWS1/HNCDELMTEDTEXTDELMTER¶
The delimiter to use for separating columns in a single row of the input.
Optional arguments:¶
iv_hasheaderrow TYPE /AWS1/HNCHASHEADERROW /AWS1/HNCHASHEADERROW¶
Indicates whether the input file has a header row at the top containing the column names.
iv_ignoreemptyrows TYPE /AWS1/HNCIGNOREEMPTYROWS /AWS1/HNCIGNOREEMPTYROWS¶
A parameter to indicate whether empty rows should be ignored or be included in the import.
iv_datacharacterencoding TYPE /AWS1/HNCIMPDATACHARACTERENC00 /AWS1/HNCIMPDATACHARACTERENC00¶
The encoding of the data in the input file.
Queryable Attributes¶
delimiter¶
The delimiter to use for separating columns in a single row of the input.
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 |
hasHeaderRow¶
Indicates whether the input file has a header row at the top containing the column names.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HASHEADERROW() |
Getter for HASHEADERROW |
ignoreEmptyRows¶
A parameter to indicate whether empty rows should be ignored or be included in the import.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IGNOREEMPTYROWS() |
Getter for IGNOREEMPTYROWS |
dataCharacterEncoding¶
The encoding of the data in the input file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATACHARACTERENCODING() |
Getter for DATACHARACTERENCODING, with configurable default |
ASK_DATACHARACTERENCODING() |
Getter for DATACHARACTERENCODING w/ exceptions if field has |
HAS_DATACHARACTERENCODING() |
Determine if DATACHARACTERENCODING has a value |