Hi,
Is there any tool that we can export assets with their metadata as CSV?
The thing I saw that I maybe could use would be the Bulk Editor that allows to export as TSV.
But in the tests I made it retrieves too much information, for example it retrieves the renditions and other nodes under the asset.
Any inputs are welcome.
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Yes right.
Building these types of CSV exporter highly depends on different requirement. So one solution may not work for other.
But you can implement your custom one based on your requirements.
Thanks
Views
Replies
Total Likes
Hi,
There is a article on custom reporting you can take a look
@ https://helpx.adobe.com/experience-manager/using/aem-reporting-service.html
Thanks
Views
Replies
Total Likes
Hi @edubey, thanks for the tip.
So, in this case I can consider that there is no OOTB functionality to do that, right?
I was trying with bulk Editor, I can specify it to retreive only dam:Asset nodes, and I can specify which metadata attributes to return, but it is retrieving also the subassets. I'm checking if it is possible to remove them using some GQL param.
But it is a bit complicated for an user to use this, I think that it needs to be done in as custom feature.
Thanks.
Views
Replies
Total Likes
Yes right.
Building these types of CSV exporter highly depends on different requirement. So one solution may not work for other.
But you can implement your custom one based on your requirements.
Thanks
Views
Replies
Total Likes
There is an asset importer available here https://adobe-consulting-services.github.io/acs-aem-tools/csv-asset-importer.html
However, as @edubey mentioned you will have to write your own asset csv exporter
Views
Replies
Total Likes
Views
Likes
Replies