How to extract zipped files?

  • Hi,

    This problem may be common in this forum. In my folder i have 100 zipped files,i want to unzip all these files at a time.Can anybody suggest me step by step or can anybody send me a link to do this.

    Thanks in advance

  • Is this a oneshot deal or something you will need to do over and over?

    CEWII

  • elchuru (3/30/2010)


    Hi,

    This problem may be common in this forum. In my folder i have 100 zipped files,i want to unzip all these files at a time.Can anybody suggest me step by step or can anybody send me a link to do this.

    Thanks in advance

    These links should be useful... let me know how it goes..

    http://www.sql-server-performance.com/faq/ssis_unzip_p1.aspx

    http://blog.cybner.com.au/2008/05/unzip-files-using-ssis.html

    there's also 3rd party Control flow task called Zip task

    http://www.cozyroc.com/ssis/zip-task

  • It is not for one shot.I want to do everyday using a job

  • I'd start with those links. If you have additional questions please ask.

    CEWII

  • HI

    U can extract zip files as unzipped data by using EXECUTEPROCESSTASK 🙂

    Maruthi

  • You can use the GUNZIP or 7-ZIP to code script in the process task to achieve it.

    There are limitations using GUNZIP. Use 7-Zip instead.

    Rgds

    Seetesh

    Rex Smith

Viewing 7 posts - 1 through 6 (of 6 total)

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