<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><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" /></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.

Comments
There are no comments yet.