Tar Tasks

Properties   Configuration Settings  

The Tar task implements a tar archive utility, compatible with the UNIX tar and untar utilities.

Remarks

The Tar task is used when compressing or decompressing data in the form of files. The task also implements gzip and bzip2 compression and can be used to create or decompress .tar.gz or tar.bz archives.

Tar Assembler Task

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

Tar Disassembler Task

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

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 tar archive.
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.
RecurseSubdirectoriesWhether or not to recurse into subdirectories.
RuntimeLicenseSpecifies the component runtime license key.
UseBzip2CompressionSpecifies whether or not to use bzip2 compression.
UseGzipCompressionWhether or not to use gzip compression.

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 tar 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 Tar task.
OtherDefines a set of configuration settings to be used by the task.
OverwriteFilesWhether or not to overwrite files.
RecurseSubdirectoriesWhether or not to recurse into subdirectories.
RuntimeLicenseSpecifies the component runtime license key.
UseBzip2CompressionSpecifies whether or not to use bzip2 compression.
UseGzipCompressionWhether or not to use gzip compression.

Configuration Settings


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

ExtractFilesOnlyWhether to only extract the files contained within the archive.
ExtraNullBytesExtra null bytes to append to the end of the file.

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