Auotmate the process of importing an xml file in AEM
I am working on a project and i need to automate the process to import an xml file to migrate content into a component in AEM. How can i achieve this?
I am working on a project and i need to automate the process to import an xml file to migrate content into a component in AEM. How can i achieve this?
One of them does work.
Here we go :
http://stackoverflow.com/a/31435442/6433590
In addition to that , you can refer to this additional resource :
On a high level, you need to read this file from a jcr location as an object stream. Once you have the contents of the binary, you can write the xml structure into the repository and use them in your component.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.