It's me! Over IP!

RSS
Jul 7

Pro-tip: Self-Help: Bulk Exporting Contacts from Exchange to Gmail with full-fidelity

This is the best way I’ve found so far to do it with minimal pain:

  1. Go to Outlook, contacts view;
  2. Select all contacts (CTRL+A);
  3. On the menu (or ribbon if Outlook 2010), select forward as business contact;
  4. A new email shows up with all contacts as vCard files (*.vcf). Select them all (CTRL+A again), copy and then paste into a folder (e.g.: c:\temp);
  5. Open a command prompt. In the folder you copied the files to, run “copy *.vcf all.vcf”
  6. Go to Gmail, contacts and then find the import vCard dialog. 
  7. Select all.vcf
  8. Voila’

This definitely beats using CSV - which loses photos and other fields - but is still bulk rather than one-by-one.