Amazon Kinesis Data Analytics Application CSVMappingParameters
The CSVMappingParameters property type specifies additional mapping information
when the record format uses delimiters, such as CSV.
CSVMappingParameters is a property of the MappingParameters property
type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "RecordColumnDelimiter" :String, "RecordRowDelimiter" :String}
YAML
RecordColumnDelimiter:StringRecordRowDelimiter:String
Properties
RecordColumnDelimiter-
The column delimiter. For example, in a CSV format, a comma (",") is the typical column delimiter.
Required: Yes
Type: String
Update requires: No interruption
RecordRowDelimiter-
The row delimiter. For example, in a CSV format, "\n" is the typical row delimiter.
Required: Yes
Type: String
Update requires: No interruption
