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