<?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: Merging or appending data to existing feature class field in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/merging-or-appending-data-to-existing-feature/m-p/1062160#M7217</link>
    <description>&lt;P&gt;Use Join.&lt;/P&gt;</description>
    <pubDate>Thu, 27 May 2021 01:30:37 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2021-05-27T01:30:37Z</dc:date>
    <item>
      <title>Merging or appending data to existing feature class field</title>
      <link>https://community.esri.com/t5/geodatabase-questions/merging-or-appending-data-to-existing-feature/m-p/1062158#M7216</link>
      <description>&lt;P&gt;I hope this is the correct location and a simple question.&amp;nbsp; I am looking to add or append data to an existing feature class field.&amp;nbsp; I have an existing feature class that contains an ID field and a "Special" field among others.&amp;nbsp; I have a standalone table with a ID field and a "Special" field.&amp;nbsp; The feature class has ~15,000 objects and the standalone table ~1,500.&amp;nbsp; I would like to use the ID in the stand alone to add the text in the data table's "Special" field to the feature classes "Special" field.&amp;nbsp; For example in ID 123 is in the standalone table with "existing" in the "Special" field, then I would like the feature class to show "existing" in the Special note for ID 123.&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 01:29:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/merging-or-appending-data-to-existing-feature/m-p/1062158#M7216</guid>
      <dc:creator>RomanFox</dc:creator>
      <dc:date>2021-05-27T01:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Merging or appending data to existing feature class field</title>
      <link>https://community.esri.com/t5/geodatabase-questions/merging-or-appending-data-to-existing-feature/m-p/1062160#M7217</link>
      <description>&lt;P&gt;Use Join.&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 01:30:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/merging-or-appending-data-to-existing-feature/m-p/1062160#M7217</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-05-27T01:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Merging or appending data to existing feature class field</title>
      <link>https://community.esri.com/t5/geodatabase-questions/merging-or-appending-data-to-existing-feature/m-p/1062163#M7218</link>
      <description>&lt;P&gt;Can this be done without creating a new field?&amp;nbsp; &amp;nbsp;I have used the Join Field tool.&amp;nbsp; However, it created a new field.&amp;nbsp; I would like to have the existing data in the text field remain and the new data from the standalone table added.&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 01:45:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/merging-or-appending-data-to-existing-feature/m-p/1062163#M7218</guid>
      <dc:creator>RomanFox</dc:creator>
      <dc:date>2021-05-27T01:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Merging or appending data to existing feature class field</title>
      <link>https://community.esri.com/t5/geodatabase-questions/merging-or-appending-data-to-existing-feature/m-p/1062168#M7219</link>
      <description>&lt;P&gt;Use Append.&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 01:55:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/merging-or-appending-data-to-existing-feature/m-p/1062168#M7219</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-05-27T01:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Merging or appending data to existing feature class field</title>
      <link>https://community.esri.com/t5/geodatabase-questions/merging-or-appending-data-to-existing-feature/m-p/1062172#M7220</link>
      <description>&lt;P&gt;Agreed that Append GP tool is the right tool for appending new data.&lt;/P&gt;&lt;P&gt;For updating existing records- take a look at this documentation &lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/relating-the-attributes-in-one-table-to-another.htm" target="_blank"&gt;https://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/relating-the-attributes-in-one-table-to-another.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You may able to accomplish this by creating first Relate between FC and Standalone table in map document. Afterwards, you can use select by attribute followed by calculate field.&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 02:12:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/merging-or-appending-data-to-existing-feature/m-p/1062172#M7220</guid>
      <dc:creator>Raj-Chavada</dc:creator>
      <dc:date>2021-05-27T02:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Merging or appending data to existing feature class field</title>
      <link>https://community.esri.com/t5/geodatabase-questions/merging-or-appending-data-to-existing-feature/m-p/1062456#M7225</link>
      <description>&lt;P&gt;This has been helpful, I am stuck at the calculate field step with the sql expression.&amp;nbsp; I am trying to add the "Special" field to the "Appended" field if "Appended" is &amp;lt;NULL&amp;gt;.&amp;nbsp; Does this seem logical, and if so do you know of a resource for the sql or python expression?&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 17:39:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/merging-or-appending-data-to-existing-feature/m-p/1062456#M7225</guid>
      <dc:creator>RomanFox</dc:creator>
      <dc:date>2021-05-27T17:39:35Z</dc:date>
    </item>
  </channel>
</rss>

