Hi All,
I am having a requirement as follow.
I am supposed to take data from two types (having different formats) excels present in the one single folder and by the name only i can recognize their nature.
For one format of excel sheet i need to execute one dataflow (say Dataflow1) and for other type of excel i need to execute another dataflow (say dataflow2). I am using 2 dataflows as their functions are completely different from each other.
I am using a 'for each loop' which will traverse all excel sheets present in a specific folder. Then i am using a 'script task' to take excel name and some other tasks as well.
Now my main dilemma is now i have use a conditional split kind of thing to execute different dataflows on different file names. Please help me out if there is some possibility to do so, else can suggest some work around which will meet my requirement.
Any solution/suggestion is highly appreciable.
Thanks,
sarat chandra sahoo