<?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 Best way to create a 2 way sync between AGOL hosted feature service and File Geodatabase in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/best-way-to-create-a-2-way-sync-between-agol/m-p/1132003#M6980</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My rquirement is to create a process through I can publish a hosted feature layer to AGOL from a File Geodatabase using Python. Next, the edits which are done either in the Hosted Feature Service of FGDB should be synced on a daily basis.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The FGDB contains point, line and polygon feature classes. I wanted to know if there is any ready to use tool or if there is any documentation related to it?&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Sarthak&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jan 2022 13:56:08 GMT</pubDate>
    <dc:creator>SarthakTewari24</dc:creator>
    <dc:date>2022-01-10T13:56:08Z</dc:date>
    <item>
      <title>Best way to create a 2 way sync between AGOL hosted feature service and File Geodatabase</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/best-way-to-create-a-2-way-sync-between-agol/m-p/1132003#M6980</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My rquirement is to create a process through I can publish a hosted feature layer to AGOL from a File Geodatabase using Python. Next, the edits which are done either in the Hosted Feature Service of FGDB should be synced on a daily basis.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The FGDB contains point, line and polygon feature classes. I wanted to know if there is any ready to use tool or if there is any documentation related to it?&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Sarthak&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 13:56:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/best-way-to-create-a-2-way-sync-between-agol/m-p/1132003#M6980</guid>
      <dc:creator>SarthakTewari24</dc:creator>
      <dc:date>2022-01-10T13:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to create a 2 way sync between AGOL hosted feature service and File Geodatabase</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/best-way-to-create-a-2-way-sync-between-agol/m-p/1132045#M6983</link>
      <description>&lt;P&gt;Getting an offline layer and a hosted layer to sync in &lt;EM&gt;both directions&lt;/EM&gt; is quite complicated. A one-way sync is simple enough to overwrite the destination layer, but the situation you're describing needs to preserve potential edits in both.&lt;/P&gt;&lt;P&gt;Are there going to be &lt;EM&gt;deletes&lt;/EM&gt; happening in both locations? Adds and updates can be reliably identified between the two layers, but if you are deleting features, that can get &lt;EM&gt;especially &lt;/EM&gt;complex.&lt;/P&gt;&lt;P&gt;Regardless, what you'll want to do is add a GUID field to both the FGDB and the hosted layers so that you can identify the same features in each.&lt;/P&gt;&lt;P&gt;Could you instead just enable offline sync and download an offline layer in Pro?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 15:28:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/best-way-to-create-a-2-way-sync-between-agol/m-p/1132045#M6983</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-01-10T15:28:08Z</dc:date>
    </item>
  </channel>
</rss>

