For Each is a meta-processor that processes objects by iterating and applying a processor to each element in an object array.

If multiple processors need to be applied to each element, then the pipeline processor should be used to create a nested data processing workflow.

Interpretation Methods

The processor supports these interpretation methods:

  • object (array)

Options

FieldTypeDescriptionRequired
processorobjectthe processor configuration applied to each element in the object array.Yes