A while ago I needed to unpack a couple of zip files from SSIS. There is no Microsoft SSIS task that contains this functionality so I searched the Internet. It seems that there are quite some third party tools that offer this functionally. It's also possible to download custom SSIS tasks. I personally always try to avoid third party tools and custom tasks so I searched on. It seemed there is a way to unzip files from SSIS with the Script Task. With some Visual Basic code using the Visual J# Library you ...
|
1
kudos |
|
||||
No comments yet, be the first one to post comment.