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.

Merging Data from two files and validating

merypals
6 - Meteoroid

Hi all, 

 

I'm new to Alteryx. I want to do the following: take football club names from the first file and join it with city and population from the second file. Then I want to validate to make sure that all matches are correct. ]

 

I've given sample examples in the two files I attach. Your ideas are greatly appreciated. 

4 REPLIES 4
oneillp111
9 - Comet

Did you try to use a find and replace tool and match any part of the field?

oneillp111
9 - Comet

example.xlsx.png

merypals
6 - Meteoroid

Yes, but not all football clubs have cities listed in their names, so it doesn't work for all records. 

oneillp111
9 - Comet

In order for a join, there has to be some kind unique Identifier to link the data together.  You could try City code from fc_club file and get city code into the cities file and do a join or F/R on that?

Labels
Top Solution Authors