SSIS - how to move all the file start with AB_*.xlsx to another folder

nononame2021 261 Reputation points
2022-07-05T07:36:50.85+00:00

my SSIS is generated multiple file, filename starting with "AB_.xlsx" to C:\Output folder.
how can i add a task to move all the file starting with "AB_
.xlsx" from C:\Output to C:\Project folder ?

any sample for my referene.

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,705 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. ZoeHui-MSFT 41,496 Reputation points
    2022-07-05T07:53:58.65+00:00

    Hi @nononame2021 ,

    The issue is same as this which also raised by you.

    Just edit the collection Foreach Loop Container with AB_.xlsx.

    217652-image.png

    Regards,

    Zoe


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Olaf Helper 47,516 Reputation points
    2022-07-06T05:51:38.31+00:00
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.