Bulk rename asset titles | Community
Skip to main content
June 8, 2022
Solved

Bulk rename asset titles

  • June 8, 2022
  • 2 replies
  • 2314 views

Hi, 

 

I need to be able to bulk rename dc:title on 5k+ assets. I cannot find an approach to do this (I have a spreadsheet with the assets with before and after titles). 

 

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by manpreetk908

Hi @lazylibrarian1993,

 

You can achieve this using the  OOTB feature of Metadata Import and Export in AEM Assets. You can export the metadata first, modify the values as per your use case and upload the metadata. More details - https://experienceleague.adobe.com/docs/experience-manager-learn/assets/metadata/metadata-import-export.html?lang=en

 

Regards,

Manpreet 

2 replies

lukasz-m
Community Advisor
Community Advisor
June 8, 2022

Hi @lazylibrarian1993,

Please use one of below options:

  1. Use OOTB export and import functionality, that allows to modify asset metadata in bulk, follow steps described in Adobe documentation:
    1. Export process: https://experienceleague.adobe.com/docs/experience-manager-65/assets/using/metadata.html?lang=en#export-metadata
    2. Import process: https://experienceleague.adobe.com/docs/experience-manager-65/assets/using/metadata.html?lang=en#import-metadata
  2. You can also create groovy script that base on some input will iterate over specific set of assets and edit certain metadata. However I think option one is much simpler and does not require any coding, I would suggest to try it first before you will start writing groovy script.

 

manpreetk908
manpreetk908Accepted solution
Level 4
June 9, 2022

Hi @lazylibrarian1993,

 

You can achieve this using the  OOTB feature of Metadata Import and Export in AEM Assets. You can export the metadata first, modify the values as per your use case and upload the metadata. More details - https://experienceleague.adobe.com/docs/experience-manager-learn/assets/metadata/metadata-import-export.html?lang=en

 

Regards,

Manpreet