Input

Custom user input.

Example

engine: input
text: '{"foo":"bar"}'
decoder: json
schema:
  type: object
  properties:
    foo:
      type: string

Properties

NameType
engineString=input
textString
decoderString
schemaObject

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