Some assets being uploaded to AEM have a pre-defined naming convention, like name-number-size.jpg. While uploading the Asset is there anyway to read this file name, parse the..
1. name applied to title
2. number applied to another custom metadata field already defined on the schema?
We were thinking that the only option we have is to add an extra step to "Dam Update Asset" workflow.
There is a "Text Extraction" step but does not have many option to do any customization here..
AEM Version: AEM 6.3 SP2
Appreciate any advice.
Views
Replies
Total Likes
I don't think any other way available here, we need to add an extra workflow step to extract data and store into the repository, using metadata schema mapping you can map with respective fields.
I am not sure, but you can just check is there any possibility with JS, but it is not recommended because the repository contains the full name of the file but metadata contains different data name -> title and number -> number field
I feel the effort which you are going to put for other approaches is higher than the straightforward workflow approach.
Write a Sling Servlet that uses the AssetMamager and upload the Asset by using the Sling Servlet. You can code the servlet to meet your needs.
Views
Replies
Total Likes
Or you can - use you mentioned - write a custom AEM Workflow Step to modify the Asset.
Views
Replies
Total Likes
Hi,
You can try like below, where you can add listener while uploading image and retrieve title and add metadata
https://forums.adobe.com/thread/2534789
Views
Replies
Total Likes
Customer wanted to do this only on AEM Author using OOTB interface.
Views
Replies
Total Likes
You may want to look at building an AEM custom workflow step that can perform these tasks.
Views
Replies
Total Likes
Are there any examples to refer?
Views
Replies
Total Likes
You need to create a new process step and add that into DAM Update Asset workflow, to create a workflow Process you can refer below article
Adobe Experience Manager Help | Creating custom AEM workflow steps that send email messages
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies