Find Identical (Data Management Tools)
Summary
Reports any records in a feature class or table that have identical values in a list of fields, and generates a table listing the identical records. If the Shape field is specified, feature geometries will be compared.
The Delete Identical tool can be used to find and delete identical records.
Illustration

Usage
Records are identical if values in the selected input fields are the same for those records. The values from multiple fields in the input dataset can be compared. If more than one field is specified, records are matched by the values in the first field, then by the values of the second field, and so on.
With feature class or feature layer input, specify the
Shapefield in the Field(s) parameter to compare feature geometries to find identical features by location. The XY Tolerance and Z Tolerance parameters are only valid when theShapefield is specified.If the
Shapefield is specified and the input features have m- or z-values enabled, the m- or z-values will also be used to determine identical features.Check the Output only duplicated records parameter if you want only the duplicated records in the output table. If this parameter is unchecked, the output will have the same number of records as the input dataset.
The output table will contain the following fields:
IN_FID—The Object ID field value from the input dataset. This field can be used to join the records of the output table back to the input dataset.FEAT_SEQ—The sequence number. Records from the input that have the same values will have the sameFEAT_SEQvalue while nonidentical records will have a unique sequential value. TheFEAT_SEQvalues have no relationship to IDs of input records.
Parameters
| Label | Explanation | Data type |
|---|---|---|
|
Input Dataset |
The table or feature class for which identical records will be found. |
Table View |
|
Output Dataset |
The output table reporting identical records. The |
Table |
|
Field(s) |
The field or fields whose values will be compared to find identical records. |
Field |
|
XY Tolerance (Optional) |
The x,y tolerance that will be applied to each vertex when evaluating whether there is an identical vertex in another feature. This parameter is active when the Field(s) parameter value includes the |
Linear Unit |
|
Z Tolerance (Optional) |
The z-tolerance that will be applied to each vertex when evaluating whether there is an identical vertex in another feature. This parameter is active when the Field(s) parameter value includes the |
Double |
|
Output only duplicated records (Optional) |
Specifies whether only duplicated records will be included in the output table.
|
Boolean |
Environments
Current Workspace, Scratch Workspace, Extent, XY Tolerance, Z Tolerance
Licensing information
- Basic: Yes
- Standard: Yes
- Advanced: Yes