How can I replace a pattern in a string in one column with a value from another column in Cloud Dataprep?
To be precise, I have a column A with the same pattern in every string of the column, and I want to replace that pattern inside a string with corresponding value (when i say corresponding I mean the value in the same row) from another column.
Any idea?