Relate assets using bulk import process | Community
Skip to main content
Nitin_laad
Community Advisor
Community Advisor
October 13, 2020
Solved

Relate assets using bulk import process

  • October 13, 2020
  • 1 reply
  • 1120 views

Team,


Adobe Experience Manager Assets lets you manually relate assets using the related assets feature. We have a requirement to relate 2 or more assets using bulk import process wherein related assets information will be available in cvs/xlsx.

Not sure if AEM provides any such OOB functionality, any thoughts/suggestions to achieve the ask are much appreciated.

 

Thanks

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 Sameer-Bhalerao

Hi There,

 

OOTB metadata upload/download solution works only for metadata node's properties of an asset and as related assets are stored therein, it can't be done with this solution.

 

Either you need to write something custom which csv kind of input basing it on OOTB solution or come up with something else. One thing I can think of apart from csv solution is creating a curl script/groovy script and feeding it with right properties. You can use SlingPostServlet in those script. Need to iterate through some input format(csv) and use script which uses Post servlet post method. A lot of ground is covered at https://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html

 

Unfortunately nothing out of the box to rescue I guess.

 

Thanks!

1 reply

Sameer-BhaleraoAdobe EmployeeAccepted solution
Adobe Employee
October 16, 2020

Hi There,

 

OOTB metadata upload/download solution works only for metadata node's properties of an asset and as related assets are stored therein, it can't be done with this solution.

 

Either you need to write something custom which csv kind of input basing it on OOTB solution or come up with something else. One thing I can think of apart from csv solution is creating a curl script/groovy script and feeding it with right properties. You can use SlingPostServlet in those script. Need to iterate through some input format(csv) and use script which uses Post servlet post method. A lot of ground is covered at https://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html

 

Unfortunately nothing out of the box to rescue I guess.

 

Thanks!