17 Nov
2003
17 Nov
'03
7:07 p.m.
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?