Amazon Kinesis Data Analytics ApplicationReferenceDataSource CSVMappingParameters
In AWS CloudFormation, use the
CSVMappingParameters property to specify additional mapping information when the record format uses delimiters,
such as CSV.
CSVMappingParameters is a property of the MappingParameters resource.
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
