AEM 6.2 - Automatic unzip in assets | Community
Skip to main content
Level 2
May 4, 2017
Solved

AEM 6.2 - Automatic unzip in assets

  • May 4, 2017
  • 4 replies
  • 4980 views

Hi everyone,

 

Is there an OOTB way to unzip assets in the DAM when a user upload a ZIP with assets inside in AEM 6.2 ?

 

Regards,

Grégory

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 varunmitra

unarchiver workflow step is available out of the box. you can insert it at the end of your workflow to extract the zip files. 

if you do not want your zips to be treated as assets, then you can create a new model and run this workflow on a custom path then move the assets to /content/dam.

hope this helps

 

4 replies

Level 2
May 4, 2017

Hi,

 

I found a way, adding the Unarchiver step (OOTB) at the end of the DAM Update Asset process.

 

Topic can be close :)

 

Thanks

smacdonald2008
Level 10
May 4, 2017

Can you please provide a brief description of how you did this. One way i was thinking is a custom service that is able to programmatically unzip a file and extract the assets. . 

varunmitra
Adobe Employee
varunmitraAdobe EmployeeAccepted solution
Adobe Employee
May 4, 2017

unarchiver workflow step is available out of the box. you can insert it at the end of your workflow to extract the zip files. 

if you do not want your zips to be treated as assets, then you can create a new model and run this workflow on a custom path then move the assets to /content/dam.

hope this helps

 

Adobe Employee
October 17, 2018

Thanks a lot. Saved my day.