Hi everybody I want to know if there is a way to remove all nonprinting characters from text in a once for all way. I mean like using the CLEAN function that is available in Excel.
In the image below I show the input and output of the information in notepad++ after using removeChars(removeDiacritic($Data$)) in the string manipulation node
http://s15.postimg.org/o5v06vqgb/Nonprintable.png
I think that probably I have to use the java node
Thank you