Filter
Forward rows through one of two output gates based on a condition
Processing
For each incoming row the condition setting is evaluated and cast to boolean. The row is forwarded through the corresponding ‘yes’ or ‘no’ gate.
Settings
Name | Type | Description |
---|---|---|
Condition |
boolean |
Evaluated and cast to boolean value to determine which output gate to pass the row through. Evaluated for every input row |
Results
This step does not provide any results.