Identify duplicate rows in datatable

Hi All,

I have datatable of 10k records. and there could be duplicate rows in the datatable. NOTE : the rows get ruled out as duplicate when column “SSN” and “Start Date” have same values for 2 or more rows. Due to this condition i cant use “Remove duplicate datarows” activity.

Please help.

Thanks

HI @divya_Bhat ,

Please check this article on how to get duplicate rows using LINQ

I have created YouTube video for the same

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.