Blank Appended Records

332
1
05-21-2018 09:15 AM
by Anonymous User
Not applicable

I am trying to append geocoded addresses to my master address feature class utilizing python.  The addresses start in a table, are geocoded, and then need to be added to the master address feature.  The tool runs successfully, however, when I check the attribute table, all the appended records are blank.  The master feature class is related to a table with a one to many relationship but I don't see why that would be a problem due to the fact that I have the relationship set up to be backwards compatible. 

I attempted to utilize an insert cursor but all the geometries land on top of each other due to the relationship. (had this problem before)

Any insight or suggestions would be greatly appreciated.

0 Kudos
1 Reply
JakeSkinner
Esri Esteemed Contributor

Hi Joseph,

Try running the Append tool with the Geocoding Results and the Master Address Feature Class as the target feature class.  In the Field Mapping section check to make sure the fields have a field that is successfully mapped to it.