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
Solved! Go to Solution.
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.
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.
I've got what I want.
Thank you so much!