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 Desktop Discussions

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

Urgent help with delimited

Navya08
8 - Asteroid

Can someone help me -i want to check sheet 1 column b and d with sheet 2 column b - compare all ids are present in sheet 2 the onlyy problem  i am facing is i am having ids delimited  by "," i have to check all these id's- basically reconciliation among two sheets. also i need all details as well in my output sheet i.e other columns as well

4 REPLIES 4
OTrieger
14 - Magnetar

@Navya08 

I assume that you will know how todo it if there would not be delimited values.

OTrieger
14 - Magnetar

Filter out all the rows that contains comma, then with Column to Text split to rows. Do what you did with the usual values. 

The easiest way to get all the data, just assign a RecordID after importing the data, and when you finish with your validation of the codes, just Join by recordID and you will have the data back

OTrieger
14 - Magnetar

For sheet1 you can make a condition that if D is Null then take B value

Manoj_k
9 - Comet

Hi @Navya08 i have attached the workflow for your reference

Labels
Top Solution Authors