I have a pipe delimited file, which I am bringing in using the input tool and reading it in as a delimited text file.

I need to find all fields with extra white spaces, but when I use REGEX_CountMatches, Nothing is returned. It appears that the white space is cleaned before I even do anything with the file. I am essentially running a data quality check on a file that a partner of ours will be sending us, so I need to be able to find all of the white spaces in the file, so they can correct this before sending it through an automated process.
I need a way to return the spaces after 1 and the spaces before two, but alteryx is cleaning this up! How do I get Alteryx to keep the spaces??