View Single Post
  #32 (permalink)  
Old 12-29-2005, 12:05 PM
Sam Hunter Sam Hunter is offline
Junior Member
 
Posts: 8
Default Thunderbird/Squirrelmail --> Zimbra conversion program

Attached is a little python program I wrote to convert the exported address books from either thunderbird (v1.0.7) or squirrelmail (1.4.4) to a Zimbra format. It is a pretty simple little program, with only minimal checking/cleaning, but it seems to work pretty well for me. Hopefully it will be usefull to someone else.

Sam

p.s. the extension is .txt so it will upload to this message board. For best results change it to .py, and under windows (and Linux) make sure to run it as follows:
python csv_conversion.py s squirrel_export.csv zim_import.csv
Attached Files
File Type: txt csv_conversion.txt (3.7 KB, 1942 views)
Reply With Quote