I have to export date from exel to Sql with following requiremetns 1. Schema in excel is different than SQL. Like one row in excel will be inserted as multiple rows
in SQL according to buisness logic and values present in the cells. 2. Before inserting data in sql i have to apply buisness rules. In some cases the data is not valid for insertiion in sql.
Can I use SSIS with WF4 in. LIke with SSIS I will extract and load the data and transformation will be done by Wf4