Splits rows according to groupings based on a partition identifier
The input table can contain any number of different values in the partition identifier column. This splitter will output rows for the first 10 found in ascending order.
Any remaining "uncaught" rows will be output to the final "catch-all" port, which can then be chained to a subsequent row splitter
If there are fewer than 10 partitions found, not all 10 output ports will be populated.
The final output port provides a "catch-all". this returns all rows not caught by filtering.
Information about mappings, and row counts for each filter is available on the component's interactive view.
Based on the Regex Multi Row Splitter component
@takbb Brian Bates 28 June 2023
- Type: TableInput tableData to be filtered / split