Community
All Communities
Products
ArcGIS Survey123
ArcGIS Pro
ArcGIS Online
ArcGIS Enterprise
Data Management
ArcGIS Web AppBuilder
Geoprocessing
ArcGIS Collector
ArcGIS Spatial Analyst
ArcGIS CityEngine
Imagery and Remote Sensing
ArcGIS Dashboards
All Products Communities
Industries
Education
Water Resources
Gas and Pipeline
State & Local Government
Transportation
Water Utilities
Telecommunications
Roads and Highways
Natural Resources
Electric
Science
Commercial
All Industries Communities
Developers
Python
ArcGIS API for JavaScript
ArcGIS Runtime SDKs
ArcObjects SDK
ArcGIS API for Python
ArcGIS Pro SDK
Developers - General
ArcGIS API for Silverlight (Retired)
ArcGIS API for Flex (Retired)
ArcGIS REST API
ArcGIS for Windows Mobile (Retired)
File Geodatabase API
All Developers Communities
Worldwide
Comunidad Esri Colombia - Ecuador - Panamá
ArcGIS 開発者コミュニティ
ArcNesia
Esri India
GeoDev Germany
ArcGIS Content - Esri Nederland
Esri Italia Community
Czech GIS
GeoDev Switzerland
Swiss Geo Community
Comunidad GEOTEC
Esri Ireland
All Worldwide Communities
All Communities
Products
Developers
User Groups
Industries
Services
Community Basics
Worldwide
Events
ArcGIS Topics
Learning
Networks
View All Communities
ArcGIS Ideas
Community Basics
Community Help Documents
Community Blog
Community Feedback
Member Introductions
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
Search instead for
Did you mean:
Cancel
Home
:
All Communities
:
Products
:
Data Management
:
Data Management Questions
:
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
1448
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
Email to a Friend
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
Email to a Friend
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
2
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
Email to a Friend
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
2
Kudos
Post Reply