IN_FID and FEAT_SEQ(find identical)?

625
2
Jump to solution
03-27-2020 05:56 PM
KalSsin
New Contributor III

Hi

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.

IN_FID and FEAT_SEQ???

I just don't know what to do.

Find Identical—Data Management toolbox | Documentation 

0 Kudos
1 Solution

Accepted Solutions
DanPatterson_Retired
MVP Emeritus

look at the picture... if you want to do a 'join', then you use the IN_FID field to join back to the OBJECTID field of the original table.

If that is not what you want to do, then you will need to specify what you want to do.

View solution in original post

2 Replies
DanPatterson_Retired
MVP Emeritus

look at the picture... if you want to do a 'join', then you use the IN_FID field to join back to the OBJECTID field of the original table.

If that is not what you want to do, then you will need to specify what you want to do.

KalSsin
New Contributor III

I've got what I want.

Thank you so much!

0 Kudos