Maximum Value Rules (max
) β
Get the maximum value from a column and apply it to a destination column
Example: β
json
{
"type": "max",
"source_column": "temperature",
"destination_column": "max_temperature",
}
Behavior: Captures the maximum value for the column temperature and replicates to a new destination column max_temperature.