<?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 Add rows to ArcGIS Online File Geodatabase from python in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/add-rows-to-arcgis-online-file-geodatabase-from/m-p/1115581#M62947</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to add content to ArcGIS online from python. We have water measurement data for hundreds of locations. The data changes continuously. I want to build a data pipeline that ingests (upserts) data to ArcGIS online.&lt;/P&gt;&lt;P&gt;Following the advice from ESRI support, we split our data into 2 parts:&lt;BR /&gt;A) The locations -&amp;gt; an ArcGIS Online Points Layer&lt;BR /&gt;B) The measurements -&amp;gt; ArcGIS Online File Geodatabase&lt;/P&gt;&lt;P&gt;I would like to update the File Geodatabase (B) from python. Specifically, I want to:&lt;BR /&gt;1) Delete data from the File Geodatabase that is older than 1 month&lt;BR /&gt;2) Add new 'rows' of data that was recently collected&lt;/P&gt;&lt;P&gt;I have successfully created table with measurements (by uploading a CSV), Featurelayer (by uploading features using python) and relationship between the two. Now, I would like to update these elements form python (or any other language as long as I can make this work programmatically as part of our data pipeline).&lt;/P&gt;&lt;P&gt;Any help/thoughts/approaches would be great!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Heiko&lt;/P&gt;</description>
    <pubDate>Wed, 10 Nov 2021 12:32:18 GMT</pubDate>
    <dc:creator>HeikoUdluft</dc:creator>
    <dc:date>2021-11-10T12:32:18Z</dc:date>
    <item>
      <title>Add rows to ArcGIS Online File Geodatabase from python</title>
      <link>https://community.esri.com/t5/python-questions/add-rows-to-arcgis-online-file-geodatabase-from/m-p/1115581#M62947</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to add content to ArcGIS online from python. We have water measurement data for hundreds of locations. The data changes continuously. I want to build a data pipeline that ingests (upserts) data to ArcGIS online.&lt;/P&gt;&lt;P&gt;Following the advice from ESRI support, we split our data into 2 parts:&lt;BR /&gt;A) The locations -&amp;gt; an ArcGIS Online Points Layer&lt;BR /&gt;B) The measurements -&amp;gt; ArcGIS Online File Geodatabase&lt;/P&gt;&lt;P&gt;I would like to update the File Geodatabase (B) from python. Specifically, I want to:&lt;BR /&gt;1) Delete data from the File Geodatabase that is older than 1 month&lt;BR /&gt;2) Add new 'rows' of data that was recently collected&lt;/P&gt;&lt;P&gt;I have successfully created table with measurements (by uploading a CSV), Featurelayer (by uploading features using python) and relationship between the two. Now, I would like to update these elements form python (or any other language as long as I can make this work programmatically as part of our data pipeline).&lt;/P&gt;&lt;P&gt;Any help/thoughts/approaches would be great!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Heiko&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 12:32:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-rows-to-arcgis-online-file-geodatabase-from/m-p/1115581#M62947</guid>
      <dc:creator>HeikoUdluft</dc:creator>
      <dc:date>2021-11-10T12:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Add rows to ArcGIS Online File Geodatabase from python</title>
      <link>https://community.esri.com/t5/python-questions/add-rows-to-arcgis-online-file-geodatabase-from/m-p/1115617#M62948</link>
      <description>&lt;P&gt;Hi Heiko.&amp;nbsp; From python you can access the record data using &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/data-access-using-cursors.htm" target="_self"&gt;cursors&lt;/A&gt;.&amp;nbsp; The "input table" will be URL of the ArcGIS online item (in your case the hosted feature layer created from the uploaded file geodatabase).&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 13:25:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-rows-to-arcgis-online-file-geodatabase-from/m-p/1115617#M62948</guid>
      <dc:creator>DonMorrison1</dc:creator>
      <dc:date>2021-11-10T13:25:09Z</dc:date>
    </item>
  </channel>
</rss>

