Fill null values
The fill null values step allows to fill null values in specified columns with a value of your choice.
Step parameters
Replace null values in..
column(array)*: the columns where the null values will be filled with another valueWith
value*: the value that will replace null values
Example
Input

Configuration
{
"columns": ["Value", "KPI"],
"value": "NaN"
}
Output

Last updated
Was this helpful?