I want to compare two layers(for example layer A and B) with two fields using arcpy and export the records that are not in layer B but located in layer A. without arcpy i always join the layers and then select the records:
أكثر...
- join layer A with layer B
- select all records in layer A
- remove join
- switch selection
- export the selected records.
أكثر...