Dupra to aem | Community
Skip to main content
Level 2
March 29, 2019
Solved

Dupra to aem

  • March 29, 2019
  • 9 replies
  • 4144 views

Dear all, can anyone please suggest what is the best way to dump the content from dupra website like pages and assets to aem .is there any script required to create a demo project or any xml data we need to generate to dump data into Aem

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 Gaurav-Behl

There is OOB feature to migrate from Drupal to AEM. You'd have to create custom template/components/pages per your use case.

9 replies

Gaurav-Behl
Gaurav-BehlAccepted solution
Level 10
March 29, 2019

There is OOB feature to migrate from Drupal to AEM. You'd have to create custom template/components/pages per your use case.

Adobe Employee
March 29, 2019

This article provides a brief overview of how to perform the migration but as Gaurav mentioned, there is no OOTB component to automate the process.

You have the understand the requirement, generate an XML from source and use Sling/Jcr API to perform the migration

Level 2
April 3, 2019

Thanks jai and gaurav for your support. I just want to ask that I have a article in drupal which contains text and 4 blue buttons of tweet , gmail.fb...on upper and then displaying text and at the bottom of article they have some link. Can you please suggest if we try similar component in aem what is best way to create that

Level 2
April 3, 2019

Thanks team .for your support. I just want to ask that I have a article in drupal which contains text and 4 blue buttons of tweet , gmail.fb...on upper and then displaying text and at the bottom of article they have some link. Can you please suggest if we try similar component in aem what is best way to create that

Gaurav-Behl
Level 10
April 4, 2019

Normal RTE component should work.

Did you get a chance to go through WKND/We-Retail reference sites that are available in AEM. You could easily find a working component to understand what suits best for your use case.

Getting Started with AEM Sites - WKND Tutorial https://helpx.adobe.com/experience-manager/6-4/sites/developing/using/we-retail.html

We.Retail Reference Implementation

GitHub - Adobe-Marketing-Cloud/aem-sample-we-retail: We.Retail is a reference implementation of a retail site for Adobe …

Level 2
April 6, 2019

Thanks gaurav.currently I tried to create a Aem maven project using archetype 17 by eclipse its working for archetype till 15 and for 16 and 17 it shows unable to create project showing a url also in error- https// repo.adobe.com/nexus........any help on this anyone plz

Gaurav-Behl
Level 10
April 8, 2019

cmd--

mvn archetype:generate -DarchetypeGroupId=com.adobe.granite.archetypes -DarchetypeArtifactId=aem-project-archetype -DarchetypeVersion=17

GitHub - adobe/aem-project-archetype: Maven template to create a new Adobe Experience Manager (AEM) project as starting …

Level 2
April 8, 2019

Thanks team .because of you  I am able to setup Aem project as lead .if you don't mind can i ask one thing -     I have a datepicker dilog field I author the date from dilog but it's not displaying in htl component.is there any code which can display date in my html code.i used {{}properties.startDate} in html