<?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 ArcGIS should allow the ability to permanently reorder fields in a table in Data Management Ideas</title>
    <link>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idi-p/925088</link>
    <description>&lt;P&gt;After creating a feature class, it would be convenient to go back after data input, and make changes to the field ordering (position).&lt;/P&gt;&lt;!--   content transformation source ID: 0873000000087wg   --&gt;</description>
    <pubDate>Thu, 27 Oct 2022 21:49:47 GMT</pubDate>
    <dc:creator>NewingtonConnecticut</dc:creator>
    <dc:date>2022-10-27T21:49:47Z</dc:date>
    <item>
      <title>ArcGIS should allow the ability to permanently reorder fields in a table</title>
      <link>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idi-p/925088</link>
      <description>&lt;P&gt;After creating a feature class, it would be convenient to go back after data input, and make changes to the field ordering (position).&lt;/P&gt;&lt;!--   content transformation source ID: 0873000000087wg   --&gt;</description>
      <pubDate>Thu, 27 Oct 2022 21:49:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idi-p/925088</guid>
      <dc:creator>NewingtonConnecticut</dc:creator>
      <dc:date>2022-10-27T21:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS should allow the ability to permanently reorder fields in a table</title>
      <link>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925089#M301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;If your Feature Class is an SDE Feature Class then this can only be done if the underlying RDBMS can support changing the field as you described. If the RDBMS does not support altering an existing field then there is nothing ESRI can do other then actually creating a new field with a new name, calculating the new values and then dropping the old field. What if you are converting from string to number and the conversion fails? The RDBMS usually will roll back the whole update query. It might be done using small groups of records or record by record but this would be very slow for large tables. If you wanted to keep the same field name then the existing field name would have to be changed so the new field (with the new type) can be added. If the RDBMS does not allow an existing field to be renamed you could not keep the same field name without creating the field twice. If this field was a foreign-key to a field in another table I don’t think the field can be dropped without removing the foreign key constraint.&amp;nbsp; This could be very problematic to implement. This might only be possible if the Feature Class is stored in a File GDB because ESRI has full control of its implementation. It’s really only possible if the RDBMS can do it and then there is the question of keeping the user experience the same across all GeoDatabase implementations.&lt;BR /&gt;

&lt;!-- content transformation source ID: 00a30000006y7zz --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Apr 2010 21:55:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925089#M301</guid>
      <dc:creator>EricPaitz</dc:creator>
      <dc:date>2010-04-27T21:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS should allow the ability to permanently reorder fields in a table</title>
      <link>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925090#M302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;It would be nice to be able to easily rearrange fields too, without having to create a new output feature class.

&lt;!-- content transformation source ID: 00a30000006yiPZ --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 15:21:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925090#M302</guid>
      <dc:creator>JulieLuetzelschwab</dc:creator>
      <dc:date>2010-05-06T15:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS should allow the ability to permanently reorder fields in a table</title>
      <link>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925091#M303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Both of them are really good ideas.

&lt;!-- content transformation source ID: 00a30000006yn2b --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 14:16:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925091#M303</guid>
      <dc:creator>naokomeyer1</dc:creator>
      <dc:date>2010-05-07T14:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS should allow the ability to permanently reorder fields in a table</title>
      <link>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925092#M304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I&amp;nbsp;have been looking for this to happen for years.&amp;nbsp; If it is in SDE&amp;nbsp;(on SQL&amp;nbsp;Server) or a Personal GDB then it can be done in MS&amp;nbsp;SQL&amp;nbsp;or MS Access respectivly, but for Shapefiles or the File GDB you are out of luck.&amp;nbsp; I&amp;nbsp;refuse to use the new File GDB for this reason (and the field reordering, but that is a different issue).&lt;BR /&gt;

&lt;!-- content transformation source ID: 00a30000006zJ2q --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 14:32:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925092#M304</guid>
      <dc:creator>JasonVerachtert</dc:creator>
      <dc:date>2010-05-13T14:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS should allow the ability to permanently reorder fields in a table</title>
      <link>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925093#M305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;For file geodatabases, this would be a very handy feature during prototyping when I frequently find myself correcting oversights and other initial design errors.

&lt;!-- content transformation source ID: 00a30000007Kpgr --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 03:57:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925093#M305</guid>
      <dc:creator>CarlPalmer</dc:creator>
      <dc:date>2010-07-16T03:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS should allow the ability to permanently reorder fields in a table</title>
      <link>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925094#M306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&amp;nbsp;Promoted this to 3000 Points. I think this is a feasible idea.

