Router Processor

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

Processor Configuration

Name: Name 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 Column: Columns which needs to be routed as per the given expression.

Top