Hi,
Is it possible to retain the whitespace in the filepath? Our file is saved in a directory folder which has a leading whitespace, but when we try to pull it in using an input tool, the whitespace is cleansed and the input tool errors out saying that it can't find the file.
For example:
Original FilePath: O:\Test Folder\ Test\Filename.csv
Input FilePath: O:\Test Folder\Test\Filename.csv
Thank you!