Router Processor

Router enables routing multiple data streams from a Router Processor to any emitter/processor according to the route selected.

Router Processor Configuration

To add a Router processor to your pipeline, drag the processor onto the canvas and right-click on it to configure.

FieldDescription
NameName of the Expression
Expression

Expression field tests each row against the given valid expression which ultimately evaluates to a Boolean value.

For example if expression has value (id>2 and country = ‘India’) then only those rows which is having id is greater than 2 and country is equals to India will come as an output.

Output ColumnColumns which needs to be routed as per the given expression.
Top