Matching 2 tables

  • Hi,

    I have 2 tables containing customers information from different sources. I would like to make the match on the tables on different fields (name, address for example). The addresses are not always on the same format (234 winchester st vs 234 Winchester street). I would like to build a master table bases on the 2 tables.

    Previously, I used to work with Difference & Soundex commands (was not great). I would like to used the Fuzzy feature in SSIS, but I don't know where to start. Seems that everything need to be in the same table where it's not my case....

    Can someone help?

    Rem

  • Did you have any luck on this? It looks like the best I can do is return one row from the left table and between 0 and many possible matches for the right table. I am using string searching to do this. I am trying to match on partial name and city.

    Thx.

    John

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply