Hello Everyone-
I have folder A with 100s of text files. Below is the naming convention
ProviderName_ProviderID_PatientID_Datetimestamp.txt
I already built a SSIS package, where i get the PatientIDs from Table and match with the PatientID of the filename and move the files to Folder B.
Now my question is:
In the filename, if the ProviderID value is either 7 or 1 or 142 or 145, i dont want to move this files to Folder B. How can i write this expression or how can i update the expression in precedence constraint.
. Thanks