Select to view content in your preferred language

Where is the "Transfer field domain descriptions" in ArcGIS Pro?

2855
3
Jump to solution
05-16-2017 03:30 PM
CathyWilson2
Frequent Contributor

I just found this setting in ArcGIS 10.4.1 that enables you to export a feature class from a geodatabase to a shapefile and maintain the domain descriptions in the attribute table. Without this, you only get the values.  For example, if you have a field indicating who has access to certain roads with "1" meaning "public" and "2" meaning "staff only," your exported attribute table would have 1's and 2's.

Here's how to fix it. When you export the feature class, you go to the Environment Settings > Fields, and put a check next to "Transfer field domain descriptions." The result is a field in the shapefile with the value and a second field with the description. You would have a "1" in the Access field and "public" in the associated d_Access field.

I then tried to do this in ArcGIS Pro and don't know where this setting is. I don't see it in the Environment tab. Is it missing or is it somewhere else?

1 Solution

Accepted Solutions
Jared_Motuz
Esri Contributor

Hi Cathy,

These settings can be found within the Environments window on the Analysis ribbon tab.

Geoprocessing environment settings

Geoprocessing environment settings—ArcGIS Pro | ArcGIS Desktop 

View solution in original post

3 Replies
Jared_Motuz
Esri Contributor

Hi Cathy,

These settings can be found within the Environments window on the Analysis ribbon tab.

Geoprocessing environment settings

Geoprocessing environment settings—ArcGIS Pro | ArcGIS Desktop 

NajmehServatsamarein2
Emerging Contributor
When I export a feature class from the geodatabase to a shapefile, I don't see the domain descriptions in the attribute table—only the numbers appear. I’ve checked the box for "Environments" and selected "Transfer Field Domain Descriptions" during export, but the issue persists.
 
0 Kudos
Kevin_MacLeod
Frequent Contributor

This is a bug which has been present on the platform for 15 years.  You can check the Env setting. It does nothing.  After significant and extensive repro testing on my end, Support assigned a Bug ID to me for this.  It's a bug in most ArcMap versions and all ArcGIS Pro versions, when exporting from SDE and even from file GDB.  From the GUI and from Python.   Only some fields are blank not all fields. Odd since they are the same data type even. Only Table to Excel gets around this bug. We have a complicated model to export to SHP by joining the Excel table to the Shapefile.   BUG-000179097

0 Kudos