Some Events will have a single line from a comma-separated value (CSV) or tab-separated value (TSV) file. Data Prepper should be able to parse an individual CSV line and add fields to the Event for that CSV line.
Pipeline authors should have the option to have the each CSV/TSV line output either:
- Specific key names from column indices (e.g. "column 2 maps to status code")
- Output the columns into an array based on the index
Some Events will have a single line from a comma-separated value (CSV) or tab-separated value (TSV) file. Data Prepper should be able to parse an individual CSV line and add fields to the Event for that CSV line.
Pipeline authors should have the option to have the each CSV/TSV line output either: