Find Identical (Data Management)

ArcGIS Pro 3.2 | | Help archive

Summary

Reports any records in a feature class or table that have identical values in a list of fields, and generates a table listing these identical records. If the field Shape is selected, feature geometries are compared.

The Delete Identical tool can be used to find and delete identical records.

Illustration

Find Identical illustration
In this example, points with the OBJECTIDs of 1,2, 3, 8, 9, and 10 are spatially coincident (blue highlight). The output table identifies those spatially coincident points that share the same CATEGORY.

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, select the field Shape 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 Shape is selected as one of the input fields.

    If the Shape field is selected and the input features have M or Z values enabled, then the M or Z values are also used to determine identical features.

  • Check Output only duplicated records parameter if you want only the duplicated records in the output table. The output will have the same number of records as the input dataset If this parameter is unchecked (the default).

  • The output table will contain two fields: IN_FID and FEAT_SEQ.

    • The IN_FID field can be used to join the records of the output table back to the input dataset.
    • Identical records have the same FEAT_SEQ value while nonidentical records will have sequential value. FEAT_SEQ values have no relationship to IDs of input records.

Parameters

LabelExplanationData 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 FEAT_SEQ field in the output table will have the same value for identical records.

Table
Field(s)

The field or fields whose values will be compared to find identical records.

Field
XY Tolerance
(Optional)

The xy tolerance that will be applied to each vertex when evaluating if there is an identical vertex in another feature. This parameter is enabled only when Shape is selected as one of the fields.

Linear Unit
Z Tolerance
(Optional)

The Z tolerance that will be applied to each vertex when evaluating if there is an identical vertex in another feature. This parameter is enabled only when Shape is selected as one of the fields.

Double
Output only duplicated records
(Optional)

Choose if you want only duplicated records in the output table.

  • Unchecked—All input records will have corresponding records in the output table. This is the default.
  • Checked—Only duplicate records will have corresponding records in the output table. The output will be empty if no duplicate is found.
Boolean

Licensing information

  • Basic: Yes
  • Standard: Yes
  • Advanced: Yes

Related topics