Hi Friends
I'm looping Some Excel files. All the sheets have similar structure but the sheet names are different like this:
ExcelFile_1.xls = Input_01
ExcelFile_2.xls = Input_02
ExcelFile_3.xls = Input_03
How to make the Excel sheetname Dyanmic? I had already created a variable and the Excel Source is taking table name from the variable, but I the end user should change the table name in config file every time.
Can we do anything so that the package will pick up the sheet, WHERE SheetName LIKE '%InPut%'.
Royal Thomas