[ANN]: Tiny Gmail Contact Importer

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ANN]: Tiny Gmail Contact Importer

Sean P. DeNigris
Administrator
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