Expand my Community achievements bar.

SOLVED

Generate an output that is not zipped

Avatar

Level 2

We are trying to generate a "Normalized DITA" output for a map.

SathishVasudevan_0-1701211636883.png

The output is getting generated. But it is zipped. 

1. How do I generate output in /content/dam/fmdita-outputs/dita that is not zipped. I want the output in a folder, just like how the json output is created.

SathishVasudevan_1-1701211953388.png

 

Is there any configurations in the backend that we can change to enable this?

or

is there any post generation workflow that can do that?

 

1 Accepted Solution

Avatar

Correct answer by
Employee

@SathishVasudevan 

You can also try using the "DAM Unarchiver Process" but to call it you may have to trigger it from post generation workflow process class.

View solution in original post

5 Replies

Avatar

Employee

You can use your custom post-generation workflow( with the process step to unzip), Out of the Box this workflow is not available.

Avatar

Level 2

Thanks for the update.

Instead of using a custom post-generation workflow for unzipping, is it possible to prevent the creation of the zip itself.?

Avatar

Correct answer by
Employee

@SathishVasudevan 

You can also try using the "DAM Unarchiver Process" but to call it you may have to trigger it from post generation workflow process class.

Avatar

Level 2

Yes Thank You Dhivraj.

We were trying to find a way to prevnt the zip from getting created itself. Instead of running a Post Generation workflow to unarchive it.

But this helps too. Appreciate your prompt response.