Hello Everyone :
Hello Team - How do I move files from Folder A to Folder B and Folder C through the SSIS File System task?
Visual Studio 2013
Folder A: C:\FTP\Main\FolderA
Folder B: C:\Staging\Local\FolderB
Folder C: C:\Staging\Local\FolderC
Folder A is the main path where I get the files (25 files a day) from clients on daily basis.
I need to move files from Folder A to two folders (Folder B and Folder C) on the daily basis and want to delete the files from folder A once copied to Folder B and C.
Thanks in Advance