The replace text step allows to replace in a text column a substring by another substring.
Extract a substring from ... column(string)*: the column in which to search for the value to to replace
Extract a substring from ...
Old string (string)*: value to search for in the previously defined column
Old string
New string (string)*: value with which the old string will be replaced
New string
Input
Configuration
Output
Last updated 2 months ago
Was this helpful?
{ "search_column": "", "old_str": "example", "new_str": "acme" }