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
-
csv
json
ndjson
msgpack
protobuf
parquet
html
xml
regex
schema
Define a schema for the data.
- Required
- Yes