<?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 Append data error in Notebook in ArcGIS Notebooks Questions</title>
    <link>https://community.esri.com/t5/arcgis-notebooks-questions/append-data-error-in-notebook/m-p/1039761#M264</link>
    <description>&lt;P&gt;I am trying to do some work that appends a geodatabase that is on ArcGIS Online to an existing feature layer using the append function (as part of an archiving data effort). However, when I try to run this part of the script, it gives me the error that is seen below. The fields should match perfectly. Can I even pull in the geodatabase from ArcGIS Online or does it have to come from my local computer? If it has to come from my computer, is there a script or tool somewhere that I can download that database locally?&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdamFackler1_0-1616507460606.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/9192iC201CC2CCDF6477B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AdamFackler1_0-1616507460606.png" alt="AdamFackler1_0-1616507460606.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Mar 2021 13:51:57 GMT</pubDate>
    <dc:creator>AFackler_NAPSG</dc:creator>
    <dc:date>2021-03-23T13:51:57Z</dc:date>
    <item>
      <title>Append data error in Notebook</title>
      <link>https://community.esri.com/t5/arcgis-notebooks-questions/append-data-error-in-notebook/m-p/1039761#M264</link>
      <description>&lt;P&gt;I am trying to do some work that appends a geodatabase that is on ArcGIS Online to an existing feature layer using the append function (as part of an archiving data effort). However, when I try to run this part of the script, it gives me the error that is seen below. The fields should match perfectly. Can I even pull in the geodatabase from ArcGIS Online or does it have to come from my local computer? If it has to come from my computer, is there a script or tool somewhere that I can download that database locally?&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdamFackler1_0-1616507460606.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/9192iC201CC2CCDF6477B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AdamFackler1_0-1616507460606.png" alt="AdamFackler1_0-1616507460606.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 13:51:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-notebooks-questions/append-data-error-in-notebook/m-p/1039761#M264</guid>
      <dc:creator>AFackler_NAPSG</dc:creator>
      <dc:date>2021-03-23T13:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Append data error in Notebook</title>
      <link>https://community.esri.com/t5/arcgis-notebooks-questions/append-data-error-in-notebook/m-p/1039782#M265</link>
      <description>&lt;P&gt;Based on the error message, it looks like you're trying to run the append against the&amp;nbsp;&lt;STRONG&gt;Item&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Append works against a FeatureLayer or a Table. In order to get that from your Item, you'll need to use the&amp;nbsp;&lt;STRONG&gt;.layers&lt;/STRONG&gt; or&amp;nbsp;&lt;STRONG&gt;.tables&lt;/STRONG&gt; properties.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;facilityLog.layers[0].append(...)

facilityLog.tables[0].append(...)&lt;/LI-CODE&gt;&lt;P&gt;If your service has multiple layers/tables, just be sure to use the proper index number in&amp;nbsp;&lt;STRONG&gt;.layers[x]&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 14:28:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-notebooks-questions/append-data-error-in-notebook/m-p/1039782#M265</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-03-23T14:28:29Z</dc:date>
    </item>
  </channel>
</rss>

