Edge Delta Parse CSV Processor
The Edge Delta parse CSV processor parses CSV data fields into structured data.
less than a minute
Parse processors transform unstructured fields into structured data, enabling downstream processors and destinations to act on meaningful context. These processors support a variety of common formats—like JSON, CSV, XML, and key-value pairs—as well as pattern-based parsing using regex, grok, or severity rules. They help ensure your telemetry data is normalized early in the pipeline, so you can reduce processing overhead and improve data quality without relying on external tooling.
The Edge Delta parse CSV processor parses CSV data fields into structured data.
The Edge Delta parse grok processor parses a field into structured data based on a grok pattern.
The Edge Delta parse JSON processor parses a JSON field into structured data.
The Edge Delta parse key value processor parses a key value field into structured data.
The Edge Delta parse regex processor parses a field into structured data based on a regex pattern.
The Edge Delta parse severity processor parses the severity level from another field.
The Edge Delta parse timestamp processor parses the timestamps from another field.
The Edge Delta parse XML processor parses a XML field into structured data.