# 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**

<figure><img src="https://1809014303-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZxYYf1KpgarKMgMsDCrw%2Fuploads%2Fgit-blob-fbc62e0014d0fc10f5596788fef4c0028f2f0a60%2Freplace.png?alt=media" alt=""><figcaption><p>Column header - replace values input</p></figcaption></figure>

**Configuration**

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

**Output**

<figure><img src="https://1809014303-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZxYYf1KpgarKMgMsDCrw%2Fuploads%2Fgit-blob-6681bb60f1ba76d00a5aa603d75bcf46204b7ec8%2Freplace_results.png?alt=media" alt=""><figcaption><p>Column header - replace values output</p></figcaption></figure>
