I am attempting to loop through files in folders with the root of the name as tndlogs for example tndlogs, tndlogs0,
tndlogs1. The problem that I run into is that the SSIS expression language does not support wild card characters so
simply
using tndlogs* looks for a specific folder named tndlogs*. My thought is to read
all directory names that meet this criteria into a recordset and loop through them but how would I go about getting this list?
tndlogs1. The problem that I run into is that the SSIS expression language does not support wild card characters so
simply
using tndlogs* looks for a specific folder named tndlogs*. My thought is to read
all directory names that meet this criteria into a recordset and loop through them but how would I go about getting this list?