Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Cloud Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Cloud.

Transform Job Failed

Khari Shiver
5 - Atom

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. 

2 REPLIES 2
TimothyH
Alteryx
Alteryx

Hi @Khari Shiver Is there any useful info in the error report?  Do you have the ability to run it with the EMR engine? 

darif159cris
5 - Atom

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