I need to replace some words with the new word
But in column expression, I am able to replace 1 word at a time.
Is there any way to do multiple at a place.
Hi @PankajChaudhary,
you could use the String Manipulation
node to combine the replace-function like
replace(replace($names$, "Mister", "Mr"), "Miss", "Ms")
Best Regards
Andrew
3 Likes
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.