I'm creating an SSIS package wherein a user needs to be notified if there is a duplicate productid for one productname. We retrieve the products thru a csv file being sent to us in a shared location.
In this example I have ProductID = 1 for both products chair and lamp.
So basically the productID = 1 was a duplicate because it was also used by the product lamp. Hence, notify users for the duplicate ProductIDs used.
Can someone give me tips on how to do this?