Hello,
Background: I have created a workflow that copies files in one directory (and sub directories) to another directory based on specific characteristics. This workflow has undergone a lot of testing by myself and I have not encountered any errors. (Current size at this point: 1 directory, 2 sub directories, all English characters)
Problem: I have tried to upscale this workflow to include 1 directory with over 3000 sub directories within and it failed. After troubleshooting, I found that it failed because there were non-English characters within some folder names.
Question: Is there a way to get Alteryx to read these folder names with the non-English characters? I was thinking to do some sort of subsitution/replacement within Alteryx, but I feel like that would change the file path that it looks for (and therefore would not be able to pick up what I want it to).
Thank you in advance for your help.
Update:
I have been troubleshooting for most of the last day. For more context, I run a workflow to use Windows Command at the end of it. The workflow (as stated) works, meaning the formulas are not an issue. I tried to use my copy formula (which is the last step) in Windows Command manually, using the directory that contains the non-English character and this worked. It is only when I try and do it within Alteryx that it does not work, so it definitely seems like it is something with Alteryx when it tries to use the .bat file to copy. I have tried changing the output in the run tool to different formats and code pages (e.g Unicode UTF-8 (same problem, Unicode UTF-16 (did not work at all).
I opened up the Windows Command manually after running the workflow and the Non-English Character is not written properly (see picture, it is meant to be a À, but is actually a weird L looking thing). There is meant to be 90 files copied over, but as you can see, it says 0 (because the directory with the weird L does not exist)