CDT Duplicates By Field

Overview

This plug-in provides a function, findduplicatesincdtbyfield(), which can find any duplicate rows in a list of CDT(s) by passing a field name.

  • Retrieve duplicate rows in list of CDT(s) for a particular column of data
  • Retrieve the indices of duplicate rows for a particular column of data

This function can be useful in many cases, especially during bulk data uploads.

Anonymous