I have been trying to build the workflow which iterates through several different workflows and changing the paths for all the inputs.
I've used the tool from this thread:
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Workflow-Dependencies-I-need-to-change...
The workflow successfully updated the paths in my workflow, however I've encountered the following error, when I've tried to open the modified workflow:
I've changed the extension of the modified flow from yxmd to csv, to be able to see the line 4564 and it looks like this:
My flow looks like the one from the thread above:
I suspect there is something wrong with encoding, because when I perform exact same operation of replacing the path via Notepad (using "Replace all"), without the Alteryx, there is no errors while opening the file.
Do you have any ideas how to resolve this?
Kind regards
Mateusz
Hey @chuckstermajster, do you have AMP enabled on that? If you do, please disable it and try again.
Hi!
No. This is 2019.3 version, so I do not have this feature
What are those conversion errors you are getting? I believe you just need to change the field size on the input data tool to something like 99999 so it fits all the data.
Yes! This conversion errors are probably the source of an issue, however I do not know how to get rid of them as they come from the Input data, so "select" tile after this won't help :(
I've tried some different code page options, bo it did not helped...
For instance with UTF-8 Encoding, conversions errors are exactly the same as with the encoding from the snippet
The error is saying that the field was truncated. Change the field size on the Input Data tool from 254 to something like 99999.