내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Relate assets using bulk import process

Avatar

Community Advisor

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

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 4

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-po...

 

Unfortunately nothing out of the box to rescue I guess.

 

Thanks!

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Level 4

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-po...

 

Unfortunately nothing out of the box to rescue I guess.

 

Thanks!