<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Export features with domain descriptions as text in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/export-features-with-domain-descriptions-as-text/m-p/1411735#M82045</link>
    <description>&lt;P&gt;I think this would be better as an &lt;U&gt;&lt;EM&gt;idea&lt;/EM&gt;&lt;/U&gt;, not a &lt;U&gt;&lt;EM&gt;question&lt;/EM&gt;&lt;/U&gt;:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/idb-p/arcgis-pro-ideas" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-pro-ideas/idb-p/arcgis-pro-ideas&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can either create a new idea. Or ask a moderator to convert this question to an idea:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_0-1713455881854.png" style="width: 200px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101400iF334DEA65D05A7C0/image-size/small?v=v2&amp;amp;px=200" role="button" title="Bud_0-1713455881854.png" alt="Bud_0-1713455881854.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_1-1713455899779.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101401iBCE7FD18D2B4C35E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bud_1-1713455899779.png" alt="Bud_1-1713455899779.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Apr 2024 23:55:00 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2024-04-18T23:55:00Z</dc:date>
    <item>
      <title>Export features with domain descriptions as text</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/export-features-with-domain-descriptions-as-text/m-p/1331473#M73331</link>
      <description>&lt;P&gt;Hi, I am trying to export features from a geodatabase with all fields containing domains as text descriptions instead of coded values (because I need to integrate this with other datasets that use different codes for the same values; and because I would like to use tools such as Union which don't have the option to preserve domains).&lt;BR /&gt;&lt;BR /&gt;I have found a solution by using the "Feature class to feature class" tool - when I tick "Transfer field domain descriptions" in the environments for this tool, it makes a copy of the domains as text descriptions (in new fields with d_ as a prefix to their titles) as well as preserving the domains for the coded columns. Ticking the same box in the environment for Export Features does &lt;EM&gt;not&lt;/EM&gt; produce a copy of the domains as text, it just preserves the connection the domains. But there is a note in the Feature Class to Feature Class tool saying that it is going to be removed in future versions. How are you going to allow people to keep domains, (without having to do table joins and manually update them every time, which is several additional steps)?&lt;BR /&gt;&lt;BR /&gt;Please can you allow the option to create a domains-as-text field when exporting features?&lt;BR /&gt;&lt;BR /&gt;And, ideally, can we have the option to preserve domains when running Union and Intersect queries as well.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 14:36:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/export-features-with-domain-descriptions-as-text/m-p/1331473#M73331</guid>
      <dc:creator>EmmaVWKnowles</dc:creator>
      <dc:date>2023-09-22T14:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Export features with domain descriptions as text</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/export-features-with-domain-descriptions-as-text/m-p/1331487#M73332</link>
      <description>&lt;P&gt;You can add a new text field to hold the descriptions and use the following arcade expression from field calculator. It will return the domain descriptions for the domain assigned to the "Field-Name".&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DomainName($feature, 'Field-Name'&lt;/SPAN&gt;)&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 15:06:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/export-features-with-domain-descriptions-as-text/m-p/1331487#M73332</guid>
      <dc:creator>kzoumis</dc:creator>
      <dc:date>2023-09-22T15:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Export features with domain descriptions as text</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/export-features-with-domain-descriptions-as-text/m-p/1340819#M74330</link>
      <description>&lt;P&gt;Thanks, that is helpful. It would still be useful and efficient to have adding and updating the domains-as-text fields as a single step integrated with exporting a copy or running a query - especially in situations where there are several fields with domains so that even identifying them all to add to a code takes a bit of messing about.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 10:51:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/export-features-with-domain-descriptions-as-text/m-p/1340819#M74330</guid>
      <dc:creator>EmmaVWKnowles</dc:creator>
      <dc:date>2023-10-24T10:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Export features with domain descriptions as text</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/export-features-with-domain-descriptions-as-text/m-p/1411488#M82020</link>
      <description>&lt;P&gt;Yes ... that would have been helpful.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 12:33:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/export-features-with-domain-descriptions-as-text/m-p/1411488#M82020</guid>
      <dc:creator>AhmedSaad</dc:creator>
      <dc:date>2024-04-18T12:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Export features with domain descriptions as text</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/export-features-with-domain-descriptions-as-text/m-p/1411735#M82045</link>
      <description>&lt;P&gt;I think this would be better as an &lt;U&gt;&lt;EM&gt;idea&lt;/EM&gt;&lt;/U&gt;, not a &lt;U&gt;&lt;EM&gt;question&lt;/EM&gt;&lt;/U&gt;:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/idb-p/arcgis-pro-ideas" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-pro-ideas/idb-p/arcgis-pro-ideas&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can either create a new idea. Or ask a moderator to convert this question to an idea:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_0-1713455881854.png" style="width: 200px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101400iF334DEA65D05A7C0/image-size/small?v=v2&amp;amp;px=200" role="button" title="Bud_0-1713455881854.png" alt="Bud_0-1713455881854.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_1-1713455899779.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101401iBCE7FD18D2B4C35E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bud_1-1713455899779.png" alt="Bud_1-1713455899779.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 23:55:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/export-features-with-domain-descriptions-as-text/m-p/1411735#M82045</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-04-18T23:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Export features with domain descriptions as text</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/export-features-with-domain-descriptions-as-text/m-p/1570871#M91483</link>
      <description>&lt;P&gt;basically, looks like it's a bug with Export Features. Which has been there for years. in fact it's been there so long there are posts dating back to early ArcMap 10.x days. Probably the same code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, this (&lt;A href="https://support.esri.com/en-us/knowledge-base/problem-coded-value-domain-descriptions-are-not-include-000032226" target="_blank"&gt;Problem: Coded Value Domain Descriptions Are Not Included When Exporting Data in ArcGIS Pr&lt;/A&gt;) doesn't work. Since 99% of customers probably use domains, hope this gets fixed some day. Still broken in 3.4.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 02:07:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/export-features-with-domain-descriptions-as-text/m-p/1570871#M91483</guid>
      <dc:creator>Kevin_MacLeod</dc:creator>
      <dc:date>2024-12-23T02:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Export features with domain descriptions as text</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/export-features-with-domain-descriptions-as-text/m-p/1580206#M92457</link>
      <description>&lt;P&gt;I agree, the only solution I found is using arcpy.conversion.FeatureClassToFeatureClass with proper environment settings, since the toolbox has been deprecated in Pro 3.3.&lt;/P&gt;&lt;P&gt;I hope Esri will fix it soon...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 22:03:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/export-features-with-domain-descriptions-as-text/m-p/1580206#M92457</guid>
      <dc:creator>PierreloupDucroix</dc:creator>
      <dc:date>2025-01-29T22:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Export features with domain descriptions as text</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/export-features-with-domain-descriptions-as-text/m-p/1644675#M98480</link>
      <description>&lt;P&gt;Tech Support reproduced it.&amp;nbsp; The&amp;nbsp;&lt;STRONG&gt;only GP tool&amp;nbsp;&lt;/STRONG&gt;this does NOT affect is Feature Class to Excel in my experience. It works for some fields and not others oddly. the dGIS is blank for one integer short field and it works for another field that is also integer short.&amp;nbsp; Major bug.&amp;nbsp; Using a convoluted model leveraging Joins and Excel tables is a pain.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 14:52:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/export-features-with-domain-descriptions-as-text/m-p/1644675#M98480</guid>
      <dc:creator>Kevin_MacLeod</dc:creator>
      <dc:date>2025-08-22T14:52:38Z</dc:date>
    </item>
  </channel>
</rss>

