fetching data from multiple file and loading it into raw file destination(raw file should be dynamic) in ssis

后端 未结 2 2043
鱼传尺愫
鱼传尺愫 2021-01-29 05:07

I have a source folder which contains 4 csv files with different no of columns in each of the file. I need to fetch only 3 columns(metadata same this 3 columns in all the 4 fil

2条回答
  •  误落风尘
    2021-01-29 05:32

    You can use ForEach Loop Container on the Control Flow Diagram to iterate txt and csv files.

提交回复
热议问题