Hi All,
we have a holiday table in our database. If the incoming file has a data which is same as date present in the holiday calendar, SSIS should skip that row. I tried using lookup but it works only when source file has one holiday date. If there are multiple holiday dates in the source file, it doesn't work.
Source File
Holiday Calendar
Thanks