<?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: Populate field from one hosted feature to another with GeoEvent in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1127969#M3683</link>
    <description>&lt;P&gt;In your Field Mapper, include the &lt;STRONG&gt;sequence_id&lt;/STRONG&gt; fields.&amp;nbsp; These will be needed so it knows which features to update.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Dec 2021 11:49:11 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2021-12-21T11:49:11Z</dc:date>
    <item>
      <title>Populate field from one hosted feature to another with GeoEvent</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1127548#M3679</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Don't have much experience with GeoEvent... I am trying to update a single field in one hosted feature with a field from another hosted feature using GeoEvent. The Input type is '&lt;SPAN&gt;Poll an ArcGIS Server for Features' and the Output type is 'Update a Feature'.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Both the input and output count go up when a record meets the filter on the input (Complete = 'Yes'), though the value is not written to my output feature. Both hosted features have a 'Job ID' field, and I have set the TRACK_ID to these features for the Input and Output Definitions – not sure if this is correct. I have used the Field Mapper to map the 'Complete' field from the Source to the 'Complete' field of the Target. This is the only value I am after.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="GeoEvent_Workflow.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/30026i2F3DA01A3373C016/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GeoEvent_Workflow.png" alt="GeoEvent_Workflow.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;I'm sure it is something simple I am missing or have not setting up correctly. Do I need to add a filter for Job_ID = Job_ID so the right Output feature gets updated? I have assumed TRACK_ID manages this. I'm hoping someone can point me in the right direction or share an example? Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Jamie.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 11:26:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1127548#M3679</guid>
      <dc:creator>JamieLambert</dc:creator>
      <dc:date>2021-12-20T11:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Populate field from one hosted feature to another with GeoEvent</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1127603#M3680</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/228192"&gt;@JamieLambert&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Do you have the JOB_ID field set for the &lt;STRONG&gt;Unique Feature Identifier Field&lt;/STRONG&gt; for the &lt;STRONG&gt;Update a Feature&lt;/STRONG&gt; output?&amp;nbsp; GeoEvent will use this field to determine if a new record should be created, or an existing record will be updated.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, are the geometries the same between the two feature services?&amp;nbsp; If they are not, this may be causing the event to fail.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 13:43:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1127603#M3680</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2021-12-20T13:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Populate field from one hosted feature to another with GeoEvent</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1127903#M3682</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/10527"&gt;@JakeSkinner&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;A couple of updates after a meeting with the business line yesterday - 'job_id' is now replaced by 'sequence_id' as 'job_id' is not always unique. And 'Complete' is now 'ReportSent' (Input) and 'report_sent' (Output). The overall GeoEvent (10.8.1) setup is still the same and still not writing the value to the existing output record.&lt;/P&gt;&lt;P&gt;The Input is filtered to only records where a report has been sent (i.e. complete) and to Incremental Updates as once the report has been sent the record is no longer edited.&lt;/P&gt;&lt;P&gt;The Output Unique Feature Identifier is 'sequence_id'.&lt;/P&gt;&lt;P&gt;And 'sequence_id' is the TRACK_ID field for the Input Definition (I am assuming it is not required for the Output Definition as Output Unique Feature Identifier is already set).&lt;/P&gt;&lt;P&gt;Field Mapper in the Service maps the Input 'ReportSent' field to the Output 'report_sent' field.&lt;/P&gt;&lt;P&gt;The geometries are the same - both polygon.&lt;/P&gt;&lt;P&gt;I'm assuming that with the 'sequence_id' as Unique Feature Identifier and TRACK_ID assigned to the Input this will match the Input and Output records, then the Field Mapper will populate the Output 'report_sent' field with the Input value 'ReportSent'.&lt;/P&gt;&lt;P&gt;I think I have captured everything in the image below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="DBYD_GeoEvent_Settings_Update_Feature.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/30127iB9521A9B68BC1FD4/image-size/large?v=v2&amp;amp;px=999" role="button" title="DBYD_GeoEvent_Settings_Update_Feature.png" alt="DBYD_GeoEvent_Settings_Update_Feature.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="DBYD_GeoEvent_Settings_Sampler.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/30126iA9805CF0CFCB4167/image-size/large?v=v2&amp;amp;px=999" role="button" title="DBYD_GeoEvent_Settings_Sampler.png" alt="DBYD_GeoEvent_Settings_Sampler.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The 'ReportSent' value is being mapped, though it seems like the corresponding 'sequence_id' record in the Output hosted feature is not being picked up / written to. The Output feature is editable. Do I need to add a Filter or some other process? Thanks.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Jamie.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 06:10:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1127903#M3682</guid>
      <dc:creator>JamieLambert</dc:creator>
      <dc:date>2021-12-21T06:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Populate field from one hosted feature to another with GeoEvent</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1127969#M3683</link>
      <description>&lt;P&gt;In your Field Mapper, include the &lt;STRONG&gt;sequence_id&lt;/STRONG&gt; fields.&amp;nbsp; These will be needed so it knows which features to update.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 11:49:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1127969#M3683</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2021-12-21T11:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Populate field from one hosted feature to another with GeoEvent</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1127970#M3684</link>
      <description>&lt;P&gt;The sequence_id is already in both hosted features. I thought the Field Mapper was to copy a field from the Input and write it to the Output?&lt;/P&gt;&lt;P&gt;Or is this how the Unique Feature Identifier setting works? You assign that value then use Field Mapper to tie the Input and Output records based on how that value is mapped?&lt;/P&gt;&lt;P&gt;Happy to give it a crack anyway!&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 12:34:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1127970#M3684</guid>
      <dc:creator>JamieLambert</dc:creator>
      <dc:date>2021-12-21T12:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Populate field from one hosted feature to another with GeoEvent</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1127973#M3685</link>
      <description>&lt;P&gt;In your field mapper, you're only sending the field to update.&amp;nbsp; It does not know which record to update without sending the sequence_id.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 13:09:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1127973#M3685</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2021-12-21T13:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Populate field from one hosted feature to another with GeoEvent</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1128153#M3686</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/228192"&gt;@JamieLambert&lt;/a&gt;&amp;nbsp;-- Have you taken a look at the blog &lt;A href="https://community.esri.com/t5/arcgis-geoevent-server-blog/debug-techniques-add-update-feature-outputs/ba-p/889286" target="_blank" rel="noopener"&gt;Debug Techniques - Add/Update Feature Outputs&lt;/A&gt;? If you request DEBUG logging on the&amp;nbsp;&lt;FONT face="andale mono,times" color="#993300"&gt;&lt;SPAN&gt;com.esri.ges.transport.featureService.FeatureServiceOutboundTransport&lt;/SPAN&gt;&lt;/FONT&gt; component logger you can see the REST requests your configured&amp;nbsp;&lt;EM&gt;Update a Feature&lt;/EM&gt; output is sending to the ArcGIS Server feature service.&amp;nbsp;The DEBUG logs in GeoEvent Server give a lot of information you can use to figure out what's missing from the REST requests. The logging was reworked for the 10.8.1 release with even more information provided via TRACE level logging, if you need the component logger to be most verbose.&lt;/P&gt;&lt;P&gt;You can also work with the&amp;nbsp;&lt;EM&gt;updateFeatures&lt;/EM&gt; endpoint for the feature service in the ArcGIS REST Services Directory (taking GeoEvent Server out of the equation for now, while debugging) to iterate and try different requests to see what a web client needs to send to be able to successfully update feature records.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 20:56:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1128153#M3686</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2021-12-21T20:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Populate field from one hosted feature to another with GeoEvent</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1128520#M3687</link>
      <description>&lt;P&gt;If I only have&amp;nbsp;sequence id and report sent in the&amp;nbsp;Input and Output Definitions, and map these two fields, nothing happens.&lt;/P&gt;&lt;P&gt;With an Input and Output Definition with all fields, though only sequence id and report sent mapped, those two fields are updated in the Output hosted feature and all other fields are overwritten to null.&lt;/P&gt;&lt;P&gt;I don't understand why fields not mapped are being updated. Is it even possible to update one field and leave the rest untouched? Is the Field Enricher (Feature Service) processor required?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 08:27:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1128520#M3687</guid>
      <dc:creator>JamieLambert</dc:creator>
      <dc:date>2021-12-23T08:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Populate field from one hosted feature to another with GeoEvent</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1128521#M3688</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/115391"&gt;@RJSunderman&lt;/a&gt;.&amp;nbsp;I'll take a look at this, though I really expected this workflow to be pretty straight forward...&lt;/P&gt;&lt;P&gt;Jamie.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 01:28:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1128521#M3688</guid>
      <dc:creator>JamieLambert</dc:creator>
      <dc:date>2021-12-23T01:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Populate field from one hosted feature to another with GeoEvent</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1128611#M3689</link>
      <description>&lt;P&gt;Try with the attached datasets.&amp;nbsp; Publish each as editable feature services (i.e. &lt;STRONG&gt;Airports_Source&lt;/STRONG&gt;, &lt;STRONG&gt;Airports_Target&lt;/STRONG&gt;).&amp;nbsp; In the below example, I published the services as &lt;STRONG&gt;hosted&lt;/STRONG&gt; ArcGIS Server services.&amp;nbsp; Here is how I set up GeoEvent:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Create a &lt;STRONG&gt;Poll an ArcGIS Server For Features&lt;/STRONG&gt; input for the &lt;STRONG&gt;Airports_Source&lt;/STRONG&gt; feature service&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JakeSkinner_0-1640267033536.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/30301iCA9A06936AE5480B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JakeSkinner_0-1640267033536.png" alt="JakeSkinner_0-1640267033536.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Create a&amp;nbsp;&lt;STRONG&gt;Update a Feature&lt;/STRONG&gt; output for the &lt;STRONG&gt;Airports_Target&amp;nbsp;&lt;/STRONG&gt;using&amp;nbsp;&lt;STRONG&gt;name&lt;/STRONG&gt; field as the&amp;nbsp;&lt;STRONG&gt;Unique Feature Identifier Field&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JakeSkinner_0-1640267513747.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/30310i6A77BC10AE8C0F31/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JakeSkinner_0-1640267513747.png" alt="JakeSkinner_0-1640267513747.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Create a new GeoEvent Definition with only the&amp;nbsp;&lt;STRONG&gt;name&amp;nbsp;&lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG&gt;fcc&amp;nbsp;&lt;/STRONG&gt;fields:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JakeSkinner_4-1640267304788.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/30305iCF7DA3348B85BD3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JakeSkinner_4-1640267304788.png" alt="JakeSkinner_4-1640267304788.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;4.&amp;nbsp; Create a GeoEvent Service.&amp;nbsp; Add a &lt;STRONG&gt;Field Mapper&lt;/STRONG&gt; Processer between the input and output:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JakeSkinner_5-1640267374382.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/30306iBCA08A965F78F278/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JakeSkinner_5-1640267374382.png" alt="JakeSkinner_5-1640267374382.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JakeSkinner_6-1640267414758.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/30307iF714178FE374A9FE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JakeSkinner_6-1640267414758.png" alt="JakeSkinner_6-1640267414758.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did not have to specify any fields as the &lt;STRONG&gt;TRACK_ID&lt;/STRONG&gt; in this example.&amp;nbsp; Let me know if you are able to get this to work on your end.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 13:54:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1128611#M3689</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2021-12-23T13:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Populate field from one hosted feature to another with GeoEvent</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1128777#M3690</link>
      <description>&lt;P&gt;I've marked "&lt;SPAN&gt;In your Field Mapper, include the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;sequence_id&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;fields.&amp;nbsp; These will be needed so it knows which features to update"&lt;/SPAN&gt; as the solution as I was missing this part, as well as the sample provided thats helped me validate my configuration.&lt;/P&gt;&lt;P&gt;I think the rest of my setup was fine, though I think it was jammed up with my output definition that I was playing around with while I was trying to make it work as i wanted (missing the sequence_id in the Field Mapper obviously didn't help!).&lt;/P&gt;&lt;P&gt;Using the example dataset provided below (Sample.gdb.zip) and creating the service as outlined, then adding complexity one step at a time (input filter, update only, etc.) I was able to validate those steps successfully.&lt;/P&gt;&lt;P&gt;Once I was happy the setup was correct, I deleted everything from my original service (input, output, definitions, service) and rebuild from scratch, and no issues! A frustrating lesson, though a good result.&lt;/P&gt;&lt;P&gt;Thanks for all the help&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/10527"&gt;@JakeSkinner&lt;/a&gt;!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Dec 2021 06:08:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1128777#M3690</guid>
      <dc:creator>JamieLambert</dc:creator>
      <dc:date>2021-12-24T06:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Populate field from one hosted feature to another with GeoEvent</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1129655#M3692</link>
      <description>&lt;P&gt;Hey Jamie --&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;... those two fields are updated in the hosted feature [but] all other fields are overwritten to null.&amp;nbsp;&lt;/SPAN&gt;I don't understand why fields not mapped are being updated. Is it even possible to update one field and leave the rest untouched? Is the Field Enricher (Feature Service) processor required?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I'm not sure the question above was ever answered, so as a follow-up:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You are correct when you said, earlier, that the purpose of a &lt;A href="https://enterprise.arcgis.com/en/geoevent/latest/analyze/field-mapper-processor.htm" target="_self"&gt;Field Mapper&lt;/A&gt;&amp;nbsp;is to copy data from one data structure / schema / GeoEvent Definition to another.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;You generally use a Field Mapper to simplify and/or flatten a data structure to match the schema a Feature Service expects. That way, when an outbound connector (or "&lt;A href="https://enterprise.arcgis.com/en/geoevent/latest/disseminate-and-notify/overview-of-output-connectors.htm" target="_blank" rel="noopener"&gt;Output&lt;/A&gt;") deconstructs an event record to form a REST request, it can send the request to a feature service and the data in the client request will conform to the feature service's requirements.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;It&amp;nbsp;&lt;EM&gt;&lt;U&gt;is&lt;/U&gt;&lt;/EM&gt; possible to update a single feature record attribute (or just a few attributes) and leave others untouched. I would refer you to the article &lt;A href="https://community.esri.com/t5/arcgis-geoevent-server-blog/using-a-partial-geoevent-definition-to-update/ba-p/889413" target="_blank" rel="noopener"&gt;Using a partial GeoEvent Definition to update feature records&lt;/A&gt;&amp;nbsp;for details on how to do this. Bottom line up front:&amp;nbsp; If you leave fields unmapped in a Field Mapper configuration you are actually writing&amp;nbsp;&lt;EM&gt;null&lt;/EM&gt; values into the target data structure. So, yes, the&amp;nbsp;&lt;EM&gt;null&lt;/EM&gt;&amp;nbsp;values end up being used to update feature record attributes overwriting whatever data the feature record had.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;A &lt;A href="https://enterprise.arcgis.com/en/geoevent/latest/analyze/field-enricher-feature-service-processor.htm" target="_blank" rel="noopener"&gt;Field Enricher (Feature Service)&lt;/A&gt;&amp;nbsp;processor does something very different from a Field Mapper.&amp;nbsp;The latter copies data from an event record to organize existing data in a different data structure. A Field Enricher performs an attribute join between an event data record and an external data record to incorporate data &lt;EM&gt;&lt;U&gt;not&lt;/U&gt;&lt;/EM&gt;&amp;nbsp;present in an event record (enriching the event record with related data).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hope some of this helps clarify tasks the processors you are configuring are actually doing.&lt;/P&gt;&lt;P&gt;-- RJ&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 16:15:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/populate-field-from-one-hosted-feature-to-another/m-p/1129655#M3692</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2021-12-30T16:15:53Z</dc:date>
    </item>
  </channel>
</rss>

