<?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: XYTableToPoint not working - no results in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1133764#M50013</link>
    <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Sorry to crash into a solved issue but I have the same problem trying to display XY data from a table provided (as .txt, as .csv, as .xlsx, I tried different ways)&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlessioRadice_0-1642147471518.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/31498iD6111D26B6BF0A8E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlessioRadice_0-1642147471518.png" alt="AlessioRadice_0-1642147471518.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlessioRadice_1-1642147471003.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/31499i7BF844218F2DA210/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlessioRadice_1-1642147471003.png" alt="AlessioRadice_1-1642147471003.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data are in European Datum 1950 reference system.&lt;/P&gt;&lt;P&gt;I do not really figure out what is going wrong.&lt;/P&gt;&lt;P&gt;I also point out that, for another project, I could successfully do it some time ago. Then, today I tried to redo the same command and got the same warning message.&lt;/P&gt;&lt;P&gt;Many thanks, alessio&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/td-p/1054112/page/2?attachment-id=67012" target="_blank" rel="noopener"&gt;sponda_dx.txt&lt;/A&gt;&lt;DIV class=""&gt;98 KB&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/td-p/1054112/page/2?attachment-id=67013" target="_blank" rel="noopener"&gt;sponda_dx.xlsx&lt;/A&gt;&lt;DIV class=""&gt;93 KB&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/td-p/1054112/page/2?attachment-id=67014" target="_blank" rel="noopener"&gt;sponda_dx.csv&lt;/A&gt;&lt;DIV class=""&gt;98 KB&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 14 Jan 2022 08:05:28 GMT</pubDate>
    <dc:creator>AlessioRadice</dc:creator>
    <dc:date>2022-01-14T08:05:28Z</dc:date>
    <item>
      <title>XYTableToPoint not working - no results</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1054112#M40542</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using Arcgis pro notebook for geocoding XY coordinations. While I can do it with "Display XY data" function (by right clicking the layer in the content panel), I cannot do it with a very simple code in the notebook.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code and output are copied here.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nothing has been created, either the table or the point shape file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help? Thank you very much in advance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;------ code ---------&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;arcpy.env.workspace = r"c:\WORK\GIS\OUTPUT.gdb"&lt;/P&gt;&lt;P&gt;# Set the local variables&lt;/P&gt;&lt;P&gt;in_folder = r"c:\WORK\GIS\PED_MOVE\flow_age_ymd_202006_sample.csv"&lt;/P&gt;&lt;P&gt;x_coords = "X_COORD"&lt;/P&gt;&lt;P&gt;y_coords = "Y_COORD"&lt;/P&gt;&lt;P&gt;z_coords = ""&lt;/P&gt;&lt;P&gt;out_fc = "flow_age_ymd_202006_sample"&lt;/P&gt;&lt;P&gt;arcpy.management.XYTableToPoint(in_folder, out_fc, x_coords, y_coords, z_coords, arcpy.SpatialReference("Korea Geodetic Datum 2000"))&lt;/P&gt;&lt;P&gt;----------------&lt;/P&gt;&lt;P&gt;Output&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;c:\WORK\GIS\OUTPUT.gdb\flow_age_ymd_202006_sample&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Messages&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Start Time: XXX&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WARNING 100160: Some of the features have invalid geometry and have been removed from the result&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WARNING 000192: Invalid value for rows: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Succeeded at XXX (Elapsed Time: 1.79 seconds)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 06:44:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1054112#M40542</guid>
      <dc:creator>JinseoYoon</dc:creator>
      <dc:date>2021-05-04T06:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: XYTableToPoint not working - no results</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1054133#M40543</link>
      <description>&lt;P&gt;Drop the z values a "" is not a valid value for a z coordinate&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 09:01:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1054133#M40543</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-05-04T09:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: XYTableToPoint not working - no results</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1054144#M40546</link>
      <description>&lt;P&gt;Dear DanPatterson,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your suggestion!!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried to remove the z_coord specification (&lt;SPAN&gt;z_coords = ""), and modified the function as below.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;arcpy.management.XYTableToPoint(in_folder, out_fc, x_coords, y_coords, arcpy.SpatialReference("Korea Geodetic Datum 2000"))&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;but it does not work,, the message that I've got was as below.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="ansi-red-fg"&gt;ExecuteError&lt;/SPAN&gt;: ERROR 000622: Failed to execute (XY Table To Point). Parameters are not valid.
