[Zope] Re: How to import CSV into SQL (gadfly)?
Anton Stonor
stonorn at giraffen.dk
Tue Mar 16 13:59:02 EST 2004
Jaroslav Lukesh wrote:
> I have three CSV tables (together 120k) and I need import that data into
> some SQL database for different kind of views to data strored in tables.
I guess you could use the Python csv module to import the data and then
pass it to a couple of zsql methods.
http://www.python.org/doc/2.3.2/lib/module-csv.html
/Anton Stonor
More information about the Zope
mailing list