Numeric Row Splitter (deprecated)

This Node Is Deprecated — This node is kept for backwards-compatibility, but the usage in new workflows is no longer recommended. The documentation below might contain more information.

Splits the input data into two groups based on a specified numeric range.

In the configuration dialog, you select a numeric column and optionally define a lower bound, an upper bound, or both. Rows with values that fall within the defined range are sent to the first output port, while rows that do not meet the criteria are sent to the second output port.

Options

Column
Select one numeric column whose values will be tested against the specified bounds.
Use lower bound
If enabled, only rows whose column value satisfies the lower bound condition are directed to the first output port.
Lower bound value
The lower bound value. Only rows whose column value satisfies the lower bound condition are directed to the first output port.
Lower bound operator
Defines how the lower bound is applied to the column value.
  • Greater than or equal: Rows where the column value is greater than or equal to the lower bound are matched.
  • Greater than: Rows where the column value is strictly greater than the lower bound are matched.
Use upper bound
If enabled, only rows whose column value satisfies the upper bound condition are directed to the first output port.
Upper bound value
The upper bound value. Only rows whose column value satisfies the upper bound condition are directed to the first output port.
Upper bound operator
Defines how the upper bound is applied to the column value.
  • Less than or equal: Rows where the column value is less than or equal to the upper bound are matched.
  • Less than: Rows where the column value is strictly less than the upper bound are matched.

Input Ports

Icon
Arbitrary input data.

Output Ports

Icon
Data that matches numeric filter criteria.
Icon
Data that does not match filter criteria.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.