I am using SSIS
I am importing Data from Excel file into SQL Server table.
There are certain records that are in Excel that should not be imported i.e. Sales < 100
How can I add this validation between my Source which is Excel source and my destination which is OLE DB destination. from what I found on google there can be a control between Excel source and my destination which is OLE DB destination that can make the validation and ignore the un-needed records.