ERROR 000623: Invalid value type for parameter z_field.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Would you please advise?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 09:52:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1054144#M40546</guid>
      <dc:creator>JinseoYoon</dc:creator>
      <dc:date>2021-05-04T09:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: XYTableToPoint not working - no results</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1054158#M40551</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/xy-table-to-point.htm" target="_blank"&gt;XY Table To Point (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;These are the parameters in order, you haven't provided a proper output_feature_class name and you just done drop a parameter you should use named parameters rather than relying positional parameters&lt;/P&gt;&lt;P&gt;arcpy.management.XYTableToPoint(in_table, out_feature_class, x_field, y_field, {z_field}, {coordinate_system})&lt;/P&gt;&lt;LI-CODE lang="python"&gt;arcpy.management.XYTableToPoint(
     in_table =  ?,
     out_feature_class = ?,
     x_field = ?,
     y_field = ?,
     coordinate_system = ?)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 12:00:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1054158#M40551</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-05-04T12:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: XYTableToPoint not working - no results</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1054159#M40552</link>
      <description>&lt;P&gt;Maybe try&amp;nbsp;&lt;SPAN&gt;arcpy.SpatialReference(4737&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 12:00:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1054159#M40552</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-05-04T12:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: XYTableToPoint not working - no results</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1055027#M40630</link>
      <description>&lt;P&gt;Thank you again for your advice.&lt;/P&gt;&lt;P&gt;Indeed I've done everything that you have suggested.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in_table = r"D:\XXX\XXX.csv"&lt;/P&gt;&lt;P&gt;x_field = "X_COORD"&lt;/P&gt;&lt;P&gt;y_field = "Y_COORD"&lt;/P&gt;&lt;P&gt;out_feature_class = "flow_age_sample"&lt;/P&gt;&lt;P&gt;arcpy.management.XYTableToPoint(in_table, out_feature_class, x_field, y_field, arcpy.SpatialReference("Korea Geodetic Datum 2000"))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the z-field seems optional, but it seems still needed. Would you advise one more time? Thank you very much for your patients.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="ansi-red-fg"&gt;ExecuteError&lt;/SPAN&gt;: ERROR 000622: Failed to execute (XY Table To Point). Parameters are not valid.
ERROR 000623: Invalid value type for parameter z_field&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 02:42:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1055027#M40630</guid>
      <dc:creator>JinseoYoon</dc:creator>
      <dc:date>2021-05-06T02:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: XYTableToPoint not working - no results</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1055028#M40631</link>
      <description>&lt;P&gt;Thank you very much, but it seems the problem occurred due to the z-field specification.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not have a z-value field and the function still needs one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="ansi-red-fg"&gt;ExecuteError&lt;/SPAN&gt;: ERROR 000622: Failed to execute (XY Table To Point). Parameters are not valid.
ERROR 000623: Invalid value type for parameter z_field.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 02:43:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1055028#M40631</guid>
      <dc:creator>JinseoYoon</dc:creator>
      <dc:date>2021-05-06T02:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: XYTableToPoint not working - no results</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1055073#M40633</link>
      <description>&lt;LI-CODE lang="python"&gt;tbl = r"D:\XXX\XXX.csv"
x_fld = "X_COORD"
y_fld= "Y_COORD"
out_fc = "flow_age_sample"
coord = arcpy.SpatialReference("Korea Geodetic Datum 2000")

arcpy.management.XYTableToPoint(
     in_table=tbl,
     out_feature_class=out_fc,
     x_field=x_fld,
     y_field=y_fld,
     coordinate_system=coord)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;They were invalid because you dropped a position argument.&amp;nbsp; Use named arguments to guarantee they are correct and have values, or provide an appropriate null value for ones you are skipping&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 08:36:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1055073#M40633</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-05-06T08:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: XYTableToPoint not working - no results</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1055431#M40667</link>
      <description>&lt;P&gt;Thank you very much, but it still does not work. I followed your suggestion and the results are the same. The position argument dos not seem necessary, and the z-value can be just omitted since it is only an optional.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 21:14:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1055431#M40667</guid>
      <dc:creator>JinseoYoon</dc:creator>
      <dc:date>2021-05-06T21:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: XYTableToPoint not working - no results</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1055432#M40668</link>
      <description>&lt;P&gt;arcpy.management.XYTableToPoint(&lt;BR /&gt;in_table = in_folder,&lt;BR /&gt;out_feature_class = out_fc,&lt;BR /&gt;x_field = x_coords,&lt;BR /&gt;y_field = y_coords,&lt;BR /&gt;coordinate_system = coord)&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 21:14:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1055432#M40668</guid>
      <dc:creator>JinseoYoon</dc:creator>
      <dc:date>2021-05-06T21:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: XYTableToPoint not working - no results</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1055433#M40669</link>
      <description>&lt;H2&gt;Messages&lt;/H2&gt;&lt;P&gt;&lt;SPAN&gt;Start Time: 2021년 5월 7일 금요일 오전 5:58:25&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WARNING 100160: Some of the features have invalid geometry and have been removed from the result&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WARNING 000192: Invalid value for rows: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 21:14:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1055433#M40669</guid>
      <dc:creator>JinseoYoon</dc:creator>
      <dc:date>2021-05-06T21:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: XYTableToPoint not working - no results</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1055435#M40671</link>
      <description>&lt;P&gt;That leaves issues with your csv, assuming that you have 49 point features, it seems they are all wrong or not properly formatted as a *.csv file.&lt;/P&gt;&lt;P&gt;Perhaps posting a few sample lines of the file might help&lt;/P&gt;&lt;P&gt;A, B, C&lt;/P&gt;&lt;P&gt;1, 2, 3&lt;/P&gt;&lt;P&gt;4, 5, 6&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;for instance&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 21:17:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1055435#M40671</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-05-06T21:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: XYTableToPoint not working - no results</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1056122#M40742</link>
      <description>&lt;P&gt;Thank you and sorry for the late response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought that too, but with this data, the xy point shape file could be successfully made with the "Display XY Data" tool by simply right clicking the table in the content panel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I attach the file here, would you please take a look? It would be very much appreciated. Thank you very much!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 06:27:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1056122#M40742</guid>
      <dc:creator>JinseoYoon</dc:creator>
      <dc:date>2021-05-10T06:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: XYTableToPoint not working - no results</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1056151#M40744</link>
      <description>&lt;P&gt;The coordinates are in a projected coordinate system.&lt;/P&gt;&lt;P&gt;I had to use another one for Korea, so the results may not be correct.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yours isn't listed in the available projected coordinates for Korea.&lt;/P&gt;&lt;P&gt;Here is what I got with what I used.&lt;/P&gt;&lt;P&gt;Back to you to figure out what to use, to make the error go away.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="korea.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/12935i1E84AA104DFC69FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="korea.png" alt="korea.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 11:39:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1056151#M40744</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-05-10T11:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: XYTableToPoint not working - no results</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1056454#M40783</link>
      <description>&lt;P&gt;Thank you very much!! The problem was in the coordination system as you pointed out. Thank you for making this work!!! I really appreciate it!!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 21:46:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1056454#M40783</guid>
      <dc:creator>JinseoYoon</dc:creator>
      <dc:date>2021-05-10T21:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: XYTableToPoint not working - no results</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1056465#M40785</link>
      <description>&lt;P&gt;No problem...&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 22:13:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1056465#M40785</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-05-10T22:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: XYTableToPoint not working - no results</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1132816#M49873</link>
      <description>&lt;P&gt;Sorry to crash into a solved issue but I have the same problem trying to display XY data from a table provided (as .txt, as .csv, as .xlsx, I tried different ways)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlessioRadice_0-1641986709907.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/31283i53B17029E793F05B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlessioRadice_0-1641986709907.png" alt="AlessioRadice_0-1641986709907.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlessioRadice_1-1641986757352.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/31284iE6D0579B36D58242/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlessioRadice_1-1641986757352.png" alt="AlessioRadice_1-1641986757352.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Data are in European Datum 1950 reference system.&lt;/P&gt;&lt;P&gt;I do not really figure out what is going wrong.&lt;/P&gt;&lt;P&gt;I also point out that, for another project, I could successfully do it some time ago. Then, today I tried to redo the same command and got the same warning message.&lt;/P&gt;&lt;P&gt;Many thanks, alessio&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 11:28:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1132816#M49873</guid>
      <dc:creator>AlessioRadice</dc:creator>
      <dc:date>2022-01-12T11:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: XYTableToPoint not working - no results</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1133764#M50013</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Sorry to crash into a solved issue but I have the same problem trying to display XY data from a table provided (as .txt, as .csv, as .xlsx, I tried different ways)&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlessioRadice_0-1642147471518.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/31498iD6111D26B6BF0A8E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlessioRadice_0-1642147471518.png" alt="AlessioRadice_0-1642147471518.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlessioRadice_1-1642147471003.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/31499i7BF844218F2DA210/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlessioRadice_1-1642147471003.png" alt="AlessioRadice_1-1642147471003.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data are in European Datum 1950 reference system.&lt;/P&gt;&lt;P&gt;I do not really figure out what is going wrong.&lt;/P&gt;&lt;P&gt;I also point out that, for another project, I could successfully do it some time ago. Then, today I tried to redo the same command and got the same warning message.&lt;/P&gt;&lt;P&gt;Many thanks, alessio&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/td-p/1054112/page/2?attachment-id=67012" target="_blank" rel="noopener"&gt;sponda_dx.txt&lt;/A&gt;&lt;DIV class=""&gt;98 KB&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/td-p/1054112/page/2?attachment-id=67013" target="_blank" rel="noopener"&gt;sponda_dx.xlsx&lt;/A&gt;&lt;DIV class=""&gt;93 KB&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/td-p/1054112/page/2?attachment-id=67014" target="_blank" rel="noopener"&gt;sponda_dx.csv&lt;/A&gt;&lt;DIV class=""&gt;98 KB&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Jan 2022 08:05:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1133764#M50013</guid>
      <dc:creator>AlessioRadice</dc:creator>
      <dc:date>2022-01-14T08:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: XYTableToPoint not working - no results</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1137942#M50646</link>
      <description>&lt;P&gt;Hi DanPatterson!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same problem.&lt;/P&gt;&lt;P&gt;My points maybe projected in ETRS89.&lt;/P&gt;&lt;P&gt;Initially I thought there was conflict with the esri basemap coordinate system.&lt;/P&gt;&lt;P&gt;But the same errors appear as&amp;nbsp;&lt;A href="https://community.esri.com/t5/user/viewprofilepage/user-id/480838" target="_self"&gt;&lt;SPAN class=""&gt;JinseoYoon.&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I attach my csv.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 17:06:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/xytabletopoint-not-working-no-results/m-p/1137942#M50646</guid>
      <dc:creator>JoaoPinto</dc:creator>
      <dc:date>2022-01-27T17:06:36Z</dc:date>
    </item>
  </channel>
</rss>

