Hi All, I want to perform a task with data I have. I have a excel and its called as database. We have a one column called “Deal ID”, which has duplicates. I have another data table(we can call this as outputdt) where we have same column as “Deal ID” without duplicates.
If Deal ID from outputdt is matched with Deal ID in database, I have to add the entire row from database to new datatable and remove the row in database.
Database: