Skip to content

Maximum Value Rules (max_value) ​

Cap values at a specified maximum threshold. If a value is detected to be above the threshold, it will be set to the threshold value.

FieldDescriptionRequired
cap or max_thresholdMaximum allowed valueβœ… Yes
max_valueValue to use when threshold is exceeded❌ No (defaults to threshold)

Example: ​

json
{
    "type": "max_value",
    "source_column": "score",
    "destination_column": "",
    "cap": 100
}

Behavior: Caps all scores at 100, replacing any higher values.