<?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>idea Pro: When altering an attribute field to change case, saving it...should....actually save the change in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/pro-when-altering-an-attribute-field-to-change/idi-p/932881</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Pro 2.1.2, in "Design Fields" mode, change an attribute field where the string name of the attribute is all upper case to camel case:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="403113" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/403113_pastedImage_1.png" style="width: 620px; height: 510px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="403114" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/403114_pastedImage_2.png" style="width: 620px; height: 538px;" /&gt;&lt;/P&gt;&lt;P&gt;Press Save:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="403148" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/403148_pastedImage_3.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Close Design Fields.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reopen it for the same feature class:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="403149" class="jive-image image-4" src="https://community.esri.com/legacyfs/online/403149_pastedImage_4.png" style="width: 620px; height: 608px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FWIW, this is the same behavior in Arc, and the workaround is to throw another character in there, save, then remove the character, which is a PITA.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2018 16:33:09 GMT</pubDate>
    <dc:creator>ThomasColson</dc:creator>
    <dc:date>2018-04-26T16:33:09Z</dc:date>
    <item>
      <title>Pro: When altering an attribute field to change case, saving it...should....actually save the change</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/pro-when-altering-an-attribute-field-to-change/idi-p/932881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Pro 2.1.2, in "Design Fields" mode, change an attribute field where the string name of the attribute is all upper case to camel case:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="403113" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/403113_pastedImage_1.png" style="width: 620px; height: 510px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="403114" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/403114_pastedImage_2.png" style="width: 620px; height: 538px;" /&gt;&lt;/P&gt;&lt;P&gt;Press Save:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="403148" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/403148_pastedImage_3.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Close Design Fields.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reopen it for the same feature class:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="403149" class="jive-image image-4" src="https://community.esri.com/legacyfs/online/403149_pastedImage_4.png" style="width: 620px; height: 608px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FWIW, this is the same behavior in Arc, and the workaround is to throw another character in there, save, then remove the character, which is a PITA.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 16:33:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/pro-when-altering-an-attribute-field-to-change/idi-p/932881</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2018-04-26T16:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Pro: When altering an attribute field to change case, saving it...should....actually save the change</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/pro-when-altering-an-attribute-field-to-change/idc-p/1058193#M15977</link>
      <description>&lt;P&gt;I am having the same exact problem, except using the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/alter-field-properties.htm" target="_self"&gt;AlterField&lt;/A&gt; data management function in arcpy (ArcGIS Pro 2.7.3). The following code seeks to change the name of a field from&amp;nbsp;&lt;STRONG&gt;CURRENT_FIELD&lt;/STRONG&gt; to&amp;nbsp;&lt;STRONG&gt;Current_Field&lt;/STRONG&gt;:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;arcpy.management.AlterField(in_table=featureclass, field="CURRENT_FIELD", new_field_name="Current_Field")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;However, when I check the results either in the code or in the output feature class in ArcGIS Pro, the field name is still&amp;nbsp;&lt;STRONG&gt;CURRENT_FIELD&lt;/STRONG&gt;. I discovered that this is a &lt;A href="https://support.esri.com/en/Technical-Article/000012693" target="_self"&gt;documented issue&lt;/A&gt;, and has to do with the design of geodatabases and how they handle field names. And we are clearly not the only ones who have experienced it: look at this &lt;A href="https://community.esri.com/t5/geoprocessing-questions/alter-field-does-not-alter-the-field-when-changing-case-in-field/m-p/243305" target="_self"&gt;post&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I think that it would be excellent to see future versions of ArcGIS Pro and arcpy using an updated file geodatabase design that&amp;nbsp;&lt;EM&gt;does&lt;/EM&gt; allow for the changing of field name capitalization&amp;nbsp;&lt;EM&gt;without&lt;/EM&gt; having to insert the additional step of adding or removing a character first.&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 21:05:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/pro-when-altering-an-attribute-field-to-change/idc-p/1058193#M15977</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-05-14T21:05:41Z</dc:date>
    </item>
  </channel>
</rss>

