I wrote a tiny utility to work with Gmail contacts. It is very basic and just maps an export file in the Outlook format to GmailContact objects. It doesn't support the Google CSV format - the field order and names are different, and the file is UTF16-encoded. Enjoy!
Gofer it
smalltalkhubUser: 'SeanDeNigris' project: 'SeansPlayground';
package: 'GmailContact';
load.
#GmailContact asClass importAllFromOutlookExport: ‘/path/to/contacts.csv' asFileReference.
Cheers,
Sean