この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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.
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.
表示
返信
いいね!の合計
Or you can - use you mentioned - write a custom AEM Workflow Step to modify the Asset.
表示
返信
いいね!の合計
Hi,
You can try like below, where you can add listener while uploading image and retrieve title and add metadata
表示
返信
いいね!の合計
Customer wanted to do this only on AEM Author using OOTB interface.
You may want to look at building an AEM custom workflow step that can perform these tasks.
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計