[Zope] importing data to mysql from zope
Michel Pelletier
michel@digicool.com
Thu, 29 Jul 1999 10:12:26 -0400
> -----Original Message-----
> From: ainis [mailto:ainis@mindless.com]
> Sent: Thursday, July 29, 1999 6:47 PM
> To: Michel Pelletier
> Subject: Re: [Zope] importing data to mysql from zope
>
>
> No. I'm talking about importing data from a file from a browser.
>
>
You would need to write an external method to parse your file into
objects that you cared about and then call a ZSQL to insert the data in
your database. This is complex enough that I cannot supply you with an
example, but it is completely straighforward.
-Michel