We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Copying String from multiple columns to one column

jenettd
7 - Meteor

Hi Alteryx Community,

 

How would I filter out Fail messages from multiple columns and copy them to another column? The Fail messages can be anywhere in the field and they have a comma delimiter. 

Example - I'd like to copy and compile Fail messages from columns B to E into column A. The messages are separated by a comma and I'd like for them to be comma delimited once copied to column A as well. 

 

Thanks for your help!

 

ABCDE
 Fail - Blank or Null,Pass - No PDE Present,UCEN Fail - Not in ADMFFail - Blank or NullPass - Present in ADMFBL Fail - BL repeats dif BDE,Pass - Same BDE, Same BL
 Fail - Exceeds 1024 characters,Pass - No PDE Present,UCEN Fail - Not in ADMFFail - Blank or NullPass - Present in ADMFBL Fail - BL repeats dif BDE,Pass - Same BDE, Same BL
 Pass - No PDE Present,QA Fail - Leading Space,UCEN Fail - Not in ADMFFail - Blank or NullPass - Present in ADMFBL Fail - BL repeats dif BDE,Pass - Same BDE, Same BL
 Pass - No PDE Present,QA Fail - Trailing Space,UCEN Fail - Not in ADMFFail - Blank or NullPass - Present in ADMFBL Fail - BL repeats dif BDE,Pass - Same BDE, Same BL
2 REPLIES 2
davidskaife
14 - Magnetar

Hi @jenettd 

 

It's not elegant but the attached should work - assuming the number of delimiters remain the same in all columns etc

 

jenettd
7 - Meteor

Thank you!

Labels
Top Solution Authors