<?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: Input Feed has not UniqueID in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/input-feed-has-not-uniqueid/m-p/465062#M2043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using the Field&amp;nbsp;Calculator and just add a field with a value to act as a trackid? This might require getting the geoevent definitions setup appropriately between the input and output as well. I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Sep 2020 20:37:26 GMT</pubDate>
    <dc:creator>BrianLomas</dc:creator>
    <dc:date>2020-09-23T20:37:26Z</dc:date>
    <item>
      <title>Input Feed has not UniqueID</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/input-feed-has-not-uniqueid/m-p/465061#M2042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working with a vendor that has an API interface that returns a JSON feed BUT the feed has not UID (just LAT, LONG, DATETIME, and a painting field). I am trying to push that info into a hosted feature layer, but I believe I need a UID set as TRACK_ID for that to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is: Is it possible in Geoevent to create a UID on the fly using a Processor? Is there any other ways to push that JSON feed into my HFL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is the raw JSON feed&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt; "position": {&lt;BR /&gt; "lat": 45.2972653666667,&lt;BR /&gt; "lon": -117.810934766667&lt;BR /&gt; },&lt;BR /&gt; "isPainting": false,&lt;BR /&gt; "datetime": "2020-05-22T18:25:30.861000+00:00"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my current Geoevent Service (the CSV file is getting populated but not the HFL)&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/508272_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2020 19:36:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/input-feed-has-not-uniqueid/m-p/465061#M2042</guid>
      <dc:creator>DominicRobergeIADOT</dc:creator>
      <dc:date>2020-09-23T19:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Input Feed has not UniqueID</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/input-feed-has-not-uniqueid/m-p/465062#M2043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using the Field&amp;nbsp;Calculator and just add a field with a value to act as a trackid? This might require getting the geoevent definitions setup appropriately between the input and output as well. I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2020 20:37:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/input-feed-has-not-uniqueid/m-p/465062#M2043</guid>
      <dc:creator>BrianLomas</dc:creator>
      <dc:date>2020-09-23T20:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Input Feed has not UniqueID</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/input-feed-has-not-uniqueid/m-p/465063#M2044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/347654"&gt;Dominic Roberge&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you just want to add all incoming features to a feature service? If you don't have a TRACK_ID you can not update features. And only for updating features you need the TRACK_ID.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you just want to add all incoming features to a service you can use "Add a Feature" instead of "Update a Feature". In this case you won't need a unique feature identifier field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: If the incoming Data is just from one moving object you could just use the field calculator to define a harcoded id, like brian mentioned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2020 07:33:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/input-feed-has-not-uniqueid/m-p/465063#M2044</guid>
      <dc:creator>Stefan_Jung</dc:creator>
      <dc:date>2020-09-24T07:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Input Feed has not UniqueID</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/input-feed-has-not-uniqueid/m-p/465064#M2045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's what I was using (add a feature) . So I tested on my Portal and everything was working fine, so I created a NEW hosted feature layer on AGOL and everything started working just as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was also able to&amp;nbsp;calculate a uniqueID using the dateTime (yyyymmddhhmmss)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So thank you all for your advice, we are back in business &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2020 13:52:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/input-feed-has-not-uniqueid/m-p/465064#M2045</guid>
      <dc:creator>DominicRobergeIADOT</dc:creator>
      <dc:date>2020-09-24T13:52:25Z</dc:date>
    </item>
  </channel>
</rss>

