Select to view content in your preferred language

update values

200
1
01-11-2024 01:23 PM
AdamET
by
New Contributor

Hello,

ARC PRO or Desktop 

I need to update 400+ values in a field.  Each attribute has a different value and is related to a unique identifier.

An example would be:  I need to change the owners' names of 400 houses, and search by address to find the next house on the list of updates.  

Are there any available tools that can assist me with a large search and update?

Much appreciated,

Adam

0 Kudos
1 Reply
DavidSolari
Occasional Contributor III

If all the info you need is in the same record, the Field Calculator is the usual solution, here's an overview.

If you need to work other records into each record's results, you might find something appropriate in the Analysis toolbox. If that fails, you may need to dig into arcpy and use the cursor objects to implement a custom solution.

0 Kudos