I need an example of how to unzip a bz2 file. I upload the file through the control flow in the SSIS package, I would like to run the Script task using some C # code to unpack the downloaded bz2 file. It doesn't look like the decompress library that comes with .net is handling bz2 files. Can someone show me an opportunity that could do this? or direct me to the example of unpacking the bz2 file to the specified folder?
source share