<?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: Joins leave Join fields empty in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/joins-leave-join-fields-empty/m-p/1158160#M53321</link>
    <description>&lt;P&gt;points are "Within" a polygon during a spatial join&lt;/P&gt;&lt;P&gt;and a bunch of those polygons will have no points (hence the nulls) so make sure you check the resultant table&lt;/P&gt;</description>
    <pubDate>Sat, 26 Mar 2022 22:58:53 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2022-03-26T22:58:53Z</dc:date>
    <item>
      <title>Joins leave Join fields empty</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/joins-leave-join-fields-empty/m-p/1158146#M53316</link>
      <description>&lt;P&gt;I've been having issues with joins for a few weeks now in my GIS class. Whenever I try to do a join with any tool except the "Join Field" tool, all of the fields from my join table come back &amp;lt;Null&amp;gt;. I was able to successfully join two tables for last week's assignment with the "Join Field" tool, but this week we're using spatial joins so that's not an option. I have a polygon layer and a point layer, and I want to perform a one-to-one join using the "Intersect" operation. This is my dialog box:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="noahhunter13_0-1648324858530.png" style="width: 785px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/37423i43B6D365F0B72930/image-dimensions/785x303?v=v2" width="785" height="303" role="button" title="noahhunter13_0-1648324858530.png" alt="noahhunter13_0-1648324858530.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is the product of the operation (every field after EJ_SYM is from the MA_chems_NAD point layer):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="noahhunter13_1-1648324947719.png" style="width: 778px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/37424iC5FF2D19013A1E37/image-dimensions/778x284?v=v2" width="778" height="284" role="button" title="noahhunter13_1-1648324947719.png" alt="noahhunter13_1-1648324947719.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Again, this has happened for both spatial joins and join by attribute. I've examined the data types for each field, and I don't see anything that would be incompatible. The field names also only contain letters and underscores. Others in my class have been able to do this successfully using the same data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for the help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Mar 2022 20:04:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/joins-leave-join-fields-empty/m-p/1158146#M53316</guid>
      <dc:creator>noahhunter13</dc:creator>
      <dc:date>2022-03-26T20:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Joins leave Join fields empty</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/joins-leave-join-fields-empty/m-p/1158154#M53317</link>
      <description>&lt;P&gt;Are you joining the points to a polygon layer or a polyline? (if the latter, you shouldn't use intersect)&lt;/P&gt;&lt;P&gt;Are both in the same coordinate system?&lt;/P&gt;</description>
      <pubDate>Sat, 26 Mar 2022 21:25:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/joins-leave-join-fields-empty/m-p/1158154#M53317</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-03-26T21:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Joins leave Join fields empty</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/joins-leave-join-fields-empty/m-p/1158155#M53318</link>
      <description>&lt;P&gt;I believe its a polygon, I haven't used polyline before (I think).&amp;nbsp;The point layer was originally a table that I used the "display xy data" tool on, then projected into the same system as the polygon (using the project tool).&lt;/P&gt;</description>
      <pubDate>Sat, 26 Mar 2022 21:30:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/joins-leave-join-fields-empty/m-p/1158155#M53318</guid>
      <dc:creator>noahhunter13</dc:creator>
      <dc:date>2022-03-26T21:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Joins leave Join fields empty</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/joins-leave-join-fields-empty/m-p/1158156#M53319</link>
      <description>&lt;P&gt;right click on the layers and check their Properties to make sure.&amp;nbsp; If you open the tables, a polygon layer will have a Shape_area field and a polyline won't.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Intersect isn't going to work properly if it is a polyline.&amp;nbsp; And even if it is a polygon, try something else, even skipping the one-to-one to make sure that there are some joins.&amp;nbsp; If there aren't, then they don't reside in the same "space"&lt;/P&gt;&lt;P&gt;Both should reside in the same file geodatabase as featureclasses and have the same coordinate system to be sure.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Mar 2022 21:56:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/joins-leave-join-fields-empty/m-p/1158156#M53319</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-03-26T21:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Joins leave Join fields empty</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/joins-leave-join-fields-empty/m-p/1158158#M53320</link>
      <description>&lt;P&gt;Checked out the properties Source tab, and the Geometry was Polygon. I also tried a one-to-many join with the Contain process instead of intersect and still nothing. This was also happening for a previous project when I was doing a simple join-by-attribute using FIPS code identifiers. Although in that case, the join appeared to work but would break when I tried to export features to make it permanent.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Mar 2022 22:37:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/joins-leave-join-fields-empty/m-p/1158158#M53320</guid>
      <dc:creator>noahhunter13</dc:creator>
      <dc:date>2022-03-26T22:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Joins leave Join fields empty</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/joins-leave-join-fields-empty/m-p/1158160#M53321</link>
      <description>&lt;P&gt;points are "Within" a polygon during a spatial join&lt;/P&gt;&lt;P&gt;and a bunch of those polygons will have no points (hence the nulls) so make sure you check the resultant table&lt;/P&gt;</description>
      <pubDate>Sat, 26 Mar 2022 22:58:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/joins-leave-join-fields-empty/m-p/1158160#M53321</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-03-26T22:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Joins leave Join fields empty</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/joins-leave-join-fields-empty/m-p/1158161#M53322</link>
      <description>&lt;P&gt;The join actually did work. I didn't realize that because most of my polygons didn't have a point within them, most of the rows in my joined file had null values and so I had to scroll past a lot of empty rows before I found the matched entries.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Mar 2022 23:00:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/joins-leave-join-fields-empty/m-p/1158161#M53322</guid>
      <dc:creator>noahhunter13</dc:creator>
      <dc:date>2022-03-26T23:00:05Z</dc:date>
    </item>
  </channel>
</rss>

