Alteryx Designer Desktop Discussions

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

Create duplicate records on the output data

MandyL
6 - Meteoroid

Hi,

 

There are two data sources, one is target table and the other is user table. The target table should be set as main table. I'm used the "Find Replace" tool, the target set as Find table and user table set as Replace table. However, the duplicate record can't display.

May I know is there any function can display as output below? (The target table should set as main table)Thanks!

 

 

Target Table  User Table 
Customer KeyTarget Customer KeyUser
10001000 1000John
10015000 1001Keith
100210000 1001Monika
   1002Ben

 

Output  
Customer KeyTargetUser
10001000John
10015000Keith
10015000Monika
100210000Ben

 

Best regards,

Mandy

1 REPLY 1
Jonathan-Sherman
15 - Aurora
15 - Aurora

Hi @MandyL,

 

Rather than using the find and replace tool you may be better simply joining the two tables together on the Customer Key field.

 

image.png

 

If this solves your issue please mark the answer as correct, if not let me know! I've attached my workbook for you to download if needed.

 

Regards,

Jonathan

Labels