Good Morning Everyone,
I have to load 12 months of data from excel files. My question is do i need to create 12 connection managers as part of the names are sames except for the month part. For example the files that i have are :
Aug-2012 Trend Data (09-14-2012).xlsx
Sep-2012 Trend Data (09-14-2012).xlsx
Oct-2012 Trend Data (09-14-2012).xlsx
What i'm looking for is there a way where SSIS looks for the key word (TREND DATA) and loads all that files? Also my other question is with the files that i get everyday (same name but different timestamp)... Is there something in SSIS that i can use where it looks for a file on a particular server or drive and loads the data by looking at the timestamp , also once the data is loaded i want to archive the file into the ARCHIVE folder is that possible. Please need some documentation or pointers.
Thanks
SV