Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Export Address Book entries to HTML via AppleScript' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Export Address Book entries to HTML via AppleScript
Authored by: jonn8n on May 04, '08 04:55:20PM
I've looked at the script a bit more and realized there was a glaring error. The original script only included contacts that actually have a last name. This means contacts identified as companies and not individuals would not be included in the output. I've corrected this issue in my version, added properties at the top of the script for including/excluding the data items (e.g., phone, email, etc.) as desired, and added the option to also include any images associated with contacts in Address Book.app. All of this makes the script pretty slow (maybe at some point I'll port the whole thing to Objective-C) so if you run it, be prepared to go do something else while the script processes your data.

Instead of posting the whole script here, I've put it online at:

http://www.jonn8.com/html/Address_Book_to_HTML.html

Jon

[ Reply to This | # ]