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"
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.