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 Name | Description |
|---|---|
| Step name | Specify the name of this step as it appears in the workflow workspace. |
| Input field | Specify the field that gets checked for the lower and upper boundaries so that a range. |
| Output field | Specify the output field name that gets filled with the range value (ranges are defined in the table below) depending of the input field. |
| Default value | Value to return if there are no matches within the ranges specified. |
Ranges(min<=x<=max): | Specify ranges. |
| Lower Bound | Specify a field name for the minimum value of a range. |
| Upper Bound | Specify a field name for the upper value of a range. |
| Value | Specify a field name for the value. |