<?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: Empty Output When Transforming Excel-to-Table in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/empty-output-when-transforming-excel-to-table/m-p/1053284#M40441</link>
    <description>&lt;P&gt;are you sure these aren't strings/text?&amp;nbsp; I'd check the field properties first.&amp;nbsp; If so I'd just create a new field and field calculate float(!Field!) or alter the data type in excel.&lt;/P&gt;</description>
    <pubDate>Fri, 30 Apr 2021 17:02:01 GMT</pubDate>
    <dc:creator>DavidPike</dc:creator>
    <dc:date>2021-04-30T17:02:01Z</dc:date>
    <item>
      <title>Empty Output When Transforming Excel-to-Table</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/empty-output-when-transforming-excel-to-table/m-p/1053278#M40440</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am having an issue when transforming an excel file into a table and then join the latter to a Shapefile.&lt;/P&gt;&lt;P&gt;After performing the join of the transformed excel file into a table, I try to change the symbology but when selecting the field, it looks like it doesn't have any class so I am not able to, for instance, assign different colors to the classes.&lt;/P&gt;&lt;P&gt;What can be the root cause of it? An issue with the transformation or the join?&lt;/P&gt;&lt;P&gt;The field has a list of numbers such as "1.90" "1.00" "23.43" and so on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 16:52:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/empty-output-when-transforming-excel-to-table/m-p/1053278#M40440</guid>
      <dc:creator>sarab</dc:creator>
      <dc:date>2021-04-30T16:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Output When Transforming Excel-to-Table</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/empty-output-when-transforming-excel-to-table/m-p/1053284#M40441</link>
      <description>&lt;P&gt;are you sure these aren't strings/text?&amp;nbsp; I'd check the field properties first.&amp;nbsp; If so I'd just create a new field and field calculate float(!Field!) or alter the data type in excel.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 17:02:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/empty-output-when-transforming-excel-to-table/m-p/1053284#M40441</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-04-30T17:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Output When Transforming Excel-to-Table</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/empty-output-when-transforming-excel-to-table/m-p/1053287#M40442</link>
      <description>&lt;P&gt;Thanks for the suggestion! I checked and all fields are 'number.' Also, I have a similar excel for another case study, same exact structure but for different administrative boundaries, and that works perfectly. Does it make sense to just re-create the excel from scratch?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 17:04:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/empty-output-when-transforming-excel-to-table/m-p/1053287#M40442</guid>
      <dc:creator>sarab</dc:creator>
      <dc:date>2021-04-30T17:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Output When Transforming Excel-to-Table</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/empty-output-when-transforming-excel-to-table/m-p/1053289#M40443</link>
      <description>&lt;P&gt;oh, is the table still joined? If you can, try exporting the joined table to a new feature class/shapefile as it will probably have to run statistics for the classes - or do you need the linked join still?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 17:07:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/empty-output-when-transforming-excel-to-table/m-p/1053289#M40443</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-04-30T17:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Output When Transforming Excel-to-Table</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/empty-output-when-transforming-excel-to-table/m-p/1053294#M40444</link>
      <description>&lt;P&gt;Did the final table (after Join) look fine? Then Join would have taken place successfully, else there is an issue with Join.&lt;/P&gt;&lt;P&gt;A couple of screenshots showing the workflow and the issue may help us understand the concern better.&lt;/P&gt;&lt;P&gt;What is the field with the list (&lt;SPAN&gt;"1.90" "1.00" "23.43" and so on) used for? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The FieldType looks like Text. In case you want to use it for symbolizing quantitatively, create a new field with &lt;STRONG&gt;Float&lt;/STRONG&gt; or &lt;STRONG&gt;Double&lt;/STRONG&gt; FieldType, and use Field Calculator to get the same values from the text field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For Python Parser, expression:&amp;nbsp;&lt;STRONG&gt;!textfieldname!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;SPAN&gt;Edit:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;SPAN&gt;I think David already suggested what I had in my mind.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;SPAN&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/474937"&gt;@sarab&lt;/a&gt;&amp;nbsp;Could you share the the excel, so that we can have a look at it?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 17:15:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/empty-output-when-transforming-excel-to-table/m-p/1053294#M40444</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-04-30T17:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Output When Transforming Excel-to-Table</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/empty-output-when-transforming-excel-to-table/m-p/1053302#M40445</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/167692"&gt;@DavidPike&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/95280"&gt;@JayantaPoddar&lt;/a&gt;&amp;nbsp;thanks for the suggestions, I tried to create another layer and re-join and it worked. I am not sure why with the first layer within the same project was not working, but now it seems it does&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":upside_down_face:"&gt;🙃&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 17:20:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/empty-output-when-transforming-excel-to-table/m-p/1053302#M40445</guid>
      <dc:creator>sarab</dc:creator>
      <dc:date>2021-04-30T17:20:54Z</dc:date>
    </item>
  </channel>
</rss>

