<?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 How to convert numeric field to text? in New to GIS Questions</title>
    <link>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266178#M682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again! ArcGIS Pro converted the IDs in my data file to numeric format. To execute a join I need to convert them back to strings. Can someone advise on how to do this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found 2 suggestions online that haven't worked for me: 1) Right-click the data table in Contents, click Design-Fields, then right-click the field name and you'll see an ellipsis allowing you options for editing field types. I'm not seeing an ellipsis (see screenshot). 2) Export the data table to a dbf file. I see no option for exporting the table within the application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do hope I get better at this ...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="396183" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/396183_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Feb 2018 23:59:00 GMT</pubDate>
    <dc:creator>KathyKaufman</dc:creator>
    <dc:date>2018-02-08T23:59:00Z</dc:date>
    <item>
      <title>How to convert numeric field to text?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266178#M682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again! ArcGIS Pro converted the IDs in my data file to numeric format. To execute a join I need to convert them back to strings. Can someone advise on how to do this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found 2 suggestions online that haven't worked for me: 1) Right-click the data table in Contents, click Design-Fields, then right-click the field name and you'll see an ellipsis allowing you options for editing field types. I'm not seeing an ellipsis (see screenshot). 2) Export the data table to a dbf file. I see no option for exporting the table within the application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do hope I get better at this ...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="396183" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/396183_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 23:59:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266178#M682</guid>
      <dc:creator>KathyKaufman</dc:creator>
      <dc:date>2018-02-08T23:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert numeric field to text?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266179#M683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you want to add a field first to your table.&lt;/P&gt;&lt;P&gt;Making sure it is an appropriate numeric data type (ie long or double).&lt;/P&gt;&lt;P&gt;Once the field is added, then you can use the old field and convert it to its new value by right-clicking on the new field's name and selecting 'Calculate field.&lt;/P&gt;&lt;P&gt;Ahhh pictures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THIS demos text to numeric!!! just reverse the type by doing ... str( your field name here) instead of int( .... )&lt;/P&gt;&lt;P&gt;open the table, and select 'Add'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="396191" alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/396191_field_add.png" style="height: 111px;" width="260" /&gt;&lt;/P&gt;&lt;P&gt;this will bring you to fields viesw&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="396192" alt="" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/396192_field_add_02.png" style="width: 428px; height: 288px;" /&gt;&lt;/P&gt;&lt;P&gt;don't forget to save your field&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="396193" alt="" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/396193_field_add_03.png" style="height: 200px;" width="366" /&gt;&lt;/P&gt;&lt;P&gt;right-click on the field you need values for and select calculate field&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="396194" alt="" class="image-4 jive-image" src="https://community.esri.com/legacyfs/online/396194_field_add_04.png" style="width: 349px; height: 316px;" /&gt;&lt;/P&gt;&lt;P&gt;Then calculate the values ... with the Python parser, the field name should&lt;/P&gt;&lt;P&gt;be enclosed in exclamation marks (best to select the field from the Fields list)&amp;nbsp;&lt;/P&gt;&lt;P&gt;My example doesn't have them yet since I didn't want to keep the calculation)&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="396195" alt="" class="image-5 jive-image" src="https://community.esri.com/legacyfs/online/396195_field_add_05.png" style="height: 938px;" width="331" /&gt;&lt;/P&gt;&lt;P&gt;Finally... save all you edits and calculations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 00:21:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266179#M683</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-02-09T00:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert numeric field to text?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266180#M684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;‌, the Add Field option is greyed out. Hover&amp;nbsp;text states "This command is currently disabled. The project has unsaved edits." I saved the project, closed the table, re-opened it, but Add Field is still disabled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 00:30:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266180#M684</guid>
      <dc:creator>KathyKaufman</dc:creator>
      <dc:date>2018-02-09T00:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert numeric field to text?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266181#M685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Were you editing something?&lt;/P&gt;&lt;P&gt;If so, in the edit menu, there is the option to Save your edits.&amp;nbsp; If you don't select it then you should have been asked to do so.&amp;nbsp; So you won't be able to add a field until you get the Save (whether you want to discard or not) question answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS just saving the project does nothing.... Closing the project does... you will get asked then&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 00:32:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266181#M685</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-02-09T00:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert numeric field to text?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266182#M686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think I edited anything. In the Edit tab the option to save is greyed out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/396189_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 00:36:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266182#M686</guid>
      <dc:creator>KathyKaufman</dc:creator>
      <dc:date>2018-02-09T00:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert numeric field to text?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266183#M687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just tried closing the project and re-opening, but no luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 00:39:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266183#M687</guid>
      <dc:creator>KathyKaufman</dc:creator>
      <dc:date>2018-02-09T00:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert numeric field to text?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266184#M688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I bet you aren't working with locally stored data are you? (based on a previous question)&lt;/P&gt;&lt;P&gt;Where ever it is, edit the copy on your machine to be sure that you can add fields and edit stuff&lt;/P&gt;&lt;P&gt;To be extra sure and if nothing else works...start a new project... add just that one file (no basemap etc) and do the edit on the file from your local c drive&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 00:44:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266184#M688</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-02-09T00:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert numeric field to text?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266185#M689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am. At this stage everything is local.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 00:46:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266185#M689</guid>
      <dc:creator>KathyKaufman</dc:creator>
      <dc:date>2018-02-09T00:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert numeric field to text?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266186#M690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kathy, this is an outside chance, but if you're trying to add a new field to a shapefile&amp;nbsp;&lt;STRONG&gt;and &lt;/STRONG&gt;if your Pro license is a Basic level license, there's a &lt;A href="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDEwMTg0MA=="&gt;known issue&lt;/A&gt;. The workaround is to use the Add Field geoprocessing tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 00:51:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266186#M690</guid>
      <dc:creator>TimOrmsby</dc:creator>
      <dc:date>2018-02-09T00:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert numeric field to text?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266187#M691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hasn't that been fixed yet??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 01:02:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266187#M691</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-02-09T01:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert numeric field to text?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266188#M692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/396196_headonkeyboard.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;sigh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 01:05:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266188#M692</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-02-09T01:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert numeric field to text?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266189#M693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;, So ...I created a new project.&amp;nbsp;Went to the insert tab and clicked New Map (I assume that I have to do that before creating any data layer; otherwise&amp;nbsp;the Add Layer option is disabled on the Map tab).&amp;nbsp; But no luck. Is there some way to add a data layer without clicking New Map?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/5450"&gt;Tim Ormsby&lt;/A&gt;‌, since this is a data table, would that bug still be an issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must be missing something obvious. Otherwise, no one would be able to use the software.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 01:06:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266189#M693</guid>
      <dc:creator>KathyKaufman</dc:creator>
      <dc:date>2018-02-09T01:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert numeric field to text?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266190#M694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is really pathetic, I've literally spent my entire day and have barely gotten a layer to load successfully. &lt;EM&gt;And&lt;/EM&gt; I'm actually reading the documentation and watching the instructional videos.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://cdn.drawception.com/images/panels/2012/5-17/e4M672SnsZ-8.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 01:11:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266190#M694</guid>
      <dc:creator>KathyKaufman</dc:creator>
      <dc:date>2018-02-09T01:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert numeric field to text?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266191#M695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;New map... add data... is the right way... don't use a basemap&lt;/P&gt;&lt;P&gt;The data... is it a featureclass in a file geodatabase? or something else?&lt;/P&gt;&lt;P&gt;If you don't have permissions to edit that file, the launch Arctoolbox and use Copy Features to copy that file to a new file which you will be able to edit. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Launch Arctoolbox again and use the Add Field tool (my shortcut is a shortcut which had a bug) and carry on from my pictures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume you are using the latest version of PRO from a previous question... but that may be a mistake on my part.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 01:15:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266191#M695</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-02-09T01:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert numeric field to text?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266192#M696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using ArcGIS Pro Basic. The data file is just a very simple feature layer in excel (xls)&amp;nbsp;format that I downloaded from census.gov to play around with. In excel I stripped it down to 2&amp;nbsp;ID&amp;nbsp;fields and 3 data fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just attempted to add a new field via the Data Management-Add field option in the toolbox and the whole shabbang crashed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/396216_Untitled.png" style="height: auto;" /&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 01:38:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266192#M696</guid>
      <dc:creator>KathyKaufman</dc:creator>
      <dc:date>2018-02-09T01:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert numeric field to text?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266193#M697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excel to Table tool in arctoolbox to make a new geodatabase table...&lt;/P&gt;&lt;P&gt;Excel is largely evil in GIS world (just check Geonet for its checkered history).. They should basically remove the ability to use excel files until they are converted&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 02:13:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266193#M697</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-02-09T02:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert numeric field to text?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266194#M698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I appreciate the tip. I'll try the tool tomorrow after rebooting -- both&lt;/P&gt;&lt;P&gt;myself and this #$&amp;amp;@ machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 02:24:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266194#M698</guid>
      <dc:creator>KathyKaufman</dc:creator>
      <dc:date>2018-02-09T02:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert numeric field to text?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266195#M699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kathy, really sorry about these problems. I just tried adding a field to a standalone excel table with a Basic license in Pro 2.1 and have the same experience as you. I see&amp;nbsp;what you originally described (command is grayed out and says you have unsaved edits). When I run the Add Field tool, it doesn't crash the software&amp;nbsp;but the tool fails. I'll follow up with the development team tomorrow. Meanwhile, I encourage you to open a case with &lt;A href="https://support.esri.com/en/contact-tech-support"&gt;tech support&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 02:42:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266195#M699</guid>
      <dc:creator>TimOrmsby</dc:creator>
      <dc:date>2018-02-09T02:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert numeric field to text?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266196#M700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tim... try the suggestion to convert to gdb table then add field.&lt;/P&gt;&lt;P&gt;The patch should be to convert from excel first &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 02:47:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266196#M700</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-02-09T02:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert numeric field to text?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266197#M701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan -- of course you're right. Run Excel to Table, then you can add the field. I'll still ask about the behavior when the tools are run directly on the Excel sheet. It may be that they aren't expected to work, but it seems like the user experience should be better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 05:55:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/how-to-convert-numeric-field-to-text/m-p/266197#M701</guid>
      <dc:creator>TimOrmsby</dc:creator>
      <dc:date>2018-02-09T05:55:45Z</dc:date>
    </item>
  </channel>
</rss>

