Split Step
Splits the data flow into three streams based on the ONE expression condition.
This step is available for standalone plans, embedded plans, and transformation catalog items. |
Configuration
-
In Condition, define a condition to split the data using ONE expressions.
-
Data that satisfies the condition is sent to the output
out_true
. -
Data that does not satisfy the condition is sent to the output
out_false
. -
All input data is output to
out_all
. -
From these outputs, create connections to further steps as required.
Was this page useful?