コミュニティアチーブメントバーを展開する。

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!