/AWS1/CL_OMXREADOPTIONS¶
Read options for an annotation import job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_sep TYPE /AWS1/OMXSEPARATOR /AWS1/OMXSEPARATOR¶
The file's field separator.
iv_encoding TYPE /AWS1/OMXENCODING /AWS1/OMXENCODING¶
The file's encoding.
iv_quote TYPE /AWS1/OMXQUOTE /AWS1/OMXQUOTE¶
The file's quote character.
iv_quoteall TYPE /AWS1/OMXQUOTEALL /AWS1/OMXQUOTEALL¶
Whether all values need to be quoted, or just those that contain quotes.
iv_escape TYPE /AWS1/OMXESCAPECHAR /AWS1/OMXESCAPECHAR¶
A character for escaping quotes in the file.
iv_escapequotes TYPE /AWS1/OMXESCAPEQUOTES /AWS1/OMXESCAPEQUOTES¶
Whether quotes need to be escaped in the file.
iv_comment TYPE /AWS1/OMXCOMMENTCHAR /AWS1/OMXCOMMENTCHAR¶
The file's comment character.
iv_header TYPE /AWS1/OMXHEADER /AWS1/OMXHEADER¶
Whether the file has a header row.
iv_linesep TYPE /AWS1/OMXLINESEP /AWS1/OMXLINESEP¶
A line separator for the file.
Queryable Attributes¶
sep¶
The file's field separator.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEP() |
Getter for SEP, with configurable default |
ASK_SEP() |
Getter for SEP w/ exceptions if field has no value |
HAS_SEP() |
Determine if SEP has a value |
encoding¶
The file's encoding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENCODING() |
Getter for ENCODING, with configurable default |
ASK_ENCODING() |
Getter for ENCODING w/ exceptions if field has no value |
HAS_ENCODING() |
Determine if ENCODING has a value |
quote¶
The file's quote character.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUOTE() |
Getter for QUOTE, with configurable default |
ASK_QUOTE() |
Getter for QUOTE w/ exceptions if field has no value |
HAS_QUOTE() |
Determine if QUOTE has a value |
quoteAll¶
Whether all values need to be quoted, or just those that contain quotes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUOTEALL() |
Getter for QUOTEALL |
escape¶
A character for escaping quotes in the file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ESCAPE() |
Getter for ESCAPE, with configurable default |
ASK_ESCAPE() |
Getter for ESCAPE w/ exceptions if field has no value |
HAS_ESCAPE() |
Determine if ESCAPE has a value |
escapeQuotes¶
Whether quotes need to be escaped in the file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ESCAPEQUOTES() |
Getter for ESCAPEQUOTES |
comment¶
The file's comment character.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMENT() |
Getter for COMMENT, with configurable default |
ASK_COMMENT() |
Getter for COMMENT w/ exceptions if field has no value |
HAS_COMMENT() |
Determine if COMMENT has a value |
header¶
Whether the file has a header row.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEADER() |
Getter for HEADER |
lineSep¶
A line separator for the file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LINESEP() |
Getter for LINESEP, with configurable default |
ASK_LINESEP() |
Getter for LINESEP w/ exceptions if field has no value |
HAS_LINESEP() |
Determine if LINESEP has a value |