I’d like to export Plone folder consisting of custom Archetypes content items in JSON.
What addons and tools there exist for this? Preferably one which automatically inspects schema and creates JSON structure based on it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have successfully used collective.jsonmigrator / collective.blueprint.jsonmigrator for this purpose. It’s meant to work with transmogrifier. I was even able to export json from a prehistoric Plone and import it into a Dexterity content type in Plone 4.1.
This kind of extreme migration is never easy, and if there’s any customization at all, you’ll probably need to do some source tuneups to make the pipeline work.