Hi all,
I am trying to remove new line characters present in the data.
Currently we are using the "formula" macro and input Regex_Replace([FIELD], "\r*\n*", "") for each and every field.
When working with 100+ columns it becomes very cumbersome.
Is there a way to remove new line characters in one go from all columns?
Thanks.