List out metadata of the Assets
HI Team
I have a 1500+ PDF's under "/content/dam/project/en" and those pdf has below properties.
1. title (String )
2. tags (value might be String[] -- tags can be multiple)
3. id (String)
4. category (String[] - value can be one or multiple )
5. doc type (String[] - value can be one or multiple )
6. property-1 (String[] - value can be one or multiple )
Note: Those properties will not mandatory to all the assets, few properties will be empty also (like 1 asset will have only title not other properties) All this properties under metadata node.
I have a requirement to update all the assets from above path in excel with those properties in below format (Updated below for reference)
| Name of asset | tags | id | category | doc type | propert-1 |
| Asset path | tag1 | 1 | abc:def/ghi/jkl | abc:dfe/hig/klm | abc:dfh/gji/jkm |
| Asset path | tag1 | 1 | abc:def/ghi/jkl | Empty | Empty |
can anyone help me here the best process I can follow.
Thanks in Advance.
