Bulk rename asset titles | Adobe Higher Education
Skip to main content
June 8, 2022
Répondu

Bulk rename asset titles

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

Ce sujet a été fermé aux réponses.
Meilleure réponse par 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 commentaires

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
manpreetk908Réponse
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