Zip Task by COZYROC

gravatar

COZYROC

Biml for how to use the Zip Task by COZYROC.

published 10.23.12

last updated 10.23.12


Share

Tags

  • COZYROC
  • Custom Component
                            


<Biml xmlns="http://schemas.varigence.com/biml.xsd">
	<Connections>
		<FileConnection Name="SourceText" FilePath="C:\Test\CozyRocZip.txt" />
		<FileConnection Name="DestinationZip" FileUsageType="CreateFile" FilePath="C:\Test\CozyRocZip.zip" />
	</Connections>
	<Packages>
        <Package Name="COZYROC_ZipTask" Language="None" ConstraintMode="Parallel" >
			<Tasks>
				<CustomTask Name="Zip Task" CreationName="CozyRoc.SqlServer.SSIS.ZipTask, CozyRoc.SSISPlus.2008, Version=1.0.0.0, Culture=neutral, PublicKeyToken=16cf490bb80c34ea" TaskContact="Zip Task; COZYROC LLC; SSIS+; (c) 2006-2012 COZYROC LLC; All Rights Reserved;http://www.cozyroc.com/;1">
					<Annotations>
						<Annotation AnnotationType="Description">Zip Task</Annotation>
					</Annotations>
        			<ObjectData>&lt;ZipData Version="1" StopOnFailure="True" Action="Compress" CompressionType="Zip" CompressionLevel="Normal" EncryptionType="Zip2" IsSourceVariable="False" Source="SourceText" IncludeSubfolders="False" RemoveSource="False" IsTargetVariable="False" Target="DestinationZip" OverwriteExisting="False" /&gt;</ObjectData>
				</CustomTask>
			</Tasks>
			<Connections>
				<Connection ConnectionName="SourceText" />
				<Connection ConnectionName="DestinationZip" />
			</Connections>
		</Package>
    </Packages>
</Biml>
                        

For more information on the Zip Task by COZYROC see the documentation at http://cozyroc.com/ssis/zip-task.

You are not authorized to comment. A verification email has been sent to your email address. Please verify your account.

Comments

There are no comments yet.