Special Port Conditions

Port conditions determine how Data Splitter distributes records. In non-exclusive mode you can have multiple ports having some 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.
Note:

This condition must be the last in the evaluation order. Ports with empty conditions are invalid.