I am trying to code a program that will attempt to standardize a given address and components based on the country provided. I figured I would ask out here first to see if anyone has developed something already for their home country. (anything but the USA).
For example... a record comes in, and the country is Canada, so I know I have to use special Canadian address logic to decide whether it is a French based address or an English based address and then try to standardize it from there as well as validate that the postal code matches up with the province that they say they are from.
Any idea on even how to approach this?
I have to do this for as many countries as possible, so any help or tips/tricks would be very appreciated.