[Zope] How to export ZWiki contents in ZODB to MYSQL

Tino Wildenhain tino at wildenhain.de
Tue Feb 27 01:12:39 EST 2007


Win Myint Aung schrieb:
> Dear Members,
>  
> I am a newbie in Zope. please do me a favor. I am looking for some 
> python scripts that can export Zwiki contents from ZODB to MYSQL.

Well, the script is easy in principle but you need to know how
the result in your MySQL should look like. So its basically
just traversing the object tree in zope, lookup the properties
and attributes with content and then rewrite them in the form
your application needs it.

Otoh, its a lot of work - what is the expected gain?

Regards
T.


More information about the Zope mailing list