<?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: How do I permanantly re-arrange the fields in an attribute table? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-do-i-permanantly-re-arrange-the-fields-in-an/m-p/611099#M34443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I have the fields in my attribute table numbered (right to left) 1, 2, 3, 4, 5.&amp;nbsp; How would I go about making the sequence 1, 3, 4, 2, 5 ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jul 2016 16:58:45 GMT</pubDate>
    <dc:creator>EricAndersen</dc:creator>
    <dc:date>2016-07-11T16:58:45Z</dc:date>
    <item>
      <title>How do I permanantly re-arrange the fields in an attribute table?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-do-i-permanantly-re-arrange-the-fields-in-an/m-p/611097#M34441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have many similar layers I want to have the exact table schemas.&amp;nbsp; So I need to re-arrange some of the fields so that they all match.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 16:47:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-do-i-permanantly-re-arrange-the-fields-in-an/m-p/611097#M34441</guid>
      <dc:creator>EricAndersen</dc:creator>
      <dc:date>2016-07-11T16:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I permanantly re-arrange the fields in an attribute table?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-do-i-permanantly-re-arrange-the-fields-in-an/m-p/611098#M34442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to modify your existing fields, one way is to run the &lt;EM&gt;Alter Field&lt;/EM&gt; Geoprocessing Tool.&amp;nbsp; How extensively you can alter them depends on what version of the software you have.&amp;nbsp; Newer versions of the software allow many field properties to be changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//001700000198000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//001700000198000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/alter-field-properties.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/alter-field-properties.htm"&gt;Alter Field—Data Management toolbox | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 16:52:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-do-i-permanantly-re-arrange-the-fields-in-an/m-p/611098#M34442</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2016-07-11T16:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I permanantly re-arrange the fields in an attribute table?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-do-i-permanantly-re-arrange-the-fields-in-an/m-p/611099#M34443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I have the fields in my attribute table numbered (right to left) 1, 2, 3, 4, 5.&amp;nbsp; How would I go about making the sequence 1, 3, 4, 2, 5 ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 16:58:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-do-i-permanantly-re-arrange-the-fields-in-an/m-p/611099#M34443</guid>
      <dc:creator>EricAndersen</dc:creator>
      <dc:date>2016-07-11T16:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I permanantly re-arrange the fields in an attribute table?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-do-i-permanantly-re-arrange-the-fields-in-an/m-p/611100#M34444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, Eric, there is no tool in ArcGIS to permanently re-order fields. Although it has been much requested, I understand there are some technical difficulties in maintaining integrity with relationship classes, networks, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some workarounds, depending on how much data you have and any dependencies between feature classes.&amp;nbsp; There does not seem to be a way without creating a new feature class. If you have stand-alone feature classes, you could create an empty template feature class in a file geodatabase that has the fields in the order that you desire, and then make one copy for each feature class you want to rearrange.&amp;nbsp; Then you can load your existing data into the new classes.&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/geodatabases/about-loading-data-into-existing-feature-classes-a.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/geodatabases/about-loading-data-into-existing-feature-classes-a.htm"&gt;About loading data into existing feature classes and tables—ArcGIS Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp; I believe there is also to a way to "rebuild" any relationships if you have relationship classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A third party app, ET GeoWizards, will reorder shapefiles.&amp;nbsp; It will create a new shapefile (with a different name).&amp;nbsp; Some of the ET GeoWizard capabilities are not free, but the reorder fields is free.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheryl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 17:33:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-do-i-permanantly-re-arrange-the-fields-in-an/m-p/611100#M34444</guid>
      <dc:creator>CherylTrine</dc:creator>
      <dc:date>2016-07-11T17:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I permanantly re-arrange the fields in an attribute table?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-do-i-permanantly-re-arrange-the-fields-in-an/m-p/611101#M34445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I second what &lt;A href="https://community.esri.com/migrated-users/9170"&gt;Cheryl Trine&lt;/A&gt; said - there is currently no way to reorder fields.&amp;nbsp; This has been a recurring question for many years, but the experts at ESRI say a solution is not as straight-forward as it seems like it should be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 18:27:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-do-i-permanantly-re-arrange-the-fields-in-an/m-p/611101#M34445</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2016-07-11T18:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I permanantly re-arrange the fields in an attribute table?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-do-i-permanantly-re-arrange-the-fields-in-an/m-p/611102#M34446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris... I think the vast majority just want to be able to reorder simple table fields... a table with no dependencies, like a shapefile table or a simple featureclass table.&amp;nbsp; I am sure that that would not be a huge issue, with the caveat that a new file would be created so as not to corrupt the old.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 18:36:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-do-i-permanantly-re-arrange-the-fields-in-an/m-p/611102#M34446</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-07-11T18:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I permanantly re-arrange the fields in an attribute table?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-do-i-permanantly-re-arrange-the-fields-in-an/m-p/611103#M34447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Worked like a champ!!!&amp;nbsp; Thank you, Cheryl....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 19:50:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-do-i-permanantly-re-arrange-the-fields-in-an/m-p/611103#M34447</guid>
      <dc:creator>EricAndersen</dc:creator>
      <dc:date>2016-07-11T19:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I permanantly re-arrange the fields in an attribute table?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-do-i-permanantly-re-arrange-the-fields-in-an/m-p/611104#M34448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-left: 0in;"&gt;It appears that we are left with one option: to use the “feature class to feature class” tool that allow rearranging the fields but again this ends up with new feature class&lt;/P&gt;&lt;P style="margin-left: 0in;"&gt;&lt;/P&gt;&lt;P style="margin-left: 0in;"&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/511755_Clip_275.jpg" /&gt;&lt;/P&gt;&lt;P style="margin-left: 0in;"&gt;&lt;/P&gt;&lt;P style="margin-left: 0in;"&gt;&lt;IMG alt="" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/511756_Clip_276.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2020 07:08:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-do-i-permanantly-re-arrange-the-fields-in-an/m-p/611104#M34448</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2020-10-25T07:08:43Z</dc:date>
    </item>
  </channel>
</rss>

