Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6958 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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!

Posted

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.

Posted

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!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.