Experts,
I have an excel sheet with huge set of data and I decided to use ssis package for data extraction and insertion , the thing is my excel sheet is generated from another system, so there is some data like date period , and system name , and data in the excel
is begins from after some rows ,
and excel sheet contains grouped data like
- Group header
- Data row1
- Data row2
- Data row3
- Group footer
So I need only detail row inserted to my database , is there any technique to do this on ssis?
Thanks.