AEM version: 6.5.11
I need to add a tag to hundreds of content fragments in the same folder. Is it possible to do it in bulk, or do I need to update them one by one?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @ColdBuffalo
To achieve your requirement, you may need to use bulk metadata import functionality, since content fragments are assets and assigned tags are simply metadata.
Ref - Bulk Metadata Import and Export | Adobe Experience Manager
Using Metadata Import and Export in AEM Assets | Adobe Experience Manager
Hi @ColdBuffalo
To achieve your requirement, you may need to use bulk metadata import functionality, since content fragments are assets and assigned tags are simply metadata.
Ref - Bulk Metadata Import and Export | Adobe Experience Manager
Using Metadata Import and Export in AEM Assets | Adobe Experience Manager
Export metadata as CSV -> Add the tag to the rows in the CSV -> Import the CSV file
It worked! Thank you very much!
Views
Replies
Total Likes