I am looking for some advice on parcing addresses within FME workbench.
has anyone worked with automating address parcing to a stadardized format?
Thanks
Pat
I am looking for some advice on parcing addresses within FME workbench.
has anyone worked with automating address parcing to a stadardized format?
Thanks
Pat
on a general basis, I would say that automated address parsing can run the gamut from quite easy to extremely complicated. Some factors that can influence the difficulty include the level of advanced parsing you need to achieve and the number of countries / regions to support.
Personally, I'd probably try to find a ready made solution rather than trying to make one myself, due to the number of pitfals and hidden complexities.
I'm a big fan of Python (and by extension the PythonCaller transformer), so my first try would probably be something involving the pyparsing module and the streetAddressParser plugin. You might have to adapt the address parser settings if you're outside of the USA, though, but it looks rather easy to do with a little bit of prior knowledge about Python.
Good luck!
David
here is the complexity of this problm in a nut shell.
I have over 70 Countiies to process into one data base. They all have submited thier parcels and adress separatly and in different schemas. Some have parsed addresses some have full address fields that need to be parced some have zip codes others don't. place name,prefix, sufix, direction.... and all of this needs to be put into a new/ common schema.
I am not working alone in fact I am a part time tech and just trying to do my part as best I can.
The more I look the more I feel that there is not a one size fits all transformer or tool for what needs to be done here.
Thanks again
Pat