February 26, 2009 at 3:01 pm
Hi, how do i for unzip a file without i use the CozyRoc application, because it requires license and no money...
Thanks....
February 26, 2009 at 3:10 pm
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
February 26, 2009 at 3:46 pm
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.
February 27, 2009 at 9:33 pm
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