Expand my Community achievements bar.

SOLVED

Retaining metadata outside of AEM

Avatar

Level 5

Is there a way where metadata created in the DAM can be retained, if I downloaded the asset and viewed it outside of AEM?

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

3 Replies

Avatar

Employee Advisor

Hi,

For all (?) fileformats, which support XMP metadata, the metadata are written back into the binary by default when you change them in AEM. So when you download the assets afterwards, they are contained within the binary asset itself.

kind regards,
Jörg

Avatar

Correct answer by
Level 10

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

Avatar

Level 5

Well more of retaining it rather than viewing it through a swing app.

IE:

If I download an asset on to my computer. I'd want to see the metadata when I view file properties.