Level 2
October 28, 2015
해결됨
Content Migration Issue
- October 28, 2015
- 4 답변들
- 1173 조회
Hi Friends,
I have a requirement in my project to migrate the content/assets from Fatwire to AEM. I have planned to use JCR API for migration. I have the attached code in place that creates the content. I am reading the values(Fatwire metadata) from a text document. Also, I have set jcr:primaryType as “nt:unstructured” because if it is cq:Page, I could not add my custom attributes.
No matter what primary type I use, the problem is that I could not see the nodes/content in the websites section. Also, I cannot see the jcr:content node under the node I create using the jsp script. Could you please help me understand the best approach or if I am missing anything.