Click here to Skip to main content
15,888,590 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using SSIS 2010. I have a folder with a number of files inside, and am required to:

1.check if filename exists in a table of data - so, is the filename also inside a column of data (this is a list of files that have met a certain criteria)

2.if the filename has a match then move it to another location, if not then leave it as is and then move onto the next file to check (foreachloop I guess).

Now I have done moves with variables (e.g. month.txt etc) but cannot figure out how to check against a table of data.

Can anyone help please? Thankyou
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900