Delete extra blank characters in the text and convert them into single spaces or make them standard text

Hi Umut,

The String Manipulation node and this expression should work for you:

regexReplace($column1$, "\\s+", " ")

:blush:

5 Likes