[Zope] CSV or DSV processing
Brian Sullivan
briansullivan at coursesbywire.com
Mon Nov 17 14:07:19 EST 2003
>
> > I want to read and parse CSV files ( and output CSV files but I
can
> > probably do that myself) in a Python script for my Zope site.
>
> I used the CSV.py module and developed a stand-alone .py
> module to do the
> necessary processing.
Where is this CSV.py module that you used
?(http://www.object-craft.com.au/projects/csv/ ?)
I also found this - http://python-dsv.sourceforge.net/ -- I don't know
if it is better or not.
>
> Then, I created an external method that loads this module and
> passes in the request
> file object.
>
> So, I can debug the csv processing outside of Zope and get
> everything working, then
> hook it into Zope. It's pretty easy.
Is the external method you created available somewhere?
More information about the Zope
mailing list