[Zope] CSV or DSV processing

Brad Clements bkc at murkworks.com
Mon Nov 17 14:41:12 EST 2003


On 17 Nov 2003 at 11:35, Brian Sullivan wrote:

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

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.





-- 
Brad Clements,                bkc at murkworks.com   (315)268-1000
http://www.murkworks.com                          (315)268-9812 Fax
http://www.wecanstopspam.org/                   AOL-IM: BKClements




More information about the Zope mailing list