&lt;!-- content transformation source ID: 00a30000007iYlY --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 22:34:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925094#M306</guid>
      <dc:creator>SimonShin1</dc:creator>
      <dc:date>2010-08-19T22:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS should allow the ability to permanently reorder fields in a table</title>
      <link>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925095#M307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN style=""&gt;For shapefiles can be used free Czech software Janitor (&lt;A href="http://janitor.cenia.cz/www/j2_dwnfile.php/dwn/app/janitor2.5.1.exe?f=82)."&gt;http://janitor.cenia.cz/www/j2_dwnfile.php/dwn/app/janitor2.5.1.exe?f=82).&lt;/A&gt; &lt;/SPAN&gt;&lt;SPAN style=""&gt;The program JanDat can change the name, field type and some properties dbf&amp;nbsp; tables and dbf tables belonging to shp. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="background-color: rgb(230, 236, 249); color: rgb(0, 0, 0);"&gt;I also was looking for a Python module, which could change the structure dbf table, but I found only a useful module for dBASE III. &lt;/SPAN&gt;&lt;SPAN style=""&gt;(SHP uses dBASE IV :).&lt;/SPAN&gt;&lt;/SPAN&gt;

&lt;!-- content transformation source ID: 00a30000008BFka --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 21:21:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925095#M307</guid>
      <dc:creator>CyrilMrva1</dc:creator>
      <dc:date>2010-10-01T21:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS should allow the ability to permanently reorder fields in a table</title>
      <link>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925096#M308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Although I like the idea of this, I think takes just as much time to create a new field and copy the data over.&amp;nbsp; There are also further complications when changing data type.&amp;nbsp; If this was added I see it as a time cost that would take longer than just creating the new field and populating with the calculator.

&lt;!-- content transformation source ID: 00a30000008Yoa3 --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 18:12:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925096#M308</guid>
      <dc:creator>CarlosIsaac_Cabrera</dc:creator>
      <dc:date>2010-11-02T18:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS should allow the ability to permanently reorder fields in a table</title>
      <link>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925097#M309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The ability to rename/update an existing field or reposition the placement of a field within a table are commands that were extremely useful in Arc/Info Workstation.&amp;nbsp; It would be so nice to have&amp;nbsp;this functionality in&amp;nbsp;ArcGIS Desktop.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Likewise, the ability to add a new item to a table and designate it's placement in that table (the old Arc/Info&amp;nbsp;ADDITEM command) is greatly missed.&amp;nbsp; Please add these to Desktop.

&lt;!-- content transformation source ID: 00a30000008ZRfI --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 21:32:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925097#M309</guid>
      <dc:creator>BarbaraKent</dc:creator>
      <dc:date>2010-11-08T21:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS should allow the ability to permanently reorder fields in a table</title>
      <link>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925098#M310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Changes to field name, field type and field position is also very much wanted for Shapefiles.&lt;BR /&gt;Using a Czech software for such a common task is just a work around.&lt;/P&gt;

&lt;!-- content transformation source ID: 00a30000008k5u0 --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Dec 2010 11:21:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925098#M310</guid>
      <dc:creator>HeinrichMalina</dc:creator>
      <dc:date>2010-12-01T11:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS should allow the ability to permanently reorder fields in a table</title>
      <link>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925099#M311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I normally have to cheat (sorry workaround) and take the dbf into Access (normally renaming it so it's less than eight characters long so Access recognises it), it's a pain, surely such a simple database task should be available in ArcGIS. Especially useful would be the ability to change field names, lengths and order.&lt;BR /&gt;&lt;BR /&gt;Shapefiles, gdb, sde who cares what the data is held as or in - &amp;nbsp;needs change overtime.

&lt;!-- content transformation source ID: 00a30000008kMTQ --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 22:18:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925099#M311</guid>
      <dc:creator>JudithCauldwell</dc:creator>
      <dc:date>2010-12-02T22:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS should allow the ability to permanently reorder fields in a table</title>
      <link>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925100#M312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Yep... the reason I&amp;nbsp;user ET&amp;nbsp;Geowizards was because I want to reorder fields and it would be really nice if Esri put this ability back in... I&amp;nbsp;am a workstation left over :)

&lt;!-- content transformation source ID: 00a30000008krsR --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 06:06:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925100#M312</guid>
      <dc:creator>DanielGrillo</dc:creator>
      <dc:date>2010-12-08T06:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS should allow the ability to permanently reorder fields in a table</title>
      <link>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925101#M313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;GDBs require this field order manipulation functionality, simple request on user's side, long overdue.

