Hi All,
I have following scenarios in my requirement:
Scenario 1:I have a client folder in which there are multiple clients Eg:- ABC, XYZ. I need to take all the client from the client master and check for the clients in the client folder and load the data only for the existing client's data into the database.
My Solution: I am able to achieve the above task using the script task. I get the names of the Sub-folders ABC,XYZ etc. which are the existing clients.
Scenario 2: I need to load all the excel sheets present in ABC folder then XYZ and so on.. only after they are validate in the scenario 1.The clients which I have got in the client folder has multiple format excel workbook with multiple sheets in it.
Challenges: I get the sub-folder names in Scenario 1 but to populate the multi format excel I need to have multiple dataflow task as the destination table is different for each format. Depending upon the format I need to pass the control to the respective dataflow task.How to handle such complexity in SSIS?
Thanks and Regards, Franco Lopes. Ask a Question and you are fool for a second but if don't ask a question you are fool forever.