process asset path before importing asset metadata using metadata import feature | Community
Skip to main content
July 21, 2021
Solved

process asset path before importing asset metadata using metadata import feature

  • July 21, 2021
  • 2 replies
  • 1306 views

Hello,

 

As per my requirement I need to some how process the uploaded csv(whenever client uploads csv with assetPath and metadata) file and modify the assetPath (before doing actual metadata update)given in csv and then process the importing metadata. How the existing OOTB import metadata functionality can be customised here ??is there some workflow that I can extend any pointers would be helpful. 

 

Please check @diksha_mishra @dipti_chauhan 

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 diksha_mishra

@srikanth7792 you have correctly mentioned the OOTB feature in your post, more info described in Adobe doc: https://experienceleague.adobe.com/docs/experience-manager-64/assets/administer/metadata-import-export.html?lang=en 

Can you please elaborate more on the specific custom requirement? 

 

2 replies

diksha_mishra
Community Advisor
diksha_mishraCommunity AdvisorAccepted solution
Community Advisor
July 22, 2021

@srikanth7792 you have correctly mentioned the OOTB feature in your post, more info described in Adobe doc: https://experienceleague.adobe.com/docs/experience-manager-64/assets/administer/metadata-import-export.html?lang=en 

Can you please elaborate more on the specific custom requirement? 

 

July 22, 2021
By mistake I marked it as correct answer, not sure how to revert it though, but my requirement is once user uploads csv with some assetPath's I need update those assetPath's to different assetPath based on custom logic. How Can I introduce this additional step into this complete import metadata workflow.
Dipti_Chauhan
Community Advisor
Community Advisor
July 22, 2021

Hi @srikanth7792 

  This is not out of box to manipulate csv before importing,

You need to update/add action which metadataimporter is using,

Here is JS which is doing the magic :

 

/libs/dam/gui/coral/components/admin/importmetadata/clientlibs/js/importmetadata.js

 

Thanks

Dipti