Exclude specific Sub Folders

前端 未结 4 504
生来不讨喜
生来不讨喜 2020-12-11 07:37

I got a package that runs through a folder and it\'s sub folders to get client data. The agreement has changed and now the client will post his data in different folder name

4条回答
  •  星月不相逢
    2020-12-11 07:42

    You can't do this in the foreach loop properties, but what you can do is start the tasks inside the loop with a script task that checks to see if the folder name is a value that you want to exclude, and if it is, do nothing but loop to the next folder.

提交回复
热议问题