Create SSIS package to import from one of many data sources

前端 未结 2 682
面向向阳花
面向向阳花 2021-01-24 07:56

Is it possible to create an SSIS package that can be passed a file (through a variable) and from the variable determine which Data Flow Task to use?

What I would like to

2条回答
  •  独厮守ぢ
    2021-01-24 08:14

    I did something similar with a for each loop in the control flow. It went through all the files in the processing directory and directed them to the correct dataflow based on the name of the file (since they were all the same file type but with different internal structures).

提交回复
热议问题