gws_core

Introduction
Getting Started
Developer guide
Release
Architecture
CLI
Technical documentations
Version

Decompress file

IMPORTER
1 times
100 %
38 milliseconds
Typing name :  TASK.gws_core.FileDecompressTask Brick :  gws_core

Decompress a file into a folder or a resource if it's a zipped resource

Generic task that take a file as input and return a resource

Override the import_from_path method to import the file to the destination resource

Input

File

Output

Resource

Configuration

mode

Optional

'Always to folder' will ignore zipped resource and just decompress file.

Type : stringAllowed values : Auto Always to folder Default value : Auto

delete_compressed_file

Optional

Delete the compressed input file after decompression (this task will not be re-executable as the input is deleted).

Type : bool