Alteryx Designer Desktop Discussions

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

Replace data in source table from other table

Nicolaas_Vercruyse
7 - Meteor

Dear all,

 

I'm looking for a solution to replace some data from my source table with data from another table.

Source table

VendorQtCtry

1

10

SE

220DE
310BE
430NL
515IT

other table

VendorCtry
3SK
5GB

 

So result would be like this

VendorQtCtry
110SE
220DE
310SK
430NL
515GB

 

4 REPLIES 4
mceleavey
17 - Castor
17 - Castor

Hi @Nicolaas_Vercruyse ,

 

this is a simple join and replace function.

 

mceleavey_0-1620306446386.png

 

I joined the tables together on the key field (Vendor) and replaced where they join with the input from the second table, then unioned them together.

 

Hope this helps.

 

M.



Bulien

Luke_C
17 - Castor

Hi @Nicolaas_Vercruyse 

 

Here's two approaches, 1 with find and replace, and one with the Join tool. Both are fairly straightforward but let me know if you have any questions. 

 

Luke_C_0-1620306529129.png

 

KarolinaRoza
11 - Bolide

Hi,

 

You can use join tool.

 

Let me know if it woks.

Karolina

Nicolaas_Vercruyse
7 - Meteor

Thanks all, worked fine!!

 

Nicolaas

Labels