Expand my Community achievements bar.

SOLVED

DAM Metadata Auto-population

Avatar

Level 2

I am currently working on implementing an asset management system using Adobe AEM 5.6.1 DAM as the base and will need to bulk load 3TB worth of assets. Some other commercial asset management systems provide out of the box features to upload a metatdata descriptor (in a CSV or XML format) to be used to auto-populate metatdata with the bulk assets uploaded. I have looked at all of the Adobe DAM documentation and features in the software itself and don't see this type of functionality. I was wondering if it actually exists and if I am just missing it. Any information is greatly appreciated.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Out of the box -- this is not a feature. Last fall a community article was written that talks about how to write a JCR API/Java app to upload assets to the AEM DAM:

http://helpx.adobe.com/experience-manager/using/multiple-digital-assets.html

You can extend this Java app to modify additional nodes and props to account for Metadata,

View solution in original post

4 Replies

Avatar

Level 2

Hi,

There is openmigrate ... but not sure if it supports AEM/CQ.
Or you may please  check JSR 170 & 283. It provides a standard
DTD to do the job .. sorry I don't have the links handy.

- Venu Gummadala

Avatar

Correct answer by
Level 10

Out of the box -- this is not a feature. Last fall a community article was written that talks about how to write a JCR API/Java app to upload assets to the AEM DAM:

http://helpx.adobe.com/experience-manager/using/multiple-digital-assets.html

You can extend this Java app to modify additional nodes and props to account for Metadata,

Avatar

Level 2

Venu Gummadala wrote...

Hi,

There is openmigrate ... but not sure if it supports AEM/CQ.
Or you may please  check JSR 170 & 283. It provides a standard
DTD to do the job .. sorry I don't have the links handy.

- Venu Gummadala

 

Thanks!

Avatar

Level 2

smacdonald2008 wrote...

Out of the box -- this is not a feature. Last fall a community article was written that talks about how to write a JCR API/Java app to upload assets to the AEM DAM:

http://helpx.adobe.com/experience-manager/using/multiple-digital-assets.html

You can extend this Java app to modify additional nodes and props to account for Metadata,

 

Thank you for the quick reply.