Brudderman Posted November 2, 2005 Posted November 2, 2005 I have a database of several hundred names (local) and need get addresses. I expect that most names can be found in on-line directores such as anywho.com or whitepages.com. Is there any way I can query directories like that and pull down matching addresses? And if so, how? Thanks!
Wim Decorte Posted November 3, 2005 Posted November 3, 2005 see if they offer a "web service". That's a query engine that will return XML data based on your search string. If they do and if they support HTTP GET then you can make this work. Their web service description will tell you how to construct an URL with your search string and will detail how the XML looks like that they will send back. You will then need to write a small XSLT stylesheet that will transform their XML into a grammar that FM understands and can import. See filemaker.com/xml for more info and examples.
Brudderman Posted November 3, 2005 Author Posted November 3, 2005 Thanks, Wim! I'll check on the web service feature. Because of time constraints, I've had to procede for now with the brute force method: construct proper URL in FM calc field, open web page, copy proper information, paste to FM text field, parse out address, city, state, etc. It works, but it's slow. Thanks so much for the pointer!
Recommended Posts
This topic is 6958 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now