Comparing two columns
hello,
i have data set location (address, city, state) information, automated cleaned location (cleanedaddress, cleanedcity, cleanedstate). wanted compare each row in fuzzy manner come similarity score. not want have each row compared entire index of data in source table.
any suggestions on how this?
i have data set location (address, city, state) information, automated cleaned location (cleanedaddress, cleanedcity, cleanedstate). wanted compare each row in fuzzy manner come similarity score. not want have each row compared entire index of data in source table.
any suggestions on how this?
there's no tool in ssis so.
you'll have use script component compute using whatever algorithm wish. did quick search , found one: compute levenshtein distance. don't know if it's reputable or not.
you push whole table sql , use soundex.
you'll have use script component compute using whatever algorithm wish. did quick search , found one: compute levenshtein distance. don't know if it's reputable or not.
you push whole table sql , use soundex.
SQL Server > SQL Server Integration Services
Comments
Post a Comment