G
Guest
I am trying to match up location records received from separate sources using
address information, and want to eliminate the duplicate records, but I would
have many more matches if I could convert all the addresses to some standard
format first, (so different spelling and/or abbreviations are not
overlooked).
I know I can do this one at a time on the USPS website, but I was hoping to
find a way to do this in a batch process. Unfortunately, I have no budget for
fee based services, and that seems to be the only route indicated on the USPS
website.
I have a table of the USPS standard address abbreviations and can probably
accomplish what I need by building a series of Replace() functions, but
before trying to reinvent the wheel I thought I would check if anyone has
already done this.
Does anyone know of an existing utility, or any suggestions for how to
convert mailing address data to standardized address format including the
USPS preferred abbreviations?
Thanks in advance for any suggestions.
TK
address information, and want to eliminate the duplicate records, but I would
have many more matches if I could convert all the addresses to some standard
format first, (so different spelling and/or abbreviations are not
overlooked).
I know I can do this one at a time on the USPS website, but I was hoping to
find a way to do this in a batch process. Unfortunately, I have no budget for
fee based services, and that seems to be the only route indicated on the USPS
website.
I have a table of the USPS standard address abbreviations and can probably
accomplish what I need by building a series of Replace() functions, but
before trying to reinvent the wheel I thought I would check if anyone has
already done this.
Does anyone know of an existing utility, or any suggestions for how to
convert mailing address data to standardized address format including the
USPS preferred abbreviations?
Thanks in advance for any suggestions.
TK