问题描述
我有一个包含10个文本文件的源目录,两个源目录如Destination1,Destination2.
10个文本文件名称:
1)Feed1
2)other7
3)Feed3
4)Feed4
5)Feed5
6)Feed6
7)Feed2
8)other8
9)other9
10)other10
现在我想将文件(名称为Feed * .txt)移动到Destination1目录,并将其余文件移动到Destination2目录.如何在SSIS中实现? >使用文件系统任务.但是,由于您要去两个不同的目的地,因此可能需要两个文件系统任务.我相信您一次只能移动一个文件.
因此,您可能需要一个ForEach循环容器.
请参阅此处: http://www.sqlservercentral.com/Forums/Topic508448-148-2.aspx #bm752592 [ ^ ]
hi,
I have one source directory with 10 text files, two source directories like namely Destination1, Destination2.
10 text files names:
1)Feed1
2)other7
3)Feed3
4)Feed4
5)Feed5
6)Feed6
7)Feed2
8)other8
9)other9
10)other10
now i want move files(with name Feed*.txt) to Destination1 directory, and move rest of files to Destination2 directory.How to achieve in SSIS???
这篇关于如何仅将文件集移动到SSIS中的另一个目录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!