<?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 Is a processor to geocode incoming address data file and output feature service in GeoEvent server 10.5? in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/is-a-processor-to-geocode-incoming-address-data/m-p/144012#M648</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just need a geoEvent processor to &amp;nbsp;geocode incoming address data file and output feature service in GeoEvent server 10.5, since I need real-time geocode data&amp;nbsp;with small time interval line&amp;nbsp;5 minutes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Nov 2017 18:47:57 GMT</pubDate>
    <dc:creator>XiujuZhou</dc:creator>
    <dc:date>2017-11-21T18:47:57Z</dc:date>
    <item>
      <title>Is a processor to geocode incoming address data file and output feature service in GeoEvent server 10.5?</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/is-a-processor-to-geocode-incoming-address-data/m-p/144012#M648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just need a geoEvent processor to &amp;nbsp;geocode incoming address data file and output feature service in GeoEvent server 10.5, since I need real-time geocode data&amp;nbsp;with small time interval line&amp;nbsp;5 minutes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 18:47:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/is-a-processor-to-geocode-incoming-address-data/m-p/144012#M648</guid>
      <dc:creator>XiujuZhou</dc:creator>
      <dc:date>2017-11-21T18:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is a processor to geocode incoming address data file and output feature service in GeoEvent server 10.5?</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/is-a-processor-to-geocode-incoming-address-data/m-p/144013#M649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xiuju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, you cannot geocode with GeoEvent.&amp;nbsp; I recently helped a customer with a similar workflow.&amp;nbsp; Is the table a geodatabase table?&amp;nbsp; If it is, you can dynamically geocode the results:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/tools/geocoding-toolbox/geocode-addresses.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/tools/geocoding-toolbox/geocode-addresses.htm"&gt;Geocode Addresses—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Set the &lt;SPAN class=""&gt;Dynamic Output Feature Class&lt;/SPAN&gt; parameter to true (checked) if you want the matching result in the output feature class to be updated automatically when the input address table is updated.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the table is simply a database table, and not a &lt;STRONG&gt;geo&lt;/STRONG&gt;database table, you could have a python script that appends the records to a geodatabase table at a given interval.&amp;nbsp; The dynamic geocode could be created from this geodatabase table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 20:56:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/is-a-processor-to-geocode-incoming-address-data/m-p/144013#M649</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2017-11-21T20:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is a processor to geocode incoming address data file and output feature service in GeoEvent server 10.5?</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/is-a-processor-to-geocode-incoming-address-data/m-p/144014#M650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the prompt response. I think it is good solution for me, even though my data is from excel file, but I can import it to database, then geocode it as table. I will try it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 21:02:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/is-a-processor-to-geocode-incoming-address-data/m-p/144014#M650</guid>
      <dc:creator>XiujuZhou</dc:creator>
      <dc:date>2017-11-21T21:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is a processor to geocode incoming address data file and output feature service in GeoEvent server 10.5?</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/is-a-processor-to-geocode-incoming-address-data/m-p/144015#M651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jake,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm attempting something very similar to Xiuju in ArcMap 10.5.1/10.6.1 (I have/have tried both). For now, I'm just trying to set up the preliminary geocoding schema/workflow in my geodatabase prior to setting up in GeoEvent Server. I ran the Geocode Addresses tool on my address table with the Dynamic Output Feature Class parameter checked, which produced the expected relationship class and output feature class of geocoded results.&amp;nbsp; Now when I attempt to edit a new row into the initial address table, I'm getting the error message "Could not insert new record".&amp;nbsp; After Googling, I found &lt;A href="https://support.esri.com/en/technical-article/000003785"&gt;this&lt;/A&gt; result which references VBA and mentions that the locator used is unavailable.&amp;nbsp; I thought maybe the locator needed to be in the same workspace as everything else, but I see that ability has been deprecated as of 10.5.1.&amp;nbsp; Any ideas how I can get this to work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2020 10:54:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/is-a-processor-to-geocode-incoming-address-data/m-p/144015#M651</guid>
      <dc:creator>AdrienHafner</dc:creator>
      <dc:date>2020-04-22T10:54:44Z</dc:date>
    </item>
  </channel>
</rss>

