re:how to export data from ZODB to text files

2005-06-09 Thread ls
Hi Josef, Thank you so much. I will ask our Plone administrator to test your script and I will write about result here. I thought also about Python script like //connect to database >>> from ZODB import FileStorage, DB >>> storage = FileStorage.FileStorage('Data.fs') >>> db = DB(storage)

re:how to export data from ZODB to text files

2005-06-08 Thread ls
> Why are you doing this in the first place? Trying to escape from > Zope-land? Exporting data on a regular basis, for use in another app? Hi Jonh, Thank you for your reply. Yes, I'm traing to escape from Zope-land, to be more clarify I want to migrate from Plone to PHP Application, which uses

re:how to export data from ZODB to text files

2005-06-07 Thread ls
Hi Peter, Thank you for your reply. I already can access file using code >>> from ZODB import FileStorage, DB >>> storage = FileStorage.FileStorage('mydatabase.fs') >>> db = DB(storage) >>> connection = db.open() >>> root = connection.root() But this is the point

how to export data from ZODB to text files

2005-06-07 Thread ls
Hi All, I looking for help with ZODB data export to text file. I have file Data.fs (file becomes from Plone CMS) and I have to display content structure, data like intro, body of article, etc and save it in to simple file. However I can't use Plone XML export because is broken, Zope Corp. set low