Amazon OpenSearch Ingestion - Amazon OpenSearch Service
csv codec
The csv
codec parses objects in comma-separated value (CSV) format, with each row producing a Data Prepper log event. Use the following options to configure the csv
codec.
Option | Required | Type | Description |
---|---|---|---|
delimiter | Yes | Integer | The delimiter separating columns. Default is , . |
quote_character | Yes | String | The character used as a text qualifier for CSV data. Default is " . |
header | No | String list | The header containing the column names used to parse CSV data. |
detect_header | No | Boolean | Whether the first line of the Amazon S3 object should be interpreted as a header. Default is true . |
No comments:
Post a Comment