Replace text
The replace text step allows to replace in a text column a substring by another substring.
Step parameters
Extract a substring from ...
column(string)*: the column in which to search for the value to to replaceOld string
(string)*: value to search for in the previously defined columnNew string
(string)*: value with which the old string will be replaced
Example
Input

Configuration
{
"search_column": "",
"old_str": "example",
"new_str": "acme"
}
Output

Last updated
Was this helpful?