[Zope] Exporting zodb data (Urgent)

Sergey Volobuev zope@phpv.khv.ru
Tue, 01 Jul 2003 22:49:32 +1100


Sukhwinder Singh wrote:

>Under Control_Panel/Products/School.
>
>There are classes for each of the object I want to export. Like Students,
>Employees. Their icons are rectangles with lines in them.
>Tooltip show Z Class for them.
>

Click on some ZClass. Than click on Property Sheets tab.  Most probably 
you will find one or more property sheets there. Click on them You will 
see the list of properties defined for this ZClass. After you have list 
of all properties of all your ZClasses writing the script which will 
iterate over your objects is trivial.

And note: using stand-alone ZODB just to get access to ZClass properties 
is slightly overkill, imho