<?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: Create a feature from JSON feed with array of attributes in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/create-a-feature-from-json-feed-with-array-of/m-p/198924#M871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we find a solution, we explain it there : &lt;A href="https://community.esri.com/message/766916-parsing-json-for-iot-experimentation"&gt;https://community.esri.com/message/766916-parsing-json-for-iot-experimentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Sep 2018 09:10:59 GMT</pubDate>
    <dc:creator>Jean-PierreDEBOOS1</dc:creator>
    <dc:date>2018-09-03T09:10:59Z</dc:date>
    <item>
      <title>Create a feature from JSON feed with array of attributes</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/create-a-feature-from-json-feed-with-array-of/m-p/198919#M866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to add/update&amp;nbsp;feature class from a JSON feed below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;"cars": [{&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"manufacturer": "Honda",&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"attribute": [{&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"Label": "Name",&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"value": "Accord"&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}, {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"Label": "Year",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"value": 2007&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}, {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"Label": "Weight",&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"value": 3000&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}]&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}, {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"manufacturer": "Toyota",&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"attribute": [{&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"Label": "Name",&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"value": "Camery"&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}, {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"Label": "Year",&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"value": 2010&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}, {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"Label": "Passengers",&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"value": 5&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}]&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}]&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A GeoEvent definition was created after I created an Input connector consuming the JSON.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/312162_scr-geoevent-cars-def.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I map this GeoEvent so that I can update to a Feature Class through a feature service with&amp;nbsp;fields: Manufacturers, Name, Year, Weight, Passengers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thanks &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 00:44:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/create-a-feature-from-json-feed-with-array-of/m-p/198919#M866</guid>
      <dc:creator>RomanChueh</dc:creator>
      <dc:date>2017-01-31T00:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create a feature from JSON feed with array of attributes</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/create-a-feature-from-json-feed-with-array-of/m-p/198920#M867</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;did you find a solution ? i have the same question with my json (&lt;A _jive_internal="true" href="https://community.esri.com/thread/213590-parsing-json-for-iot-experimentation"&gt;https://community.esri.com/thread/213590-parsing-json-for-iot-experimentation)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 14:13:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/create-a-feature-from-json-feed-with-array-of/m-p/198920#M867</guid>
      <dc:creator>Jean-PierreDEBOOS1</dc:creator>
      <dc:date>2018-04-25T14:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create a feature from JSON feed with array of attributes</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/create-a-feature-from-json-feed-with-array-of/m-p/198921#M868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. I didn't find a solution for the problem.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 00:10:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/create-a-feature-from-json-feed-with-array-of/m-p/198921#M868</guid>
      <dc:creator>RomanChueh</dc:creator>
      <dc:date>2018-04-26T00:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create a feature from JSON feed with array of attributes</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/create-a-feature-from-json-feed-with-array-of/m-p/198922#M869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try to create a "flat" GeoEventDefinition with the attributes that match your Feature Service and then create a field mapper in the service definition? In the input connector you leave what is automatically generated.&lt;/P&gt;&lt;P&gt;It doesn't look like that your json has&amp;nbsp;a geometry, true? If yes, you need to create one as well in your custom definition (with the type geometry and the tag GEOMETRY).&lt;/P&gt;&lt;P&gt;In my case, there is no geometry, so I created the service with the points in Desktop and added the table and the relationship class (1:M) in the GDB before publishing the service. The GeoEvent Service writes the results into that related table.&lt;/P&gt;&lt;P&gt;Would this be suitable use case for you as well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 06:36:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/create-a-feature-from-json-feed-with-array-of/m-p/198922#M869</guid>
      <dc:creator>AnninaHirschi_Wyss1</dc:creator>
      <dc:date>2018-04-26T06:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create a feature from JSON feed with array of attributes</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/create-a-feature-from-json-feed-with-array-of/m-p/198923#M870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We found a solution.&amp;nbsp; I have no time to explain now but i will try tomorow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2018 17:25:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/create-a-feature-from-json-feed-with-array-of/m-p/198923#M870</guid>
      <dc:creator>Jean-PierreDEBOOS1</dc:creator>
      <dc:date>2018-05-03T17:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create a feature from JSON feed with array of attributes</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/create-a-feature-from-json-feed-with-array-of/m-p/198924#M871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we find a solution, we explain it there : &lt;A href="https://community.esri.com/message/766916-parsing-json-for-iot-experimentation"&gt;https://community.esri.com/message/766916-parsing-json-for-iot-experimentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 09:10:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/create-a-feature-from-json-feed-with-array-of/m-p/198924#M871</guid>
      <dc:creator>Jean-PierreDEBOOS1</dc:creator>
      <dc:date>2018-09-03T09:10:59Z</dc:date>
    </item>
  </channel>
</rss>

