27 Feb
2007
27 Feb
'07
6:12 a.m.
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.