Alteryx Designer Desktop Discussions

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

Matching Names between 2 data files

SR
8 - Asteroid

HI All,

 

I have 2 data files where one of the common column is Company Name. I want to do a join on company name but it needs to be a like type join..so all variations of the name are matches.

 

File 1 :

CompanyCountry
XYZUK
ABCBrazil

 

File 2:

company namelocaddurl
XYZUK123www.xyz.com
XYZ LtdRussia111www.xyz.com
ABC CorpUS11www.abc.com
    

 

Desired output:

CompanyCompany nameLocAddURl 
XYZXYZUK   
XYZXYZ LtdRussia   
ABCABC CorpUS   

 

What would be the best way to achieve this type of join.

 

Thanks

Sam

1 REPLY 1
danrh
13 - Pulsar

The Find Replace tool has some functionality that can handle this kind of thing:

image.png

When you select "Append Field(s) to Record", it acts more or less like a like-join.  Give it a look, see if it meets your needs.

Labels