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

Check if a name exists in another file, delete the row for the username if no match found

hal9k
5 - Atom

Hello!

 

I got 2 csv files with a number of columns, my problem is pretty simple I guess.

I want alteryx to check if a username from sheet A exists in sheet B, in case there is no match found I want either it to delete the row, in case thats not possible I want it to make a new column in the sheet A with a simple boolean output for a match.

 

3 REPLIES 3
ponraj
13 - Pulsar

You can use join tool to get the desired results.  I can post sample workflow if you can provide me sample data

bharti_dalal
10 - Fireball

hi @hal9k,

 

i am attaching 2 methods . you can see the solution attached. I hope it helpsScreenshot (177).png

 

hal9k
5 - Atom

Thank you very much for the quick answers, much appreciated!

Labels
Top Solution Authors