Reputation: 87
I've written an SSIS package to upload data from an Excel source to a OLE DB Destination - however when I wish to use a ForeachLoop container in order to load data from multiple excel files I am getting an error. I have followed the tutorial contained in the link below:
https://msdn.microsoft.com/en-us/library/ms345182.aspx
All of the configurations are correct apart from the Variable strFileName which needs to be dynamically populated. As can be seen from the screen shot below my variable remains blank:
I am unsure how to do this. Is there an expression or function that can be used to dynamically populate this variable?
Upvotes: 1
Views: 1338