Skip to main content
info
This documentation is for version v2.4 of the product.
For the latest version(v2.7) documentation click here
Version: v2.4 print this page

SplitByMultipleExpressions

Splits the incoming DataFrame into multiple output DataFrames by applying the conditional logic

Input

It accepts a DataFrame as input from the previous Node

Type

transform

Fields

NameTitleDescription
conditionExpr1Conditional Expression 1 to split the Data onConditional Expression 1 to be used for Splitting the Dataset
conditionExpr2Conditional Expression 2 to split the Data onConditional Expression 2 to be used for Splitting the Dataset
conditionExpr3Conditional Expression 3 to split the Data onConditional Expression 3 to be used for Splitting the Dataset
conditionExpr4Conditional Expression 4 to split the Data onConditional Expression 4 to be used for Splitting the Dataset
conditionExpr5Conditional Expression 5 to split the Data onConditional Expression 5 to be used for Splitting the Dataset

Examples

Input

idlabelf1f2
61.02.12.0
40.04.15.0
50.03.16.0
661.02.12.0

Parameters

NameValue
Conditional Expression 1 to split the Data onid <= 4
Conditional Expression 2 to split the Data onid > 4 AND id <= 5
Conditional Expression 3 to split the Data onid > 5 AND id <= 6
Conditional Expression 4 to split the Data onid > 12 AND id <= 30

Output1

idlabelf1f2
40.04.15.0

Output2

idlabelf1f2
50.03.16.0

Output3

idlabelf1f2
61.02.12.0

Output4

idlabelf1f2