I want to be able to set the value of a field to Null using python, but I get an error. I am using arcpy.CalculateField_management
Any help would be appreciated.
Rob Smith
|
Not using field-calculator, you can use UpdateCursor and setNull. (Arcgis for 10.1) a quick example:
|
|||
|