<?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 watching a folder with csv files. in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/181529#M757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working on ArcGIS 10.2.1 with ArcGIS Server GeoEvent Processor. Actually i am trying to work with a csv file that is stored in a folder which i have already registered in the GeoEvent Processor. The scenario is the simplest i can do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I create an input "Watch a folder for new .csv files" connector.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I create an output "Publish text to a tcp socket" connector.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I create a GeoEvent Service connecting the above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now i am supposed to open the command line and see the progress of the data feed in the port 5570 (the port set up for the output connector.), but i see nothing instead.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The csv file is not Read-Only.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have a clue on that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Elias&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Mar 2014 11:45:51 GMT</pubDate>
    <dc:creator>EliasLazarou</dc:creator>
    <dc:date>2014-03-07T11:45:51Z</dc:date>
    <item>
      <title>watching a folder with csv files.</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/181529#M757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working on ArcGIS 10.2.1 with ArcGIS Server GeoEvent Processor. Actually i am trying to work with a csv file that is stored in a folder which i have already registered in the GeoEvent Processor. The scenario is the simplest i can do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I create an input "Watch a folder for new .csv files" connector.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I create an output "Publish text to a tcp socket" connector.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I create a GeoEvent Service connecting the above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now i am supposed to open the command line and see the progress of the data feed in the port 5570 (the port set up for the output connector.), but i see nothing instead.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The csv file is not Read-Only.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have a clue on that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Elias&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 11:45:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/181529#M757</guid>
      <dc:creator>EliasLazarou</dc:creator>
      <dc:date>2014-03-07T11:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: watching a folder with csv files.</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/181530#M758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Elias -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let's try some simple checks first. On the GeoEvent Processor Manager's Monitor page, is the event count for the &lt;/SPAN&gt;&lt;STRONG style="font-style: italic;"&gt;Watch a folder for new .csv files&lt;/STRONG&gt;&lt;SPAN&gt; Input increasing? Keep in mind that if a GeoEvent Definition is not available to construct a GeoEvent from the data received - the comma separated text in this case - the event will be discarded. Your indication that this is happening is observing the event count for the Input is not increasing on the Monitor page. You might try allowing the Input to create an event definition and checking whether or not your Input is expecting the name of the event definition to be included as the 0th field of the event data. Also, keep in mind that the first two lines of the CSV file are reserved for a comma separated list of field name and a comma separated list of field data types - your actual event data needs to start with the 3rd line of the text file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With no filtering or processing in-between the Input and Output, the event count 'In' and 'Out' for the GeoEvent Service should match. The GeoEvent Service receives the events 'In' and sends them 'Out' to the &lt;/SPAN&gt;&lt;STRONG style="font-style: italic;"&gt;Publish text to a tcp socket&lt;/STRONG&gt;&lt;SPAN&gt; Output.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this case, there's nothing to debug with regard to the Output, as long as you were able to open the TCP Console application and see the message confirming that the app is listening for events on the designated port.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you tried stopping and restarting the the &lt;/SPAN&gt;&lt;STRONG style="font-style: italic;"&gt;Watch a folder for new .csv files&lt;/STRONG&gt;&lt;SPAN&gt; Input? This will clear the Input's buffers forcing a re-read of the CSV file. Please keep in mind that a known limitation of this Input is that once it has read data from a particular file, it will not re-read that file - even if the file's contents are changed. Deleting and dragging a new copy of the file into the folder being watched has no effect. The Input is remembering the file name and will not re-read the file to re-ingest its event data. You must stop/restart the Input in order to re-read the file, or change the file's name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this information helps -&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RJ&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 16:56:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/181530#M758</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2014-03-07T16:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: watching a folder with csv files.</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/181531#M759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Elias,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does the .csv file already exist in the folder when your input, service and output are running?&amp;nbsp; I've never used the watch-for-files inputs, but as I understand them, if a file already exists when the input is started, the input won't "hear" it.&amp;nbsp; Certain file-related events (create, modify, save, etc) must happen for the watch-for-csv input to "hear" the file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try this: keep your existing scenario unchanged, and use Windows Explorer to copy-paste your file out of your registered folder and into another location, change the name, then copy-paste it back into your registered folder.&amp;nbsp; I'm guessing GeoEvent Processor would "hear" the file creation and attempt to process it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's some Java docs on watching file systems you may find useful: &lt;/SPAN&gt;&lt;A href="http://docs.oracle.com/javase/tutorial/essential/io/notification.html"&gt;http://docs.oracle.com/javase/tutorial/essential/io/notification.html&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 17:03:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/181531#M759</guid>
      <dc:creator>MarkBramer</dc:creator>
      <dc:date>2014-03-07T17:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: watching a folder with csv files.</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/181532#M760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much RJ and Mark. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally it worked by feeding the file to the folder after the service has been started.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Elias&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 08:21:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/181532#M760</guid>
      <dc:creator>EliasLazarou</dc:creator>
      <dc:date>2014-03-12T08:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: watching a folder with csv files.</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/181533#M761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should maybe open a new thread, but the question is very closely related.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a folder with a CSV file that was 'found' by GeoEvent when it was first created, which created the GeoEvent Definitions.&amp;nbsp; I have a python script that is updating the CSV on a regular basis (15 minute intervals), but the updated file is not discovered by GeoEvent.&amp;nbsp; I tried to rectify this by setting GeoEvent to delete the input after a successful read, but the file is not deleted.&amp;nbsp; Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE: I also just added two lines in my python script to delete the file after a 5 second delay, but GeoEvent is not 'discovering' the creation of the new file either.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 22:35:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/181533#M761</guid>
      <dc:creator>BrianBaldwin</dc:creator>
      <dc:date>2016-08-18T22:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: watching a folder with csv files.</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/181534#M762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As RJ stated above regarding&amp;nbsp;&lt;SPAN style="background-color: #ffffff; border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;Watch a folder for new .csv files&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt; Input:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"&lt;SPAN style="background-color: #ffffff;"&gt;Please keep in mind that a known limitation of this Input is that once it has read data from a particular file, it will not re-read that file - even if the file's contents are changed. Deleting and dragging a new copy of the file into the folder being watched has no effect. The Input is remembering the file name and will not re-read the file to re-ingest its event data. You must stop/restart the Input in order to re-read the file, or change the file's name."&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background: #deeaf6; border: 0px;"&gt;&lt;STRONG style="color: #1f4e79; border: 0px; font-weight: bold; font-size: 10pt;"&gt;Edit:&amp;nbsp; 23-Jan-2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: #deeaf6; border: 0px;"&gt;&lt;SPAN style="color: #1f4e79; border: 0px; font-weight: inherit; font-size: 10pt;"&gt;Behavior for the ‘Watch a Folder for New CSV Files’ inbound connector was changed at 10.5.1 to no longer require that a file’s name be changed for the input to consider it a new file. The mechanism watching the folder for new files still does not consider file properties such as changes to a file’s “last updated” timestamp or file size. However, if you want an input to re-read files you’ve placed in a folder, you can simply stop and restart your input connector and each file’s content will re-read with its content processed as newly received event records.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your python script needs to output an additional file into that folder, rather than update the existing file. &amp;nbsp;Also, from RJ's response, you cant just add the same file back into the folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would add some type of lookup in your python script to search the folder for the last filename, add a "_n" at the end of the new filename. &amp;nbsp;If _1 exists, grab the integer and +1. &amp;nbsp;For example your original file is "original.json", after your script runs it outputs an update to "original_1.json", next iteration would be "original_2.json". &amp;nbsp;This would ensure the new file would get picked up by that type of input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 13:31:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/181534#M762</guid>
      <dc:creator>AlexanderBrown5</dc:creator>
      <dc:date>2016-08-19T13:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: watching a folder with csv files.</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/181535#M763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/Alexander_Brown-esristaff"&gt;Alexander_Brown-esristaff&lt;/A&gt;‌ Thanks for pointing out that part of RJ's reply... definitely missed it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the idea/suggestion of creating a unique name on the file using the python script.&amp;nbsp; My solution was to return a datetime.now and append that on to the end of the filename.&amp;nbsp; I also kept the delete line in there so that I don't amass hundreds of old CSV files.&amp;nbsp; It's working well though, thanks for the idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 21:50:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/181535#M763</guid>
      <dc:creator>BrianBaldwin</dc:creator>
      <dc:date>2016-08-19T21:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: watching a folder with csv files.</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/181536#M764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the similar question:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I create an input "Watch a folder for new .csv files" connector.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;than an output "&lt;SPAN style="color: #505051; font-size: 15.6px;"&gt;Update a Feature"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #505051; font-size: 15.6px;"&gt;and use a service to connect two of them.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #505051; font-size: 15.6px;"&gt;In my monitor page I can see the input part is increasing&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #505051; font-size: 15.6px;"&gt;However, the service part and the output part remain 0&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #505051; font-size: 15.6px;"&gt;service&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #505051; font-size: 15.6px;"&gt;&lt;IMG __jive_id="405445" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/405445_pastedImage_1.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #505051; font-size: 15.6px;"&gt;input&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #505051; font-size: 15.6px;"&gt;&lt;IMG __jive_id="405497" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/405497_pastedImage_2.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #505051; font-size: 15.6px;"&gt;output&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #505051; font-size: 15.6px;"&gt;&lt;IMG __jive_id="405498" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/405498_pastedImage_3.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #505051; font-size: 15.6px;"&gt;I have try to restart all of the input and output but still not working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #505051; font-size: 15.6px;"&gt;I think that in the input number is increasing means that my data can be read by geoevent right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #505051; font-size: 15.6px;"&gt;But how come the service not working?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #505051; font-size: 15.6px;"&gt;Where do I miss??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #505051; font-size: 15.6px;"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;kevinliu&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2018 08:21:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/181536#M764</guid>
      <dc:creator>Han-WenLIU</dc:creator>
      <dc:date>2018-05-02T08:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: watching a folder with csv files.</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/181537#M765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add a screen shot of PTXTest, it is hard to provide an answer without knowing what the service looks like. Do you have a Field Mapper to 'join' the input to the output? The input is being read, but for whatever reason, your logic in the service is not getting to the output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2018 13:36:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/181537#M765</guid>
      <dc:creator>BrianBaldwin</dc:creator>
      <dc:date>2018-05-02T13:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: watching a folder with csv files.</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/181538#M766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh I'm sorry.&lt;/P&gt;&lt;P&gt;here is the screen shot:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="405584" class="image-1 jive-image" height="345" src="https://community.esri.com/legacyfs/online/405584_pastedImage_1.png" width="885" /&gt;&lt;/P&gt;&lt;P&gt;and the mapper is like this&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="405585" class="image-2 jive-image" height="203" src="https://community.esri.com/legacyfs/online/405585_pastedImage_2.png" width="534" /&gt;&lt;/P&gt;&lt;P&gt;here are input and output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" height="370" src="https://community.esri.com/legacyfs/online/405587_pastedImage_2.png" width="233" /&gt;&lt;IMG class="image-3 jive-image" height="308" src="https://community.esri.com/legacyfs/online/405586_pastedImage_1.png" width="241" /&gt;&lt;/P&gt;&lt;P&gt;I have tried with or without field mapper, I can't get the data in both situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2018 02:16:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/181538#M766</guid>
      <dc:creator>Han-WenLIU</dc:creator>
      <dc:date>2018-05-03T02:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: watching a folder with csv files.</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/181539#M767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the same issue, I still haven't got the input count even I change file name, add inside again.&lt;/P&gt;&lt;P&gt;I found an error in the log through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the error message, have any idea what are those?&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class="" dir="ltr" lang="en-au" style="margin-top: 1em; margin-bottom: 3em;"&gt;&lt;DIV&gt;&lt;DIV align="left" class="" dir="ltr" lang="en-au"&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="" colspan="1"&gt;esri.ges.fabric.internal.ZKPersistenceUtility&lt;/TD&gt;&lt;TD class="" colspan="1"&gt;KeeperErrorCode = ConnectionLoss for /geoevent/config/clusters/default/arcgisServerConnections/b9fb6823-da12-4381-8e2b-855aa1aad9ea.json/ServicesCache.json org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /geoevent/config/clusters/default/arcgisServerConnections/b9fb6823-da12-4381-8e2b-855aa1aad9ea.json/ServicesCache.json at org.apache.zookeeper.KeeperException.create(KeeperException.java:99)[23:org.apache.zookeeper.zookeeper-geoevent:3.5.0] at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)[23:org.apache.zookeeper.zookeeper-geoevent:3.5.0] at org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:1908)[23:org.apache.zookeeper.zookeeper-geoevent:3.5.0] at org.apache.curator.framework.imps.SetDataBuilderImpl$4.call(SetDataBuilderImpl.java:272)[386:curator-framework:3.1.0] at org.apache.curator.framework.imps.SetDataBuilderImpl$4.call(SetDataBuilderImpl.java:268)[386:curator-framework:3.1.0] at org.apache.curator.connection.StandardConnectionHandlingPolicy.callWithRetry(StandardConnectionHandlingPolicy.java:67)[387:curator-client:3.1.0] at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:99)[387:curator-client:3.1.0] at org.apache.curator.framework.imps.SetDataBuilderImpl.pathInForeground(SetDataBuilderImpl.java:265)[386:curator-framework:3.1.0] at org.apache.curator.framework.imps.SetDataBuilderImpl.forPath(SetDataBuilderImpl.java:251)[386:curator-framework:3.1.0] at org.apache.curator.framework.imps.SetDataBuilderImpl.forPath(SetDataBuilderImpl.java:39)[386:curator-framework:3.1.0] at com.esri.ges.fabric.internal.ZKPersistenceUtility.writeToPath(ZKPersistenceUtility.java:286)[77:com.esri.ges.persistence.zookeeper.zk-persistenceutility:10.5.1] at Proxy3e3e16b3_7f0d_43ae_b629_760aa838293a.writeToPath(Unknown Source)[:] at Proxy7d6ab7f4_95f5_4a75_83ee_1f279b55660e.writeToPath(Unknown Source)[:] at com.esri.ges.persistence.zookeeper.agsconnection.ZKArcGISServerConnectionDAO.persistServicesInfo(ZKArcGISServerConnectionDAO.java:251)[87:com.esri.ges.persistence.zookeeper.agsconnection:10.5.1] at Proxy1b4537cc_78b0_4c5e_967f_95879f61bf6d.persistServicesInfo(Unknown Source)[:] at Proxy93a7a385_e4f7_4f07_a60c_10dce2c13549.persistServicesInfo(Unknown Source)[:] at com.esri.ges.manager.datastore.agsconnection.internal.ArcGISServerConnectionManagerImpl.onArcGISServerConnectionStatusChange(ArcGISServerConnectionManagerImpl.java:790)[217:com.esri.ges.manager.internal-agsconnectionmanager:10.5.1] at com.esri.ges.datastore.agsconnection.DefaultArcGISServerConnection$CacheUpdater.update(DefaultArcGISServerConnection.java:163)[109:com.esri.ges.framework.datastore.agsconnection-datastore:10.5.1] at com.esri.ges.datastore.agsconnection.DefaultArcGISServerConnection$CacheUpdater.run(DefaultArcGISServerConnection.java:199)[109:com.esri.ges.framework.datastore.agsconnection-datastore:10.5.1]&lt;/TD&gt;&lt;TD class="" colspan="1"&gt;10 Sep 2018, 4:39:55 PM&lt;/TD&gt;&lt;TD class="" colspan="1"&gt;ERROR&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="" colspan="1"&gt;com.esri.ges.fabric.internal.ZKPersistenceUtility&lt;/TD&gt;&lt;TD class="" colspan="1"&gt;KeeperErrorCode = ConnectionLoss for /geoevent/config/clusters/default/arcgisServerConnections/b9fb6823-da12-4381-8e2b-855aa1aad9ea.json/ServicesCache.json org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /geoevent/config/clusters/default/arcgisServerConnections/b9fb6823-da12-4381-8e2b-855aa1aad9ea.json/ServicesCache.json at org.apache.zookeeper.KeeperException.create(KeeperException.java:99)[23:org.apache.zookeeper.zookeeper-geoevent:3.5.0] at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)[23:org.apache.zookeeper.zookeeper-geoevent:3.5.0] at org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:1908)[23:org.apache.zookeeper.zookeeper-geoevent:3.5.0] at org.apache.curator.framework.imps.SetDataBuilderImpl$4.call(SetDataBuilderImpl.java:272)[386:curator-framework:3.1.0] at org.apache.curator.framework.imps.SetDataBuilderImpl$4.call(SetDataBuilderImpl.java:268)[386:curator-framework:3.1.0] at org.apache.curator.connection.StandardConnectionHandlingPolicy.callWithRetry(StandardConnectionHandlingPolicy.java:67)[387:curator-client:3.1.0] at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:99)[387:curator-client:3.1.0] at org.apache.curator.framework.imps.SetDataBuilderImpl.pathInForeground(SetDataBuilderImpl.java:265)[386:curator-framework:3.1.0] at org.apache.curator.framework.imps.SetDataBuilderImpl.forPath(SetDataBuilderImpl.java:251)[386:curator-framework:3.1.0] at org.apache.curator.framework.imps.SetDataBuilderImpl.forPath(SetDataBuilderImpl.java:39)[386:curator-framework:3.1.0] at com.esri.ges.fabric.internal.ZKPersistenceUtility.writeToPath(ZKPersistenceUtility.java:286)[77:com.esri.ges.persistence.zookeeper.zk-persistenceutility:10.5.1] at Proxy3e3e16b3_7f0d_43ae_b629_760aa838293a.writeToPath(Unknown Source)[:] at Proxy7d6ab7f4_95f5_4a75_83ee_1f279b55660e.writeToPath(Unknown Source)[:] at com.esri.ges.persistence.zookeeper.agsconnection.ZKArcGISServerConnectionDAO.persistServicesInfo(ZKArcGISServerConnectionDAO.java:251)[87:com.esri.ges.persistence.zookeeper.agsconnection:10.5.1] at Proxy1b4537cc_78b0_4c5e_967f_95879f61bf6d.persistServicesInfo(Unknown Source)[:] at Proxy93a7a385_e4f7_4f07_a60c_10dce2c13549.persistServicesInfo(Unknown Source)[:] at com.esri.ges.manager.datastore.agsconnection.internal.ArcGISServerConnectionManagerImpl.onArcGISServerConnectionStatusChange(ArcGISServerConnectionManagerImpl.java:790)[217:com.esri.ges.manager.internal-agsconnectionmanager:10.5.1] at com.esri.ges.datastore.agsconnection.DefaultArcGISServerConnection$CacheUpdater.update(DefaultArcGISServerConnection.java:163)[109:com.esri.ges.framework.datastore.agsconnection-datastore:10.5.1] at com.esri.ges.datastore.agsconnection.DefaultArcGISServerConnection$CacheUpdater.run(DefaultArcGISServerConnection.java:199)[109:com.esri.ges.framework.datastore.agsconnection-datastore:10.5.1]&lt;/TD&gt;&lt;TD class="" colspan="1"&gt;10 Sep 2018, 4:33:25 PM&lt;/TD&gt;&lt;TD class="" colspan="1"&gt;ERROR&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Than&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 08:44:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/181539#M767</guid>
      <dc:creator>Than_HtetAung</dc:creator>
      <dc:date>2018-09-10T08:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: watching a folder with csv files.</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/1263416#M3898</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/374004"&gt;@Han-WenLIU&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/366"&gt;@BrianBaldwin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also having a similar issue. Were you able to find a solution to it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 07:44:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/1263416#M3898</guid>
      <dc:creator>wizgis</dc:creator>
      <dc:date>2023-03-02T07:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: watching a folder with csv files.</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/1263485#M3899</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/475615"&gt;@wizgis&lt;/a&gt;&amp;nbsp;- This was years ago - but I vaguely remember inserting a 'date-time' at the end of my CSV file name when I was generating the files. That way - GeoEvent saw the CSV as a new file - even if after parsing, some of the records had not changed or updated, but it worked to ensure GeoEvent saw it as a new file each time.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 13:50:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/watching-a-folder-with-csv-files/m-p/1263485#M3899</guid>
      <dc:creator>BrianBaldwin</dc:creator>
      <dc:date>2023-03-02T13:50:08Z</dc:date>
    </item>
  </channel>
</rss>

