Any Good tools to create CSV Files?

Aahz aahz at pythoncraft.com
Sun Apr 29 16:29:44 EDT 2007


In article <mailman.7085.1177812457.32031.python-list at python.org>,
Carsten Haese  <carsten at uniqsys.com> wrote:
>On Sat, 2007-04-28 at 18:55 -0700, johnny wrote:
>>
>> Any Good tools to create CSV Files?  ReportLab only creates pdf
>> files.  I need something to create CSV files.
>
>You mean something like the csv module that is part of Python's standard
>library?
>
>>>> import csv

In all fairness, the csv module is new in Python 2.3, and I'm sure I'm
not the only person still using Python 2.2 for production.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"...string iteration isn't about treating strings as sequences of strings, 
it's about treating strings as sequences of characters.  The fact that
characters are also strings is the reason we have problems, but characters 
are strings for other good reasons."  --Aahz



More information about the Python-list mailing list