How do we delete the existing records in destination table, when we find they are no more exist in the source (Sharepoint list).
I was using the lookup transformation for comparison of records in Source and destination, as people who enter data in sharepoint list I will be inserting the those records(new) and as well update the existing records if there is any change. But some people will be deleting there entries after some days, and they will not exists in the sahrepoint list.
But by the time I would have loaded my table with there entries, so now how can I delete those records simultaneously while inserting new records and updating the existing records?
Please help.