&lt;!-- content transformation source ID: 00a30000008lrqI --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 15:46:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925101#M313</guid>
      <dc:creator>BillTedford</dc:creator>
      <dc:date>2010-12-16T15:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS should allow the ability to permanently reorder fields in a table</title>
      <link>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925102#M314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I&amp;nbsp;agree that renaming fields has challenges based on your RDBMS, but, reordering the fields should be really simple.&amp;nbsp; I'm still using 9.3.1, but I've heard now in 10, you can reorder fields within an ArcMap session.&amp;nbsp; Why not take this functionality and put it on the server side instead of limiting it to the MXD side of things.&lt;BR /&gt;All you would have to do is add a short, simple, table that lists the fields and their position and expose a table, tab, or other way to easily edit the "Position&amp;nbsp;Number" of each field.&lt;BR /&gt;The table could look something like:&lt;BR /&gt;[Feature Dataset], [Feature Class], [Field Name], [Field Position]&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;Dataset 1, Polygon_Test_fc, "GLOBAL_ID", 3&lt;BR /&gt;Dataset 1, Polygon_Test_fc, "ROAD_NAME", 1&lt;BR /&gt;Dataset 1, Polygon_Test_fc, "ALIAS_NAME1", 2&lt;BR /&gt;&lt;BR /&gt;So, when accessing the "Polygon_Test_fc" feature class, the attribute table would show up with the Road name, followed by the Alias name, followed by the GID by default.&lt;BR /&gt;&lt;BR /&gt;The [Field Position] could be a short integer, the others would be whatever unique identifier, string, or whatever is convenient to integrate with existing indentifiers for this information.&lt;BR /&gt;&lt;BR /&gt;Then, all you would have to do is tell the desktop software, ArcGIS&amp;nbsp;Server, etc... that, when they access this data, first review this table, and then apply that order to the fields in displaying them client side.&lt;BR /&gt;&lt;BR /&gt;Maybe I'm way off the mark on this one,&amp;nbsp;not sure, but, that's what comes to my mind as a really quick and strait-forward solution to providing at least one of these very highly demanded features.

&lt;!-- content transformation source ID: 00a30000009D677 --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 19:05:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925102#M314</guid>
      <dc:creator>John_S</dc:creator>
      <dc:date>2011-01-07T19:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS should allow the ability to permanently reorder fields in a table</title>
      <link>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925103#M315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;When this will be possible (field rename), ArcMap should also ensure automatic update of&amp;nbsp;every query, label or symbology linked to renamed field either in currently opened MXDs or&amp;nbsp;when map document with modified layer is opened.

&lt;!-- content transformation source ID: 00a30000009c1MF --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 17:27:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925103#M315</guid>
      <dc:creator>JurajKrumpolec</dc:creator>
      <dc:date>2011-02-17T17:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS should allow the ability to permanently reorder fields in a table</title>
      <link>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925104#M316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Yes also agree. &amp;nbsp;Field order is a function we would like to have other GIS&amp;nbsp;staff use in a personal geodatabase to prepare layers for submission to central gis database.&lt;BR /&gt;Currently we export XML&amp;nbsp;schema, shuffle the field array order, load the schema and load the data.

&lt;!-- content transformation source ID: 00a30000009cgy1 --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2011 04:15:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925104#M316</guid>
      <dc:creator>GrantCrosswell</dc:creator>
      <dc:date>2011-02-28T04:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS should allow the ability to permanently reorder fields in a table</title>
      <link>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925105#M317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Get on with it ESRI... we are not asking for much...

&lt;!-- content transformation source ID: 00a3000000A8I0u --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 06:16:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925105#M317</guid>
      <dc:creator>DanielGrillo</dc:creator>
      <dc:date>2011-05-18T06:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS should allow the ability to permanently reorder fields in a table</title>
      <link>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925106#M318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Some RDMS&amp;nbsp;may have limitations hindering the creation of such tool. However, different RDMS&amp;nbsp;can be inspected by the tool to indentify if it is possible or not ... So the tool can be created&amp;nbsp;but will not run on all systems and that is acceptable.

&lt;!-- content transformation source ID: 00a3000000AcWlZ --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 May 2011 12:02:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925106#M318</guid>
      <dc:creator>AhmedSaad</dc:creator>
      <dc:date>2011-05-28T12:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS should allow the ability to permanently reorder fields in a table</title>
      <link>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925107#M319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi everyone,&lt;BR /&gt;&lt;BR /&gt;Thank you for all of your input. We are currently considering adding the ability to rename fields and change some of the field properties to a future release.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Despina M.

&lt;!-- content transformation source ID: 00a3000000Ae09A --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 16:47:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/arcgis-should-allow-the-ability-to-permanently/idc-p/925107#M319</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-06-02T16:47:22Z</dc:date>
    </item>
  </channel>
</rss>

