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

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

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Export Content Fragment / Digital Asset cross referenced

Avatar

Level 1

Hi,

My goal is to analyze all of the digital assets being used in our AEM instance and find where they are used in our content fragments.  If I used the UI and search for an asset for example, the search will return the digital asset as well as any content fragment(s) the asset is associated to.  Using the search for 8k+ assets will take a long time so I turned to the export function.

 

I reviewed both export files from digital assets and content fragments from AEM Experience Manager and do not see a reference of any content fragment title in the assets export nor a reference to an asset in the content fragment export.  Is there another cross reference that can be used between the two files that I am missing?  Is there another way to get the data that I am looking for?

 

We are using AEM 6.4.  Thank you for any assistance.

1 受け入れられたソリューション

Avatar

正解者
Level 1

Resolved this by using the Query API to test some example queries against AEM.  I then took that query example and built a postman request with a runner that iterates a file of images to my query endpoint.  I send the response result to a small node express app that logs the data that I need.

元の投稿で解決策を見る

1 返信

Avatar

正解者
Level 1

Resolved this by using the Query API to test some example queries against AEM.  I then took that query example and built a postman request with a runner that iterates a file of images to my query endpoint.  I send the response result to a small node express app that logs the data that I need.