Re: How to Write to csv file to create bulk address book

2008-12-08 Thread r0g
k.i.n.g. wrote: > Hi , > > I am new to scripting, I am working on script which would create 'n' > number address book entries into a csv file which would be used to > import into a address book. I need suggestions for the same > > The fileds for csv file are as follows > > ""Title","First Name"

Re: How to Write to csv file to create bulk address book

2008-12-07 Thread Laszlo Nagy
I am new to scripting, I am working on script which would create 'n' number address book entries into a csv file which would be used to import into a address book. I need suggestions for the same Please check out the 'csv' module. It comes with Python. Batteries included. :-) http://docs.