bug in for each loop container???

  • hi i am using VS 2005 to develop a SSIS package. The package picks up all csv files in a folder and loads them to table . the csv files are later renamed as .csvimported.

    i have placed *.csv as file spec in the for each loop container. however the issue is the container picks up all file with .csv and .csvimported extension. could you please help me sort this issue.

    I am upsizing the package from dts to SSIS and the dts has been running for many years now. Hence the folder will have thousands of files with .csvimported extension. hence it is very important for me to select only .csv files.

  • Not sure about that 'bug', but why not simply move the processed files to another folder (/Archive, for example)? It's tidier and your problem will go away.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

Viewing 2 posts - 1 through 1 (of 1 total)

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