Operation extract-archive
The extract-archive operation allows for accessing the contents of an archived file and extracting them for further processing or use.
It can handle a range of different archive formats, such as a ZIP, 7ZIP, TAR.GZ, TAR.BZ2, or RAR file, making it a versatile tool for working with archived content.
Available Options
Option Name | Type | Possible Values | Description |
---|---|---|---|
summary | boolean | true, false | includes information about the file paths and sizes of the extracted files, and is structured in a way that makes it easy to parse and create a tree-like structure for display, such as on a website. |
allow_multiple_outputs | boolean | true, false | If the comparison produces more than one output file, by default all of them are compressed in just one file. Set this option to true if you want a download link for each file. |
Example
{ "conversion": [{ "category": "operation", "target": "extract-archive", "options": { "summary": true } }] }