import arcpy # path on the drive to the feature you're trying to manipulate. inFeature = r"..." # SQL expression you want to do. expression = "[field1] + [field2]" # The name of the output field. outField = "field3" # the tool. arcpy.CalculateField_management(inFeature, outField, expression)
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.