<?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: ARC GIS won't let me join data in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388901#M22313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to join Presidential Election data from 2008-2016 from the county level to a shapefile depending on what region they are in. What would I join them to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 07 Apr 2019 04:45:47 GMT</pubDate>
    <dc:creator>ChaseBergklint</dc:creator>
    <dc:date>2019-04-07T04:45:47Z</dc:date>
    <item>
      <title>ARC GIS won't let me join data</title>
      <link>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388890#M22302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a shape file of all the counties in the United States and data from the 208-2016 United States Presidential Elections. I am trying to join the data so that when I click on the county name, the results for the election will show. I have tried joining by the FIPS code but that doesn't help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the data if you think you can help me:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Jan 2019 04:45:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388890#M22302</guid>
      <dc:creator>ChaseBergklint</dc:creator>
      <dc:date>2019-01-27T04:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: ARC GIS won't let me join data</title>
      <link>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388891#M22303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;rather than post the large files, perhaps you can just do a screen grab of the two tables that show the fields you are trying to use in the join.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;fields must be of the same type (number or text)&lt;/LI&gt;&lt;LI&gt;if one field is text and the other is numeric, then you need to create a new field to use in the join and convert it to text using the field calculator&lt;/LI&gt;&lt;LI&gt;values in the fields must have exact matching pairs&lt;/LI&gt;&lt;LI&gt;matching pairs for text would include their case ( 'owner' doesn't equal 'Owner')&lt;/LI&gt;&lt;LI&gt;partial matches aren't any good&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Covers most problems when people are trying to formulate joins&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Jan 2019 12:57:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388891#M22303</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-01-27T12:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: ARC GIS won't let me join data</title>
      <link>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388892#M22304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got a screenshot. I am trying to link the United States Counties layer and the election results (either csv 1 or 2). Both layers have the fips codes and county names.&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/435844_Untitled.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2019 02:51:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388892#M22304</guid>
      <dc:creator>ChaseBergklint</dc:creator>
      <dc:date>2019-01-28T02:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: ARC GIS won't let me join data</title>
      <link>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388893#M22305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Excel sheet name in your screenshot and the one attached to your original post, don't seem to be the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, as Dan mentioned, you need to make sure the fields you are joining, should have the same Data Type. The Esri Counties data, has FIPS as String(Text), however the one in the excel you show in the screenshot has Long Int. So that join won't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added a new Column in the Counties Shapefile, FIPS_Num, populated the FIPS code in it from the existing FIPS Code field and that allows the join.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/435895_1.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/435917_2.JPG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2019 04:25:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388893#M22305</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2019-01-28T04:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: ARC GIS won't let me join data</title>
      <link>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388894#M22306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI&amp;nbsp; -- Tip --&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For those of you who do not know -- The first 8 Rows of an excel spreadsheet determines the datatype... so if you have rows of number but have one blank or text character within the first eight rows that column will be treated as text....in esri ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2019 15:51:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388894#M22306</guid>
      <dc:creator>TedKowal</dc:creator>
      <dc:date>2019-01-28T15:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: ARC GIS won't let me join data</title>
      <link>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388895#M22307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help. I have tried numerous ways but I can't get the join to work. Do you still have the file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 00:30:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388895#M22307</guid>
      <dc:creator>ChaseBergklint</dc:creator>
      <dc:date>2019-02-05T00:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: ARC GIS won't let me join data</title>
      <link>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388896#M22308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ditch the csv and use real tables in a file geodatabase.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 01:25:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388896#M22308</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2019-02-05T01:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: ARC GIS won't let me join data</title>
      <link>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388897#M22309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do have it...check if this helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 07:18:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388897#M22309</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2019-02-05T07:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: ARC GIS won't let me join data</title>
      <link>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388898#M22310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the 2010 population as a benchmark for whether a county is rural (2,499 or less), suburban (2500-49,999) and urban (50,000 or more). Is there a way in ARCGIS to make a formula that will automatically divide the counties up?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2019 22:35:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388898#M22310</guid>
      <dc:creator>ChaseBergklint</dc:creator>
      <dc:date>2019-02-28T22:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: ARC GIS won't let me join data</title>
      <link>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388899#M22311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/drawing-features-to-show-quantity-by-category.htm" title="http://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/drawing-features-to-show-quantity-by-category.htm"&gt;Drawing features to show quantity by category—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/mapping/layer-properties/symbolization.htm" title="https://pro.arcgis.com/en/pro-app/help/mapping/layer-properties/symbolization.htm"&gt;Symbolization—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2019 22:46:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388899#M22311</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2019-02-28T22:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: ARC GIS won't let me join data</title>
      <link>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388900#M22312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;def&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;classify&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;val&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;""" """&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; val &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;25000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
        &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'A'&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;25000&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;=&lt;/SPAN&gt; val &lt;SPAN class="operator token"&gt;&amp;lt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;50000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
        &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'B'&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'C'&lt;/SPAN&gt;
    

vals &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;24000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;49000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;100000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;

&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;classify&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;val&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; val &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; vals&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
Out&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;76&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'A'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'B'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'C'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;if you don't want to symbolize, you can reclassify&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a text field&lt;/P&gt;&lt;P&gt;'classify' is your code block (change thresholds and return values as appropriate)&lt;/P&gt;&lt;P&gt;python parser&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call you function using&lt;/P&gt;&lt;P&gt;classify(!YourFieldName!)&lt;/P&gt;&lt;P&gt;in the expression... obviously keep the ! marks and just change the fieldname&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 17:51:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388900#M22312</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T17:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: ARC GIS won't let me join data</title>
      <link>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388901#M22313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to join Presidential Election data from 2008-2016 from the county level to a shapefile depending on what region they are in. What would I join them to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Apr 2019 04:45:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arc-gis-won-t-let-me-join-data/m-p/388901#M22313</guid>
      <dc:creator>ChaseBergklint</dc:creator>
      <dc:date>2019-04-07T04:45:47Z</dc:date>
    </item>
  </channel>
</rss>

