Hello,
While this is my first time reaching out for help, I did search the boards to see if I could find some help on my issue and I was not successful. I'm new to Alteryx but not new to manipulating data and have run into an issue. I have a workflow configured and as part of it, there are multiple instances where I'm using text to columns to split a column into multiple columns. When trying to output the data, I receive warning messages stating columns were renamed; that doesn't seem like the issue. The results of the workflow show there was a failure on the Transform stage. I've attached a snip of the screen.
I'm not sure how to resolve the issue.
Thank you in advance.
Hi @Khari Shiver Is there any useful info in the error report? Do you have the ability to run it with the EMR engine?
Hello,
likely comes from the Text to Columns tool renaming fields, which breaks the Transform or Output steps. To fix it:
Add a Select tool after each Text to Columns to rename and control field names.
Ensure downstream tools (like Transform) use the correct, expected field names.
Check the Messages pane for exact error details. I-PASS