Handling duplicates

How can I identify, remove and report duplicates in a record set using OQAv2?

This can be achieved by using an aggregate task which does a count/group by, followed by a filter which checks when count > 2

OK, but then how do you remove duplicates from the record set?

I cannot think of any simple way. May be we need a new operation for duplicates