Can we transform Drupal data into CQ5.6 data. | Community
Skip to main content
October 16, 2015
Solved

Can we transform Drupal data into CQ5.6 data.

  • October 16, 2015
  • 2 replies
  • 1184 views

I want to use CQ5.6 instead of Drupal.

But the big difficulty is how to transform all data in Drupal to CQ5.6 .

So can I transform my data in Drupal to CQ5.6 ?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Lokesh_Shivalingaiah

Drupal stores the content in a database. So you can definitely write a migration script to map the database content to a respective content in AEM but nothing available OOB. 

As @opkar mentioned, it depends on how much of data you need to reuse or recreate from the content perspective. however, you need to develop the templates and components required in AEM before you map the content with the respective components.

2 replies

Employee
October 16, 2015

Hi Shubhankar,

Please see this previous thread [1]

Other articles [2],[3],[4]

You need to decide your how much of your current content you want to migrate, then map old to new. You then need to extract the content from Drupal and transform it into a format that can be imported into AEM.

In AEM you need to decide your information architecture, create your templates, pages and components, set up your ACL's. Then you can think of importing your content. It's not a simple process and needs careful planning and execution. It can often be a large project on it's own.

Regards,

Opkar

[1] http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__wcgd-hello_i_am_tryin.html

[2]http://communique5.blogspot.co.uk/2014/03/cms-migration-to-aem.html

[3] http://www.axis41.com/blog/adobe-experience-manager/the-checklist-for-a-cms-migration-to-adobe-experience-manager/

[4]https://helpx.adobe.com/experience-manager/using/migrating-data-cq.html

Lokesh_Shivalingaiah
Lokesh_ShivalingaiahAccepted solution
New Participant
October 16, 2015

Drupal stores the content in a database. So you can definitely write a migration script to map the database content to a respective content in AEM but nothing available OOB. 

As @opkar mentioned, it depends on how much of data you need to reuse or recreate from the content perspective. however, you need to develop the templates and components required in AEM before you map the content with the respective components.