October 24, 2004

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:

  1. Download the script from here.
  2. Open Apple Address Book.
  3. Select all your contacts.
  4. Drag contacts to your desktop. This will create a file called “vCards.vcf”.
  5. Open the Apple Terminal application (found in /Applications/Utilities directory).
  6. Change the directory to your desktop (“cd Desktop”).
  7. 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).
  8. 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
Comments