Joomla to Plone

I am about to move content from Joomla to Plone. So that means grabbing content from a mysql database. Before I start from scratch, which traps do I have to sail around?
Thanks for any hint, Katja

Hi @ksuess,
I would aim to export the Joomla content into Json format. You can read more about ways JSON can be imported into Plone Importing And Exporting Content — Plone Documentation v5.2

Pay attention to the JSON structure that Plone expects.
I have some notes on content import here that could be a good starting point for you.

2 Likes

In depth training on using transmogrifier to get JSON data into Plone: Migrating Content with Transmogrifier — Plone Training 2020 documentation