<?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: Joining table to spatial in Spatial Statistics Questions</title>
    <link>https://community.esri.com/t5/spatial-statistics-questions/joining-table-to-spatial/m-p/1180390#M2534</link>
    <description>&lt;P&gt;I changed the attribute to just ID and I have brought the table into my FGD. I still get 11 polygons instead of the desired one to many join that I am trying to create one polygon with multiple attributes&amp;nbsp; for that polygon.&amp;nbsp; What I have is the provincial boundary and I want to be able to display all of the links to available digital information for natural hazards such as landslides and avalanches to name a few&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jun 2022 19:35:52 GMT</pubDate>
    <dc:creator>CarolOgborne</dc:creator>
    <dc:date>2022-06-06T19:35:52Z</dc:date>
    <item>
      <title>Joining table to spatial</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/joining-table-to-spatial/m-p/1179599#M2532</link>
      <description>&lt;P&gt;I have a spatial file (one polygon) and a table of information (11 rows of data)&amp;nbsp; that I am trying to do a one to many join. I have an ID in my spatial file and I have that same ID in my table that I want to join to the spatial. I want just one polygon with many records. I keep getting in this case 11 polygons instead of 1 polygon with multiple records like one would get with temporal data. I have tried the JOIN FEATURES, JOIN and MAKE QUERY and none of these are working. Any ideas on what I need to do to get my spreadsheet attached to my spatial&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My spatial file has an attribute called LG-ADMIN_ID which the ID is 1 and in my spreadsheet I have the same attribute. DO I need to convert the spreadsheet into a table in my FGD first before doing any process?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 19:27:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/joining-table-to-spatial/m-p/1179599#M2532</guid>
      <dc:creator>CarolOgborne</dc:creator>
      <dc:date>2022-06-02T19:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Joining table to spatial</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/joining-table-to-spatial/m-p/1179630#M2533</link>
      <description>&lt;P&gt;Hi Carol.&lt;/P&gt;&lt;P&gt;One possible problem is the the attribute name. There are 2 general rules:&lt;/P&gt;&lt;P&gt;Eliminate any characters that are not alphanumeric or an underscore.&lt;/P&gt;&lt;P&gt;Do not start a field or table name with an underscore or a number.&lt;/P&gt;&lt;P&gt;For joins of a Feature class with table.&lt;/P&gt;&lt;P&gt;Both the feature class (the file with spatial data) and the table must be in geodatabase.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 21:06:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/joining-table-to-spatial/m-p/1179630#M2533</guid>
      <dc:creator>JerryBartz</dc:creator>
      <dc:date>2022-06-02T21:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Joining table to spatial</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/joining-table-to-spatial/m-p/1180390#M2534</link>
      <description>&lt;P&gt;I changed the attribute to just ID and I have brought the table into my FGD. I still get 11 polygons instead of the desired one to many join that I am trying to create one polygon with multiple attributes&amp;nbsp; for that polygon.&amp;nbsp; What I have is the provincial boundary and I want to be able to display all of the links to available digital information for natural hazards such as landslides and avalanches to name a few&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 19:35:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/joining-table-to-spatial/m-p/1180390#M2534</guid>
      <dc:creator>CarolOgborne</dc:creator>
      <dc:date>2022-06-06T19:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Joining table to spatial</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/joining-table-to-spatial/m-p/1180781#M2535</link>
      <description>&lt;P&gt;Can you show your working?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Add Join tool can do a 1:M join under certain conditions, but you would not get multiple polygons &lt;EM&gt;until you did an export.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;Have you considered setting up a relationship class?&amp;nbsp; This allows one polygon in a feature class to relate to many rows in a table.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 19:51:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/joining-table-to-spatial/m-p/1180781#M2535</guid>
      <dc:creator>MicZatorsky_AEC</dc:creator>
      <dc:date>2022-06-07T19:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Joining table to spatial</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/joining-table-to-spatial/m-p/1181071#M2536</link>
      <description>&lt;P&gt;Good thought.&lt;/P&gt;&lt;P&gt;I was going to suggest having 2 layers. One for the polygon. I'd convert the table into a feature class with the attributes. I would symbolize the attribute using unique symbolization.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 14:14:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/joining-table-to-spatial/m-p/1181071#M2536</guid>
      <dc:creator>JerryBartz</dc:creator>
      <dc:date>2022-06-08T14:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Joining table to spatial</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/joining-table-to-spatial/m-p/1181191#M2537</link>
      <description>&lt;P&gt;I have been using the Join Features tool in Arc GIS Pro. I will try using the Add Join tool to see if this changes the results.&lt;/P&gt;&lt;P&gt;If that does not work I will try the relationship class&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 17:48:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/joining-table-to-spatial/m-p/1181191#M2537</guid>
      <dc:creator>CarolOgborne</dc:creator>
      <dc:date>2022-06-08T17:48:10Z</dc:date>
    </item>
  </channel>
</rss>

