Hi,
I have a bunch of documents read into alteryx by directory tool.
Some have a space before .doc/.docx.
How can I remove that?
Ie: cool_document .doc
should be cool_document
thanks
@wonka1234
@binu_acs sorry the output should be cool_document.doc or .docx. Not removing the docs
You could have tried data cleansing tool as well where you can select remove all spaces.this would have provided same output.
Hi, @wonka1234
FYI.
REGEX_Replace([Email], '(\s+)(?=.doc|.docx)', '')