Skip to content

Parse CSV or TSV content in Events #1081

@dlvenable

Description

@dlvenable

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

Metadata

Metadata

Labels

enhancementNew feature or requestplugin - processorA plugin to manipulate data in the data prepper pipeline.

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions