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.
Solved! Go to Solution.
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,
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
Views
Replies
Total Likes
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,
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!
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Views
Likes
Replies