rows = arcpy.UpdateCursor(relloc) for row in rows: global val val = row.getValue(field) if val == xfrkv: arcpy.AddMessage ("\nRelationship found with table " + relloc + ".") row.Manufactur = manu rows.updateRow(row) arcpy.AddMessage ('\nUpdating table ' + c + '\'s field "Manufactur" with ' + manu + '.\n') del row del rows break
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.