Replace values
The replace vaules step allows to to replace values in a column
Step parameters
Search in column...
column(string)*: the column in which to search for values to replaceValues to replace
array(value, new value)*: in this section of the form you can specify one or more values to replace, with the corresponding new value that you expect.
Example
Input

Configuration
{
"search_column": "Country",
"to_replace": [
["FR", "France"]
["UK", "Great Britain"]
]
}
Output

Last updated
Was this helpful?