Hi @Newbie Newbie ,
We should use 2 Data Flow Tasks because we have txt, csv, xlsx files.
We can use Foreach Loop Container to find these files.
Then drag empty Sequence Container and 2 Data Flow Tasks.
Set expression in Precedence Constraint between Sequence Container and 2 Data Flow Tasks.
Please refer to the following pictures:
Expression1: TOKEN(@[User::FileName], ".", 2)=="txt" || TOKEN(@[User::FileName], ".", 2)=="csv"
Expression2: TOKEN(@[User::FileName], ".", 2)=="xlsx"
Best regards,
Mona
----------
If the answer is helpful, please click "Accept Answer" and upvote it.
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.