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