Unzip files without CozyRoc + SSIS

  • Hi, how do i for unzip a file without i use the CozyRoc application, because it requires license and no money...

    Thanks....

  • You could use Winzip command line version in VS2005 we used it and I think you can call it in code but I am not sure about SSIS so look for code using it.

    Kind regards,
    Gift Peddie

  • If you have a command-line interfface to programs like WinZip, PKZip, GZip, 7Zip; you can use an Execute Process Task in SSIS to use one of the previously mentioned programs to unzip your files.

  • Or you could use a Script Task and call an external zipping library such as SharpZipLib.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply