Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

How do you join but leave behind those that are already in the target?

brendafos
10 - Fireball

I have two files. One is the main file, the other is the add in file. But the add in file has some names (rows) which are already in the main file.

How do I bring into the main file only the new rows from the 'add in' file? 

 

And the two files have different columns/headers.  But there is a common field key in both files.

3 REPLIES 3
PeterGoldey
11 - Bolide

Hey - I'm sure there is a more elegant way, but just with the join tool you could:

 

1. join the files (main file as left input)

2. discard the left and center outputs

3. the right output are your new records

 

You could then union the right output in with the full main file or whatever the next step in your process is.

 

- Pete

brendafos
10 - Fireball

Thank you, PeterGoldey!

 

That approach has worked.

You've saved my weekend.

 

 

PeterGoldey
11 - Bolide

Excellent!

Glad I could help.

Labels