Port conditions determine how Data Splitter distributes records. In non-exclusive mode you can have multiple ports having conditions:
1 – true. All records are forwarded to this port, including records that match any other port condition.
(empty) – All records that do not match any other condition are forwarded to this port.
In exclusive mode you can have a single port having the condition:
1 – true. All records that do not match any preceding port condition are forwarded to this port.
This condition needs to be the last in the evaluation order. Ports with empty conditions are invalid.