ArcGIS – Manually Adding a Null Value to String Field in Attribute Table on ArcGIS

arcgis-10.4arcgis-desktopattribute-tableeditingnull

When I'm in an editing session and I manually delete a value from a numeric field the value turns to null (<Null>). Manually deleting a value in a string field creates an empty string, not a Null. Currently I select the record and field calculate Null, which is clunkier. Is there a fast way to change a string to a Null in an attribute table?

Best Answer

This solution works using the Attribute Editor, but does not work through the Attribute Table.

Select the records you want to update to NULL

Open the Attribute Editor from the Editor toolbar

enter image description here

If you have more than one feature you want to update, select the top row (this makes any attributes you edit update all selected records)

enter image description here

In the field you want to update, type <Null>

enter image description here

This will actually set the field to NULL for the selected records, and not to the string value "<Null">. You can confirm this by doing a Select by Attributes textfield is NULL - if they are true NULL they'll be selected.

enter image description here

Related Question