Split

What does it do?

Allows you to split/funnel input records into separate output datasets.
For example, you may want to partition your data by region and create 1 dataset for “North” records and 1 dataset for “South” records

Settings

Setting Description Notes
Splits Defines a list of partitions to apply Each “split” is defined using a true/false expression. Any records where this expression evaluates to “true” will be included in the current partition.
Output unassigned records Allow you to funnel any unassigned records to a separate output. Any records that have not been assigned to any partition will be added to this output
Output name Allows you to set a name for the ‘unassigned’ output partition

Examples

None

Tips & Tricks

None