/AWS1/CL_HLLXFORMTNINPDATACFG¶
The Amazon S3 location and source format configuration for input data in a transformation job.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_s3uri TYPE /AWS1/HLLDATAXFORMTNS3URI /AWS1/HLLDATAXFORMTNS3URI¶
The Amazon S3 URI of the input data to transform.
Optional arguments:¶
iv_sourceformat TYPE /AWS1/HLLSOURCEFORMAT /AWS1/HLLSOURCEFORMAT¶
The format of the source data files (C-CDA or CSV).
Queryable Attributes¶
S3Uri¶
The Amazon S3 URI of the input data to transform.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3URI() |
Getter for S3URI, with configurable default |
ASK_S3URI() |
Getter for S3URI w/ exceptions if field has no value |
HAS_S3URI() |
Determine if S3URI has a value |
SourceFormat¶
The format of the source data files (C-CDA or CSV).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEFORMAT() |
Getter for SOURCEFORMAT, with configurable default |
ASK_SOURCEFORMAT() |
Getter for SOURCEFORMAT w/ exceptions if field has no value |
HAS_SOURCEFORMAT() |
Determine if SOURCEFORMAT has a value |