Input
Custom user input.
Example
engine: input
text: '{"foo":"bar"}'
decoder: json
schema:
type: object
properties:
foo:
type: string
Properties
| Name | Type | |
|---|---|---|
| engine | String=input | |
| text | String | |
| decoder | String | |
| schema | Object | |
engine
Must be input.
- Required
- Yes
text
Custom input to send to next task.
- 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