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 writeare the processors.
default: !task
- read: input.csv
- write: output.jsonLast updated
Was this helpful?