Migrate content from Team site to AEM | Community
Skip to main content
February 13, 2018

Migrate content from Team site to AEM

  • February 13, 2018
  • 2 replies
  • 7818 views

Hello All,

In one of my project i have a requirement where i need to migrate content from TeamSite to AEM, The source site is built using Team site CMS now it needs to be moved / migrate to AEM system.

Any pointers across this or any sample code snippet would really helpful or appreciable.

Thanks

Sailaxman

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

2 replies

smacdonald2008
Level 10
February 13, 2018
smacdonald2008
Level 10
February 13, 2018
Level 2
February 14, 2018
  • In TeamSite content stored in the form of data capture record ( xml format).
  • In AEM content stored in the form of properties's value in JCR nodes.
  • Create a mapping between dcr (xml) nodes to jcr nodes/properties.
  • Then you can create a custom java application that can read xmls (dcrs) from TeamSite as an input and can create JCR node tree as per mapping  and store content in the form of properties values in created jcr nodes in AEM.
vijayb5133850
February 15, 2018

Hi,

I am too migrating Teamsite to AEM. I have xml files and I am trying to create cq xml file by XSLT transformation.

Please let me know my approach is OK. Can you please provide any sample code or detail approch.