SevenZip Tasks

Properties   Configuration Settings  

The SevenZip task implements a 7zip-compatible Zip compressor and decompressor.

Remarks

The SevenZip task is used when compressing or decompressing data in the form of files.

SevenZip Assembler Task

The Assembler takes a group of files as input which contains raw data, and generates a SevenZip archive file as output.

Compression strength is regulated by the CompressionLevel property. The compression method is specified by the CompressionMethod property. Specify the Password property to protect the archive.

SevenZip Disassembler Task

The Disassembler takes a compressed file as input, and generates a group of decompressed files as output.

The Password property must be set in order to extract files which have been protected. You may also use the ExcludedFiles property to regulate which files are to be extracted from the archive.

Assembler Property List


The following is the full list of the properties of the assembler task with short descriptions. Click on the links for further details.

AppendAppend files to the specified archive.
ArchiveFileThe name of the zip archive.
CompressionLevelThe compression level to use.
CompressionMethodUsed to set the method of compression.
ExcludedFilesA list of files to exclude.
IncludedFilesSpecifies which files the component should include when compressing.
LogFileThe file to write logging information to at runtime.
LogModeWhat information gets logged during component execution.
OtherDefines a set of configuration settings to be used by the task.
PasswordA password for the zip archive.
RecurseSubdirectoriesWhether or not to recurse into subdirectories.
RuntimeLicenseSpecifies the component runtime license key.

Disassembler Property List


The following is the full list of the properties of the disassembler task with short descriptions. Click on the links for further details.

ArchiveFileThe name of the zip archive.
ExcludedFilesA list of files to exclude.
ExtractToPathA base path to decompress to.
FileListString denoting the name of the variable which contains the last file listing entries.
FileMaskSpecifies which files the component should include when extracting.
LogFileThe file to write logging information to at runtime.
LogModeWhat information gets logged during component execution.
OperationThe operation which will be executed by the SevenZip task.
OtherDefines a set of configuration settings to be used by the task.
OverwriteFilesWhether or not to overwrite files.
PasswordA password for the zip archive.
RecurseSubdirectoriesWhether or not to recurse into subdirectories.
RuntimeLicenseSpecifies the component runtime license key.

Configuration Settings


The following is a list of configuration settings for the task with short descriptions. Click on the links for further details.

PlainPasswordAllows you to specify a password stored in plaintext.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software Tasks for SSIS - Version 20.0 [Build 8319]