<?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: Join attributes from a table is not working in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/join-attributes-from-a-table-is-not-working/m-p/1090442#M25761</link>
    <description>&lt;P&gt;Thank you for the suggestion! I will try this.&lt;/P&gt;&lt;P&gt;Actually, I may have changed the XY coordinates to text in the CSV file. But when I upload the CSV file to ArcGIS, they are still double. So I might ignore this issue, too. I will check on this.&lt;/P&gt;</description>
    <pubDate>Thu, 19 Aug 2021 16:06:59 GMT</pubDate>
    <dc:creator>SongWang</dc:creator>
    <dc:date>2021-08-19T16:06:59Z</dc:date>
    <item>
      <title>Join attributes from a table is not working</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/join-attributes-from-a-table-is-not-working/m-p/1090361#M25759</link>
      <description>&lt;P&gt;Hello everyone! I am having a problem that never occurred to me before and it has been a couple of days that I have not found a way to address this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a layer with vertices (XY coordinates included). I would like to join this layer with a CSV file with most of the vertices in the layer included by x-coordinate using "join attributes from a table". For example, by using the "join function", the records in the layer with an X-coordinate of 4266546.39997 should be merging with the records in the CSV file with&amp;nbsp;an X-coordinate of 4266546.39997.&amp;nbsp;In the past, I do not have this issue and the join process went smoothly. And&amp;nbsp;I am pretty sure that there should not be vertices with exact same XY coordinates in the layer file. But recently, I have tried multiple times and still, no matches were found by joining the layer file with the CSV file.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;I would appreciate it if anyone can share your experience on this, which has been confusing me for days.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 14:05:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/join-attributes-from-a-table-is-not-working/m-p/1090361#M25759</guid>
      <dc:creator>SongWang</dc:creator>
      <dc:date>2021-08-19T14:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Join attributes from a table is not working</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/join-attributes-from-a-table-is-not-working/m-p/1090440#M25760</link>
      <description>&lt;P&gt;Personally, I would convert the csv to an ArcGIS table and then try your join.&amp;nbsp; My guess is the csv has the x and or y coordinates as text instead of double or whatever your layer has them in.&amp;nbsp; &lt;A href="https://community.esri.com/t5/arcgis-pro-questions/need-help-joining-spreadsheet-to-attribute-table/td-p/1089144" target="_self"&gt;See this similar post&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 16:02:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/join-attributes-from-a-table-is-not-working/m-p/1090440#M25760</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-08-19T16:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Join attributes from a table is not working</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/join-attributes-from-a-table-is-not-working/m-p/1090442#M25761</link>
      <description>&lt;P&gt;Thank you for the suggestion! I will try this.&lt;/P&gt;&lt;P&gt;Actually, I may have changed the XY coordinates to text in the CSV file. But when I upload the CSV file to ArcGIS, they are still double. So I might ignore this issue, too. I will check on this.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 16:06:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/join-attributes-from-a-table-is-not-working/m-p/1090442#M25761</guid>
      <dc:creator>SongWang</dc:creator>
      <dc:date>2021-08-19T16:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Join attributes from a table is not working</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/join-attributes-from-a-table-is-not-working/m-p/1090601#M25762</link>
      <description>&lt;P&gt;Joining on a double field is going to be a problem unless you round/truncate to an exact number of decimal places.&amp;nbsp; A better safer way is to use text or integer fields for joining.&amp;nbsp; You would be advised to provide an index field to your csv to match the OBJECTID field of the gdb table you are trying to join to.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 20:43:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/join-attributes-from-a-table-is-not-working/m-p/1090601#M25762</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-08-19T20:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Join attributes from a table is not working</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/join-attributes-from-a-table-is-not-working/m-p/1090604#M25763</link>
      <description>&lt;P&gt;Hadn't even thought about that!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 20:47:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/join-attributes-from-a-table-is-not-working/m-p/1090604#M25763</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-08-19T20:47:37Z</dc:date>
    </item>
  </channel>
</rss>

