Processor
A processor is a callable that will do stuff. Within a task, its type is defined by the first key of the processor configuration.
Example
In this example, read
and write
are the processors.
default: !task
- read: input.csv
- write: output.json
Last updated
Was this helpful?