Question
Accenture Brazil
BR
Last activity: 21 Jan 2021 18:04 EST
RegexReplace tab spaces not working
Hi all,
I have a requirement that is needed to save an extracted text to a CSV with a semicolon delimiter, but it's necessary to replace all the tab spaces to a semicolon, as the example below.
However, when I use the RegexReplace method at StringUtils with \t expression isn't work!
Does anyone know why or have other suggestions?
As is:
To be:
Automation:
Thanks in advance!