<?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 XY Table to Point not working in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/xy-table-to-point-not-working/m-p/1057742#M40899</link>
    <description>&lt;P&gt;I'm just starting to use ArcGIS Pro and having trouble getting my excel table with coordinates to convert into points. Why can't I select the appropriate columns in the XY Table to Point Tool?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/13289i694140FC34B01B65/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 13 May 2021 18:24:01 GMT</pubDate>
    <dc:creator>Sara_Jordan</dc:creator>
    <dc:date>2021-05-13T18:24:01Z</dc:date>
    <item>
      <title>XY Table to Point not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/xy-table-to-point-not-working/m-p/1057742#M40899</link>
      <description>&lt;P&gt;I'm just starting to use ArcGIS Pro and having trouble getting my excel table with coordinates to convert into points. Why can't I select the appropriate columns in the XY Table to Point Tool?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/13289i694140FC34B01B65/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 18:24:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/xy-table-to-point-not-working/m-p/1057742#M40899</guid>
      <dc:creator>Sara_Jordan</dc:creator>
      <dc:date>2021-05-13T18:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table to Point not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/xy-table-to-point-not-working/m-p/1057757#M40902</link>
      <description>&lt;P&gt;That degree symbol is causing the issue. It also makes the fieldtype as "TEXT", whereas the acceptable fieldtype for X and Y field should be numeric (Float, Double, etc.).&lt;/P&gt;&lt;P&gt;If possible, remove the degree symbols in the excel file itself, and ensure the cell format is "numeric".&lt;/P&gt;&lt;P&gt;__________________________________________________________________________________________________&lt;/P&gt;&lt;P&gt;Alternatively, you may add two more fields, X and Y (Float or Double) in the geodatabase table, and use &lt;EM&gt;Field Calculator&lt;/EM&gt; to input the values of Longitude and Latitude in them respectively.&lt;/P&gt;&lt;P&gt;Following would be the expression in Field Calculator (Python Parser)&lt;/P&gt;&lt;P&gt;X&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;!Longitude!.split("°")[0]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Y&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;!Latitude!.split("°")[0]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 19:19:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/xy-table-to-point-not-working/m-p/1057757#M40902</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-05-13T19:19:31Z</dc:date>
    </item>
  </channel>
</rss>

