/AWS1/CL_KN2CSVMAPPINGPARAMS¶
For a SQL-based Kinesis Data Analytics application, provides additional mapping information when the record format uses delimiters, such as CSV. For example, the following sample records use CSV format, where the records use the '\n' as the row delimiter and a comma (",") as the column delimiter:
"name1", "address1"
"name2", "address2"
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_recordrowdelimiter TYPE /AWS1/KN2RECORDROWDELIMITER /AWS1/KN2RECORDROWDELIMITER¶
The row delimiter. For example, in a CSV format, '\n' is the typical row delimiter.
iv_recordcolumndelimiter TYPE /AWS1/KN2RECORDCOLUMNDELIMITER /AWS1/KN2RECORDCOLUMNDELIMITER¶
The column delimiter. For example, in a CSV format, a comma (",") is the typical column delimiter.
Queryable Attributes¶
RecordRowDelimiter¶
The row delimiter. For example, in a CSV format, '\n' is the typical row delimiter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORDROWDELIMITER() |
Getter for RECORDROWDELIMITER, with configurable default |
ASK_RECORDROWDELIMITER() |
Getter for RECORDROWDELIMITER w/ exceptions if field has no |
HAS_RECORDROWDELIMITER() |
Determine if RECORDROWDELIMITER has a value |
RecordColumnDelimiter¶
The column delimiter. For example, in a CSV format, a comma (",") is the typical column delimiter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORDCOLUMNDELIMITER() |
Getter for RECORDCOLUMNDELIMITER, with configurable default |
ASK_RECORDCOLUMNDELIMITER() |
Getter for RECORDCOLUMNDELIMITER w/ exceptions if field has |
HAS_RECORDCOLUMNDELIMITER() |
Determine if RECORDCOLUMNDELIMITER has a value |