Retaining metadata outside of AEM
Is there a way where metadata created in the DAM can be retained, if I downloaded the asset and viewed it outside of AEM?
Is there a way where metadata created in the DAM can be retained, if I downloaded the asset and viewed it outside of AEM?
Yes - metadata is only a property on a node. You can write an external JCR API Java app that can query nodes and read props. Then store then in a collection - like an arraylist or something. Then write them out somewhere -ie - an excel report.
See this article for an idea:
https://helpx.adobe.com/experience-manager/using/java-swing-applications.html
Hope this helps...
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.