<?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: How to Join Tables with Different Features in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-join-tables-with-different-features/m-p/1144501#M51539</link>
    <description>&lt;P&gt;&lt;FONT face="helvetica"&gt;Where does the&amp;nbsp;&lt;SPAN&gt;HeatingFuel&amp;nbsp;table reside?&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Feb 2022 05:13:43 GMT</pubDate>
    <dc:creator>shan_sarkar</dc:creator>
    <dc:date>2022-02-16T05:13:43Z</dc:date>
    <item>
      <title>How to Join Tables with Different Features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-join-tables-with-different-features/m-p/1144464#M51532</link>
      <description>&lt;P&gt;How do I join these two data sets in ArcGIS? I'm trying to join the HeatingFuel table to USCounties by GEOID. I notice the last five digits in the GEOID field are the same, but I need a way to delete the beginning digits in the HeatingFuel table (or add them to the USCounties table).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 03:00:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-join-tables-with-different-features/m-p/1144464#M51532</guid>
      <dc:creator>SarahModlin</dc:creator>
      <dc:date>2022-02-16T03:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to Join Tables with Different Features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-join-tables-with-different-features/m-p/1144474#M51533</link>
      <description>&lt;P&gt;Add a text field to your HeatingFuel table. Make it 10 wide (I guess anything more than 5).&amp;nbsp; Calc that field using an arcade expression something like Right($feature.GEOID, 5).&amp;nbsp; This should give you the common ID you need to create the join or relationship class.&lt;/P&gt;&lt;P&gt;The Right function will return the farthest right 5 characters from the field you enter into it. The downside of this is that it only works 100% if the ID you want to return is always the last 5 characters of the input string. If some of the IDs&amp;nbsp; are varying in length you might need to use a combo of the Find, Left, and Right functions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I'm assuming the common IDs are text since they start with 0, and numeric data types hate that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 03:31:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-join-tables-with-different-features/m-p/1144474#M51533</guid>
      <dc:creator>KimberlyGarbade</dc:creator>
      <dc:date>2022-02-16T03:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to Join Tables with Different Features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-join-tables-with-different-features/m-p/1144482#M51535</link>
      <description>&lt;P&gt;Thanks! But now my next problem is the fact that I can't add a text field to HeatingFuel it's read-only. How can I change that so I can add the text field?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 03:57:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-join-tables-with-different-features/m-p/1144482#M51535</guid>
      <dc:creator>SarahModlin</dc:creator>
      <dc:date>2022-02-16T03:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Join Tables with Different Features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-join-tables-with-different-features/m-p/1144484#M51536</link>
      <description>&lt;P&gt;Nevermind my reply! I figured out how to edit my table! Thank you so so much!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 04:11:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-join-tables-with-different-features/m-p/1144484#M51536</guid>
      <dc:creator>SarahModlin</dc:creator>
      <dc:date>2022-02-16T04:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Join Tables with Different Features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-join-tables-with-different-features/m-p/1144487#M51537</link>
      <description>&lt;P&gt;That could be for a few reasons, but in this case I think it's because this is a .csv file. I would export the csv file to a table in a file geodatabase and add the field there. I guess you could also open the .csv file in Excel and add the column and perform the right function there (excel has its own Right function). Then re-add the .csv to your project. Keeping in mind that a .csv cannot be open in one program and edited in another at the same time&amp;nbsp; it will be locked, which could be your problem now&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 04:15:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-join-tables-with-different-features/m-p/1144487#M51537</guid>
      <dc:creator>KimberlyGarbade</dc:creator>
      <dc:date>2022-02-16T04:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to Join Tables with Different Features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-join-tables-with-different-features/m-p/1144501#M51539</link>
      <description>&lt;P&gt;&lt;FONT face="helvetica"&gt;Where does the&amp;nbsp;&lt;SPAN&gt;HeatingFuel&amp;nbsp;table reside?&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 05:13:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-join-tables-with-different-features/m-p/1144501#M51539</guid>
      <dc:creator>shan_sarkar</dc:creator>
      <dc:date>2022-02-16T05:13:43Z</dc:date>
    </item>
  </channel>
</rss>

