how to export data from ZODB to text files

Peter Hansen peter at engcorp.com
Tue Jun 7 09:38:39 EDT 2005


ls wrote:
> I looking for help with ZODB data export to text file. I have file
> Data.fs  
> [snip]
> Could you point me in to some Python code examples, code contributions
> and so on.

You can download the "standalone" ZODB code and run it under regular 
Python without Zope installed or involved, and use that to access your 
Data.fs file directly.  See http://www.zope.org/Products/StandaloneZODB

This page lists much documentation (near the bottom): 
http://www.zope.org/Wikis/ZODB/FrontPage

-Peter



More information about the Python-list mailing list