Gmail Address Import from Apple Address Book
Want to import your Apple Address book into Google's Gmail service? Here is a great blog article that contains a simple Perl script that converts VCard files (what Address book exports) into a CSV list with the name and email of your contacts. It is extremely easy to use:
- Download the script from here.
- Open Apple Address Book.
- Select all your contacts.
- Drag contacts to your desktop. This will create a file called “vCards.vcf”.
- Open the Apple Terminal application (found in /Applications/Utilities directory).
- Change the directory to your desktop (“cd Desktop”).
- Type “perl parsevcf ./vCards.vcf ./gmail.csv” (this assumes that the script you downloaded in step 1 and the Address Book vCards file are in the same directory).
- This will create a new file called gmail.csv on your Desktop that you can now upload to Gmail.
Links
Gmail Perl Script Conversion Blog
Posted by Egon Kuster at October 24, 2004 12:54 PM