Skip to main content

Number Range

Description

Number Range classifies a numeric field value into a named category based on user-defined lower and upper boundary ranges. Use this step when you need to bucket continuous numeric data into discrete groups — for example, categorizing ages into brackets, assigning grade levels based on test scores, or labeling transactions as small, medium, or large based on amount thresholds. Each range maps to a descriptive value that is added as a new field in the output.

Configurations

Field NameDescription
Step nameSpecify the name of this step as it appears in the workflow workspace.
Input fieldSpecify the field that gets checked for the lower and upper boundaries so that a range.
Output fieldSpecify the output field name that gets filled with the range value (ranges are defined in the table below) depending of the input field.
Default valueValue to return if there are no matches within the ranges specified.
Ranges(min<=x<=max):Specify ranges.
Lower BoundSpecify a field name for the minimum value of a range.
Upper BoundSpecify a field name for the upper value of a range.
ValueSpecify a field name for the value.