A processor is a callable that will do stuff. Within a task, its type is defined by the first key of the processor configuration.
In this example, read and writeare the processors.
read
write
default: !task - read: input.csv - write: output.json
Last updated 4 years ago