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 replace

  • Values 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

Column header - replace values input

Configuration

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

Output

Column header - replace values output

Last updated

Was this helpful?