Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
One of the great features of DSS is that you can trim the leading and trailing spaces from all of the data in all of your columns with one visual recipe Step. Very Cool.
Remove Leading and Trailing spaces from all columns
I was then trying to figure out how to clean up all the white space. Any ideas?
Operating system used: Ubuntu 18.04 - WSL2 - Windows 11
I think I have a way. Anyone got a better way?
Visual Recipe Step to replace multiple spaces with a single space in all columns
The regular expression should actually be
(\s\s+)
not what is shown in the image above.
I think I have a way. Anyone got a better way?
Visual Recipe Step to replace multiple spaces with a single space in all columns
The regular expression should actually be
(\s\s+)
not what is shown in the image above.