[Zope] csv import

garry saddington garry at joydiv.fsnet.co.uk
Sun Aug 8 09:33:14 EDT 2004


I am trying to use the Python csv module to import a csv file into zope and 
then write the result to a RDBMS. The csv module requires an iterable file 
but the fileupload instance returned by:

file=REQUEST.form("filename")

Does not seem to be iterable. Is there a way to make it so?
regards
garry



More information about the Zope mailing list