Hello Friends
Could you please let me know the best approach to deal with the following issue?
I have two sets of data with fields “MANUFACTURER NAME” and “MANUFACTURER PN”. I have to compare them and find discrepancies between them.
The problem is that in these two data sets there are some manufacturers names that I know are the same but I can’t figure out the best way of telling my SQL queries to treat them as same. For example; for a particular MANUFACTURER PN data set #1 may have manufacturer name VISHAY and the data set #2 may have VISHAY SPRAGUE; I need to mark that record as same. This naming is not consistent in some other MANUFACTURER PN data set#1 may have VISHAY SPRAGUE and data set#2 may have VISHAY.
There are many such manufacturer names.
I tried creating a conversion table so that VISHAY in data set#1 can be translated to “VISHAY SPRAGUE” but it didn’t work very well because for some records both data set#1 and data set#2 may have “VISHAY”. In those cases my conversion would mark those actually matches as mismatches.
Sorry for this long confusing message; but, such is the problem.
BY the way I am using ACCESS 2007 and using SQL for writing scripts.
Thanks
Rajesh
Could you please let me know the best approach to deal with the following issue?
I have two sets of data with fields “MANUFACTURER NAME” and “MANUFACTURER PN”. I have to compare them and find discrepancies between them.
The problem is that in these two data sets there are some manufacturers names that I know are the same but I can’t figure out the best way of telling my SQL queries to treat them as same. For example; for a particular MANUFACTURER PN data set #1 may have manufacturer name VISHAY and the data set #2 may have VISHAY SPRAGUE; I need to mark that record as same. This naming is not consistent in some other MANUFACTURER PN data set#1 may have VISHAY SPRAGUE and data set#2 may have VISHAY.
There are many such manufacturer names.
I tried creating a conversion table so that VISHAY in data set#1 can be translated to “VISHAY SPRAGUE” but it didn’t work very well because for some records both data set#1 and data set#2 may have “VISHAY”. In those cases my conversion would mark those actually matches as mismatches.
Sorry for this long confusing message; but, such is the problem.
BY the way I am using ACCESS 2007 and using SQL for writing scripts.
Thanks
Rajesh