Parse
Parse arbitrary data.
Example
engine: parse
decoder: json
schema:
type: object
properties:
foo:
type: string
Properties
| Name | Type | |
|---|---|---|
| engine | String=parse | |
| decoder | String | |
| schema | Object | |
engine
Must be parse.
- Required
- Yes
decoder
The format of the data. See Parsing Data for details.
- Required
- Yes
- Enum
-
csvjsonndjsonmsgpackprotobufparquethtmlxmlregex
schema
Define a schema for the data.
- Required
- Yes