Overview
This processor allows to order a given Dataset by selected columns, and if specified to apply a splitting operation into two distinct Datasets.
Configuration
This processor can operate on any given Dataset, and it can be configured as follows:
Output
This processor has two output nodes:
- Left Node: if splitting is configured, this will include the ordered subset defined by the configured percentage/amount. Otherwise it will include the input Dataset ordered with respect to the configuration.
- Right Node: if splitting is configured, this will include the remaining ordered subset from the input Dataset. Otherwise it will be an empty Dataset.
Additional Information
It is possible to achieve the same functionality of this processor by combining the Horizontal Split and Ordering processors.
Example
In this example the Ordering and Split Processor will be applied on a small Dataset generated by a Custom Input Table:
Input
Configuration
Results
Left Split:
Right Split:
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article