17 Nov
2003
17 Nov
'03
4:35 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. 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?