<?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: Loading data into cloud-hosted service in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/loading-data-into-cloud-hosted-service/m-p/468795#M23629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE style="border: 0px; font-size: 13px; color: #222426; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;&lt;TBODY&gt;&lt;TR style="border: 0px;"&gt;&lt;TD class="votecell" style="padding: 0 15px 0 0; border: 0px;"&gt;&lt;P class="vote" style="text-align: center;"&gt;&lt;A class="vote-up-off" style="margin: 0 auto 2px; font-size: 1px; color: #358daa; text-indent: -9999em; background-position: no-repeat;" title="This answer is useful"&gt;up vo&lt;/A&gt;&lt;A class="vote-accepted-off" data-title-accept="Click to accept this answer because it solved your problem or was the most helpful in finding your solution (click again to undo)" data-title-unaccept="Click to undo acceptance of this answer; you accepted this answer " data-verb-accept="accept" data-verb-unaccept="unaccept" style="margin: 0 auto; font-size: 1px; color: #358daa; text-indent: -9999em; background-position: no-repeat;" title="Click to accept this answer because it solved your problem or was the most helpful in finding your solution (click again to undo)"&gt;accept&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="answercell" style="border: 0px;"&gt;&lt;OL style="margin-bottom: 1em; margin-left: 30px;"&gt;&lt;LI&gt;add hosted service to arcmap&lt;/LI&gt;&lt;LI&gt;create local copy for editing&lt;/LI&gt;&lt;LI&gt;start editing layer&lt;/LI&gt;&lt;LI&gt;navigate to temporary database in catalog&lt;/LI&gt;&lt;LI&gt;find associated layer and load data&lt;/LI&gt;&lt;LI&gt;save edits and stop editing&lt;/LI&gt;&lt;LI&gt;sync local edits to server&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: 1em;"&gt;Tested and approved on a cloud-hosted feature service.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jan 2016 02:20:05 GMT</pubDate>
    <dc:creator>NorthSouthGIS</dc:creator>
    <dc:date>2016-01-19T02:20:05Z</dc:date>
    <item>
      <title>Loading data into cloud-hosted service</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/loading-data-into-cloud-hosted-service/m-p/468791#M23625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222426; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; background-color: rgba(248, 248, 248, 0.6);"&gt;I have a feature service that is solely cloud-hosted. I need to load data into the service. I have many features to add, so I don't want to do this manually. Is there a way to load the features from the data directly to the feature service? I cannot do this after export, because then the data would be disconnected and multiple people are editing the service at once. I cannot use Server, and I must leverage AGOL. Is there a pre-existing tool? Something designed for AGOL?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 18:16:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/loading-data-into-cloud-hosted-service/m-p/468791#M23625</guid>
      <dc:creator>NorthSouthGIS</dc:creator>
      <dc:date>2016-01-18T18:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data into cloud-hosted service</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/loading-data-into-cloud-hosted-service/m-p/468792#M23626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case you cannot edit the hosted feature service in ArcMap, I guess you could use ArcREST:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/ArcREST/blob/master/samples/adds_rows_to_service.py" title="https://github.com/Esri/ArcREST/blob/master/samples/adds_rows_to_service.py"&gt;ArcREST/adds_rows_to_service.py at master · Esri/ArcREST · GitHub&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 18:38:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/loading-data-into-cloud-hosted-service/m-p/468792#M23626</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-01-18T18:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data into cloud-hosted service</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/loading-data-into-cloud-hosted-service/m-p/468793#M23627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may not know, but in this script... line 32 ... "#LDAP, NTLM, OAuth, Portal, PKI" is commented and I assume these are the only usable types for this parameter? If so, do you think there is a way to use this without Portal? Simply ArcGIS Online? Which one is appropriate? OAuth? And then add my credentials? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 20:32:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/loading-data-into-cloud-hosted-service/m-p/468793#M23627</guid>
      <dc:creator>NorthSouthGIS</dc:creator>
      <dc:date>2016-01-18T20:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data into cloud-hosted service</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/loading-data-into-cloud-hosted-service/m-p/468794#M23628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right, I don't know. However OAuth using an AGOL user with the proper role sounds OK to me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 20:44:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/loading-data-into-cloud-hosted-service/m-p/468794#M23628</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-01-18T20:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data into cloud-hosted service</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/loading-data-into-cloud-hosted-service/m-p/468795#M23629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE style="border: 0px; font-size: 13px; color: #222426; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;&lt;TBODY&gt;&lt;TR style="border: 0px;"&gt;&lt;TD class="votecell" style="padding: 0 15px 0 0; border: 0px;"&gt;&lt;P class="vote" style="text-align: center;"&gt;&lt;A class="vote-up-off" style="margin: 0 auto 2px; font-size: 1px; color: #358daa; text-indent: -9999em; background-position: no-repeat;" title="This answer is useful"&gt;up vo&lt;/A&gt;&lt;A class="vote-accepted-off" data-title-accept="Click to accept this answer because it solved your problem or was the most helpful in finding your solution (click again to undo)" data-title-unaccept="Click to undo acceptance of this answer; you accepted this answer " data-verb-accept="accept" data-verb-unaccept="unaccept" style="margin: 0 auto; font-size: 1px; color: #358daa; text-indent: -9999em; background-position: no-repeat;" title="Click to accept this answer because it solved your problem or was the most helpful in finding your solution (click again to undo)"&gt;accept&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="answercell" style="border: 0px;"&gt;&lt;OL style="margin-bottom: 1em; margin-left: 30px;"&gt;&lt;LI&gt;add hosted service to arcmap&lt;/LI&gt;&lt;LI&gt;create local copy for editing&lt;/LI&gt;&lt;LI&gt;start editing layer&lt;/LI&gt;&lt;LI&gt;navigate to temporary database in catalog&lt;/LI&gt;&lt;LI&gt;find associated layer and load data&lt;/LI&gt;&lt;LI&gt;save edits and stop editing&lt;/LI&gt;&lt;LI&gt;sync local edits to server&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: 1em;"&gt;Tested and approved on a cloud-hosted feature service.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 02:20:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/loading-data-into-cloud-hosted-service/m-p/468795#M23629</guid>
      <dc:creator>NorthSouthGIS</dc:creator>
      <dc:date>2016-01-19T02:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data into cloud-hosted service</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/loading-data-into-cloud-hosted-service/m-p/468796#M23630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FME 2016 supports insert, update and delete for feature services, including multiple service layers.&amp;nbsp; This functionality will come to Esri's Data Interoperability extension too, later this year.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 16:26:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/loading-data-into-cloud-hosted-service/m-p/468796#M23630</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2016-01-19T16:26:40Z</dc:date>
    </item>
  </channel>
</rss>

