Hey guys, I am trying to figure out the best approach for this and what I need to do is the following: I have 2 data sets: Set1: Countries Country_Code, Country_Name Set2: Address FIle Customer_Name, Address_1 through Address_5 The address file is free form text, and what I want to do is loop over the countries set and if it finds a matching country from the Country_Name column in Set1 within Address_1-5 of Set2 then return the Country_Code in a new Column on Set2 I just have no clue how to formulate that loop or what the best approach would be All suggestions welcome!
... View more