<?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: Add/Import data to hosted Feature Layer via API in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-import-data-to-hosted-feature-layer-via-api/m-p/1137951#M76130</link>
    <description>&lt;P&gt;Is there a way to do it via any other API like the&amp;nbsp;ArcGIS REST APIs?&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jan 2022 17:14:36 GMT</pubDate>
    <dc:creator>avecchi</dc:creator>
    <dc:date>2022-01-27T17:14:36Z</dc:date>
    <item>
      <title>Add/Import data to hosted Feature Layer via API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-import-data-to-hosted-feature-layer-via-api/m-p/1137931#M76124</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I was wondering if there was a way to add GeoJSON data to an existing hosted Feature Layer (&lt;A href="https://developers.arcgis.com/layers" target="_blank"&gt;https://developers.arcgis.com/layers&lt;/A&gt;) programmatically via some sort of REST API or something.&lt;/P&gt;&lt;P&gt;I have been looking around and haven't really been able to find any information about this.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 16:49:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-import-data-to-hosted-feature-layer-via-api/m-p/1137931#M76124</guid>
      <dc:creator>avecchi</dc:creator>
      <dc:date>2022-01-27T16:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Add/Import data to hosted Feature Layer via API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-import-data-to-hosted-feature-layer-via-api/m-p/1137936#M76126</link>
      <description>&lt;P&gt;If it's en existing hosted featurelayer, you can use applyEdits on the layer, but you need to make sure the attributes schema matches. You could do a little data transformationn, but definitely doable.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 17:01:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-import-data-to-hosted-feature-layer-via-api/m-p/1137936#M76126</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2022-01-27T17:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Add/Import data to hosted Feature Layer via API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-import-data-to-hosted-feature-layer-via-api/m-p/1137938#M76128</link>
      <description>&lt;P&gt;Thanks for the info! Is it by chance possible to also create hosted Feature Layers via the API?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 17:03:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-import-data-to-hosted-feature-layer-via-api/m-p/1137938#M76128</guid>
      <dc:creator>avecchi</dc:creator>
      <dc:date>2022-01-27T17:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Add/Import data to hosted Feature Layer via API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-import-data-to-hosted-feature-layer-via-api/m-p/1137948#M76129</link>
      <description>&lt;P&gt;Not in the JavaScript API.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 17:11:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-import-data-to-hosted-feature-layer-via-api/m-p/1137948#M76129</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2022-01-27T17:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Add/Import data to hosted Feature Layer via API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-import-data-to-hosted-feature-layer-via-api/m-p/1137951#M76130</link>
      <description>&lt;P&gt;Is there a way to do it via any other API like the&amp;nbsp;ArcGIS REST APIs?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 17:14:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-import-data-to-hosted-feature-layer-via-api/m-p/1137951#M76130</guid>
      <dc:creator>avecchi</dc:creator>
      <dc:date>2022-01-27T17:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Add/Import data to hosted Feature Layer via API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-import-data-to-hosted-feature-layer-via-api/m-p/1137963#M76132</link>
      <description>&lt;P&gt;Publishing is part of the REST API, but requires an SD file from Pro to publish a layer directly. Other methods are to publish CSV or GeoJSON and create a service from that. Here's some info on using the Python API for publishing&amp;nbsp;&lt;A href="https://developers.arcgis.com/python/sample-notebooks/publishing-sd-shapefiles-and-csv/" target="_blank"&gt;https://developers.arcgis.com/python/sample-notebooks/publishing-sd-shapefiles-and-csv/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 17:45:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-import-data-to-hosted-feature-layer-via-api/m-p/1137963#M76132</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2022-01-27T17:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Add/Import data to hosted Feature Layer via API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-import-data-to-hosted-feature-layer-via-api/m-p/1137974#M76133</link>
      <description>&lt;P&gt;Thank you so much for all the info! I'll keep looking into this!&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 17:53:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-import-data-to-hosted-feature-layer-via-api/m-p/1137974#M76133</guid>
      <dc:creator>avecchi</dc:creator>
      <dc:date>2022-01-27T17:53:17Z</dc:date>
    </item>
  </channel>
</rss>

