Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

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