Community
All Communities
Products
ArcGIS Pro
ArcGIS Survey123
ArcGIS Online
ArcGIS Enterprise
Data Management
Geoprocessing
ArcGIS Web AppBuilder
ArcGIS Collector
ArcGIS CityEngine
ArcGIS Dashboards
ArcGIS Spatial Analyst
All Products Communities
Industries
Education
Water Resources
Gas and Pipeline
State & Local Government
Transportation
Water Utilities
Telecommunications
Roads and Highways
Natural Resources
Electric
Public Safety
All Industries Communities
Developers
Python
ArcGIS Maps SDK for JavaScript
ArcGIS Maps SDKs for Native Apps
ArcGIS API for Python
ArcObjects SDK
ArcGIS Pro SDK
Developers - General
Retired - ArcGIS API Silverlight
Retired - ArcGIS API for Flex
ArcGIS REST API
Retired - ArcGIS Windows Mobile
All Developers Communities
Worldwide
Comunidad Esri Colombia - Ecuador - Panamá
ArcGIS 開発者コミュニティ
Czech GIS
ArcNesia
Esri India
GeoDev Germany
ArcGIS Content - Esri Nederland
Esri Italia Community
Swiss Geo Community
GeoDev Switzerland
Comunidad GEOTEC
All Worldwide Communities
All Communities
Products
Developers
User Groups
Industries
Services
Community Basics
Worldwide
Events
Learning
ArcGIS Topics
Networks
View All Communities
ArcGIS Ideas
Community Basics
Community Help Documents
Community Blog
Community Feedback
Member Introductions
Community Ideas
Sign In
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show
only
|
Search instead for
Did you mean:
Cancel
Home
:
All Communities
:
Products
:
Data Management
:
Data Management Questions
:
Re: Change a blank field to NULL
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
Change a blank field to NULL
Subscribe
2967
1
Jump to solution
04-11-2014 12:12 PM
by
AprilChipman1
New Contributor II
04-11-2014
12:12 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
In ArcGIS 10.2, is there a way to change a lot of blank fields to <NULL>?
The properties are set to accept NULL values, but it is only populating the new features with NULL. All of the existing features have just been left blank.
Thanks!
Solved!
Go to Solution.
Tags
(3)
Tags:
_geodatabase
gdb
managing_data
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
1 Solution
Accepted Solutions
by
TimWitt
Frequent Contributor
04-11-2014
12:16 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
April,
select all the fields that have an empty value, right click the column and chose "Field Calculator..." and just type
null
in the box and click OK.
This will change all the empty values to <Null>
Hope this helps!
Tim
View solution in original post
Reply
3
Kudos
1 Reply
by
TimWitt
Frequent Contributor
04-11-2014
12:16 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
April,
select all the fields that have an empty value, right click the column and chose "Field Calculator..." and just type
null
in the box and click OK.
This will change all the empty values to <Null>
Hope this helps!
Tim
Reply
3
Kudos
Post Reply