Evolution’s VCF to GMail CSV (updated)
July 4, 2008
Importing contacs from Evolution to GMail is a pain in the ass… The Novell’s Mail Client stores ‘em in a silly VCF record: such file is incomprehensible for gmail, hehe
I wrote this little-n-dirty perl script to convert the fuckin’ list.vcf to list.csv (according to gmail format).
That’s the code (you could download it from here, tho)
If you are a GNOME user you could appreciate this one, which works nicely with the Nautilus file manager. (Thanks to dave)
Thanks man. Works pretty good. Did the job.
Cool thanks man. Saved me some time. I definitely would have done it in perl.