[Zope] CSV or DSV processing

Dieter Maurer dieter at handshake.de
Mon Nov 17 14:20:37 EST 2003


Brian Sullivan wrote at 2003-11-17 11:35 -0500:
 > 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.
 > 
 > Any hints on the best strategy? I see a number of Python modules
 > around doing CSV or DSV processing. Would the best strategy be to turn
 > those into an external python method? Is there something around ready
 > to go? What modules have others used successfully?

Either you use them in External Methods or you provide
the necessary security declarations (--> "Products/PythonScripts/README.txt").

-- 
Dieter



More information about the Zope mailing list