daily package for zipped file

  • How i can create a package to download file from website which is in zipped format then i have to load that file after unzipp to the table?. I have a website where every day new file come they just change the file name by changing the date in filename(like for today file name will be "center_2012_05_09.csv.gz" and tomorrow it will be "center_2012_06_09.csv.gz").I have to create a package which first should load the file in some folder then it should unzip that file and it should load that .csv(unzip) file to my table.How we can do that in ssis?.

  • I found this site to be very helpful with regards to zipped files.

    Regards:
    Mordred
    Keep on Coding in the Free World

  • thanks

  • I get zip files ftp'd in daily and use an execute process task in SSIS to run the 7-zip executable and unpack them. The file and destination details are passed as variables which are set by a preceeding script task which can use vb code to deal with checking and parsing the date in the filename which is similar to yours.

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

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