I have one excel file which is having 5 different sheets, i want to load all 5 sheets into different table using pentaho meta-data injection.
Note: I have implemented normal approach of repeating flow 5 times.
What i have tried
1) I have created another excel sheet with meta-data of all 5 sheets
2) I am able to pass sheet-name as a run time variable and can able to replace it into sheets property
3) I am stuck @ how to read corresponding meta-data file and replace into template.
Any solution is appreciated.