<?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 add data to attribute column in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-data-to-attribute-column/m-p/1097862#M45513</link>
    <description>&lt;P&gt;Before performing the Join, double check the datatypes on the joining fields are the same. You may be trying to join a string to double or something. This may be your issue. Also if you're using excel, try to export it to table.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Sep 2021 00:00:46 GMT</pubDate>
    <dc:creator>TonyDeLaRosa</dc:creator>
    <dc:date>2021-09-14T00:00:46Z</dc:date>
    <item>
      <title>How to add data to attribute column</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-data-to-attribute-column/m-p/1096616#M45348</link>
      <description>&lt;P&gt;Hello, I am a new user and have a big problem moving the data to and from ArcGIS. I have a layer with an attribute table so that the each FID is related to a specific polygon. I also have an Excel table with the same number of rows and some extra data for the each FID. My plan is to add this data to the attribute table so that eventually I create a map showing the distribution of this data. Sounds simple, but copy &amp;amp; paste does not work, and for some reason I can't link the two tables by the FID column. Could you help please?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 03:17:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-data-to-attribute-column/m-p/1096616#M45348</guid>
      <dc:creator>Mikhail</dc:creator>
      <dc:date>2021-09-09T03:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to add data to attribute column</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-data-to-attribute-column/m-p/1096618#M45349</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/504801"&gt;@Mikhail&lt;/a&gt;&amp;nbsp;- Esri provides a number of tool to assist users loading data from external files into ArcGIS. The below tools will help you with what you are trying to achieve:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-solutions/data-management/getting-to-know-the-data-loading-tools/" target="_self"&gt;ArcGIS Solutions - Data Loading Tools&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/about-loading-data-into-existing-feature-classes-a.htm" target="_self"&gt;Object Loader and Simple Data Loader Tool&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/10.3/tools/conversion-toolbox/excel-to-table.htm" target="_self"&gt;Excel To Table Tool&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/append.htm" target="_self"&gt;Append Tool&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 03:38:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-data-to-attribute-column/m-p/1096618#M45349</guid>
      <dc:creator>DanielSimo</dc:creator>
      <dc:date>2021-09-09T03:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to add data to attribute column</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-data-to-attribute-column/m-p/1096706#M45357</link>
      <description>&lt;P&gt;Thank you for your response. I finally managed to join the two tables using the Join tool, but all I get is the column names from the source table copied into the attribute table. With this I have two problems. First, the columns with matching names get duplicated. Second, the content is lost, and instead of the data from the sources table I only get &amp;lt;Null&amp;gt;. Is there any way to solve this problem?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 13:01:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-data-to-attribute-column/m-p/1096706#M45357</guid>
      <dc:creator>Mikhail</dc:creator>
      <dc:date>2021-09-09T13:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to add data to attribute column</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-data-to-attribute-column/m-p/1097862#M45513</link>
      <description>&lt;P&gt;Before performing the Join, double check the datatypes on the joining fields are the same. You may be trying to join a string to double or something. This may be your issue. Also if you're using excel, try to export it to table.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 00:00:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-data-to-attribute-column/m-p/1097862#M45513</guid>
      <dc:creator>TonyDeLaRosa</dc:creator>
      <dc:date>2021-09-14T00:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to add data to attribute column</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-data-to-attribute-column/m-p/1101876#M45980</link>
      <description>&lt;P&gt;Thank you, it works now!&lt;/P&gt;</description>
      <pubDate>Sat, 25 Sep 2021 00:12:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-data-to-attribute-column/m-p/1101876#M45980</guid>
      <dc:creator>Mikhail</dc:creator>
      <dc:date>2021-09-25T00:12:03Z</dc:date>
    </item>
  </channel>
</rss>

