Export Content Fragment / Digital Asset cross referenced | Community
Skip to main content
May 4, 2022
Solved

Export Content Fragment / Digital Asset cross referenced

  • May 4, 2022
  • 1 reply
  • 619 views

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.

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 mmorr113

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 reply

mmorr113AuthorAccepted solution
May 11, 2022

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.