Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Join 2 tables on name

JDong
8 - Asteroid

Hi Team,

 

I have a column with following data :

 

Fruits
Apple
Banana
Avacado
Cherry

 

 

I have to join to another table based on this column but with CONTAINS kind of logic

 

Fruits
Bananen
Bana
Bananas
Cherry EMEA
Pine apple
Pineapples
Apples
Apple South
Big Apple

 

 

In output on joining both columns it needs to retreive all the matching data with contains logic something like

 

CONTAINS('Apple') then return the below and also needs to check only start with 

 

 

Apples
Apple South
Big Apple

 

Thanks

2 REPLIES 2
Luke_C
17 - Castor
17 - Castor

Hi @JDong 

 

Using the 'Append' option of the find and replace tool might be an easy solution, it will add a column and indicate what matched. You can then filter or use that column however you need.

 

Luke_C_0-1620064084691.png

 

 

Emil_Kos
17 - Castor
17 - Castor

Hi @JDong,


Did you check the find and replace the tool? 

 

Emil_Kos_0-1620063931908.png

There is the possibility to check also if the cell starts with the word that you are searching for. Give it a try and let me know if this brings you the desired output. 

 

Just additional comment find and replace works very similar to vlookup so if you are familiar with this function think about find and replace tool like a vlookup on steroids. 

Labels
Top Solution Authors