In Sparkflows, we can use the ‘Execute In Loop’ processor to process a set of processors in loop for each value of selected column in the incoming dataset.
To use the ‘Execute In Loop’ Processor:
- Select one or multiple columns in the ‘Loop Columns’ list. Processing would be repeated for each distinct combination of values in the selected columns.
- Connect all the processors that need to repeated to the ‘Execute In Loop’ processor.
For more information read the Sparkflows Documentation here:
Hey Chris,
In Sparkflows, we can use the ‘Execute In Loop’ processor to process a set of processors in loop for each value of selected column in the incoming dataset.
To use the ‘Execute In Loop’ Processor:
- Select one or multiple columns in the ‘Loop Columns’ list. Processing would be repeated for each distinct combination of values in the selected columns.
- Connect all the processors that need to repeated to the ‘Execute In Loop’ processor.
For more information read the Sparkflows Documentation here:
https://docs.sparkflows.io/en/latest/tutorials/control-structures/loop.html?highlight=execute%20in%20loop#loop