Rule Splitter
Last updated
Last updated
Rule splitter component is designed to splits a set of data based on given conditions into smaller and more manageable data subsets.
All component configurations are classified broadly into 3 section
Meta Information
Follow the steps given in the demonstration to configure the Rule Splitter component.
Number of outputs: The total number of sets you want to split your data into(1-7).
Event Relation
Out Event: Automatically mapped based on number of outputs(Make sure to connect this component to same count of events to that of a numbers of outputs).
Conditions: Set of rules based on which the split will happen.
Column Name: Provide column name to apply the condition on.
Condition: Select the condition from the dropdown.
We have 8 supported conditions:
>(Greater than)
<(Less than)
>=(Greater than equal to)
<=(Less than equal to)
==(Equal to)
!=(Not equal to)
BETWEEN
LIKE
Value: Give the value.
Datatype: Specify the datatype of the column you have provided.
Rule Condition: In case of multiple column conditions select from dropdown(AND,OR).