Data Splitter JavaScript

Data Splitter JavaScript splits an incoming data stream into multiple outgoing data streams. Although you can add additional ports, Data Splitter is configured with two OUT-Ports by default. The distribution of records is controlled by port conditions. You can define overlapping port conditions that are not mutually exclusive.

NoteThe number of records forwarded by the Data Splitter to the OUT-Ports can be greater than the number of incoming records. If a single record matches more than one port condition, it will be available on all of these ports.

Use Data Splitter JavaScript to split up (or copy) a data stream of records according to user defined conditions.