I have a build a SSIS to import data from an Excel file (big file) to SQl Server table.
I have a composite_Key (OrderDate+OrderNo) to do unique record in the database
Firstly I've a simple Data Flow Task to import Excel Source to OLE DB source table
Secondly, I made a solution as Andy Leonard suggest, using a lookup and conditional split, but this is doesn't work for me.
When I create a relation between Lookup and conditional Split I've to choose "Input Output Selection" and I got 2 options
"Lookup Match Output" or "Lookup No Match Output" , that mean that the conditional split will not work for both.
If I choose ""Lookup Match Output" and setup New Rows in the conditional split when I run doesn't insert any new row. Where is my problem?
I hope someone can help me
Eliana