Delete Identical (Data Management)

AllSource 1.4    |

Summary

Deletes records from a feature class or table that have identical values in a set of fields. If the geometry field is selected, feature geometries are compared.

The Find Identical tool can be used to report which records are considered identical without deleting them.

Usage

    Caution:

    This tool modifies the input data. See Tools that modify or update the input data for more information and strategies to avoid undesired data changes.

  • For every set of identical records, the tool deletes all but the first of the identical records. The order of the identical records will be the same as the order of records returned by the Find Identical tool.

  • The values from multiple fields in the input dataset will be compared. If more than one field is specified, records will be 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, use the geometry field in the Fields parameter to compare feature geometries to find identical features by location. The XY Tolerance and Z Tolerance parameters are only valid when the geometry field is selected as one of the input fields.

  • The optional Output Duplicate IDs Mapping Table value will including the following fields:

    • IN_FID—The object ID of a record from the input that has a duplicate
    • REPR_FID—The object ID of a representative record that was retained

Parameters

LabelExplanationData Type
Input Dataset

The table or feature class that will have identical records deleted.

Table View
Fields

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.

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.

Double
Output Duplicate IDs Mapping Table
(Optional)

An optional output table that will include the object ID values of all records from the input that have a duplicate, matched with the object ID values of the representative record that was retained.

Table View

Derived Output

LabelExplanationData Type
Updated Input Dataset

The updated input dataset.

Table View

Related topics