mentby.com
Blog | Jobs | Help | Signup | Login

Hello everyone!

I would like to know if someone has experienced or has any suggestions to
solve the following problem:

I have a Plone 2.1.2 (Zope 2.8.6) site with ~ 2800 objects. I need to export
the contents of that site (images, pages, documents, files, etc), which will
be later imported into a MySQL database. The data can be exported to a text,
a CSV or XML file.

I've thought about some possible solutions:

- A script that accesses the Data.fs and performs the export.
- Use the Import / Export tool to export the Zope site into a XML file and
work in that file to import it later on MySQL.
- An External Method that accesses the catalog and generates the export file
from there.

That's it. I really appreciate any contribution!


luizfonseca Thu, 24 Nov 2011 10:45:03 -0800


luizfonseca wrote
>
>
> - An External Method that accesses the catalog and generates the export
> file from there.
>
>

-aj

--
View this message in context:  http://plone.293351.n2.nabble.com/Exporting-ZODB-content-tp7[..]
Sent from the General Questions mailing list archive at Nabble.com.

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d


ajung Thu, 24 Nov 2011 11:03:42 -0800

1

--
Encolpe DEGOUTE http://encolpe.degoute.free.fr/
Logiciels libres, hockey sur glace et autres activités cérébrales


Encolpe Degoute Thu, 24 Nov 2011 11:24:22 -0800

Here is some code for your personal inspiration:

https://github.com/zopyx/scratchpad

-aj


ajung Thu, 24 Nov 2011 11:38:20 -0800

quintagroup.transmogifier

We use it to export data from Plone2 sites to Plone3.  This will create anexport of your data as XML files, keeping the structure with folders.  Andthis works very well.

See  http://projects.quintagroup.com/products/wiki/quintagroup.tr[..]

Have a nice day,

Gauthier Bastien
www.communesplone.org

-----Message d'origine-----
De : ajung [mailto:lists*******]
Envoyé : jeudi 24 novembre 2011 20:37
À : plone-users*******
Objet : Re: [Plone-Users] Exporting ZODB content

Here is some code for your personal inspiration:

https://github.com/zopyx/scratchpad

-aj


Bastien Gauthier Fri, 25 Nov 2011 02:05:07 -0800

Thank you all!!!

ml-node+s293351n7030585h8*******>


luizfonseca Fri, 25 Nov 2011 06:55:20 -0800



Related Topics

Post a Comment