<?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: TAB-separated values in tcp-text-in in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/tab-separated-values-in-tcp-text-in/m-p/545829#M2393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Erik -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect, from testing I’ve conducted, that the issue has something to do with the GeoEvent Simulator. I say this because I can drag/drop the same file I'm loading into the GeoEvent Simulator to a system folder being watched for CSV input and the Text adapter being used by both inbound connectors honors a specified &lt;EM&gt;Attribute Separator&lt;/EM&gt; &lt;STRONG&gt;&lt;EM&gt;\u0009&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt; &lt;/EM&gt;(unicode value for &amp;lt;tab&amp;gt;) where as event data sent from the GeoEvent Simulator does not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my test, I configured a &lt;EM&gt;tcp-text-in&lt;/EM&gt; input:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;To create a GeoEvent Definition based on delimited data it receives&lt;/LI&gt;&lt;LI&gt;Specifying an Attribute Separator as either &lt;SPAN style="font-family: 'courier new', courier;"&gt;\t&lt;/SPAN&gt; or &lt;SPAN style="font-family: 'courier new', courier;"&gt;\u0009&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;… the event definition created by the input had only one event field, suggesting the attribute separator was not recognized&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="85216" alt="Capture.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/85216_Capture.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if I configure a file-csv-in input with similar specifications .. the event definition created has the expected fields:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="85325" alt="Capture.png" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/85325_Capture.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for bringing this to our attention. I've submitted an issue to investigate the GeoEvent Simulator's handling of the tab delimited data. It's interesting that changing &amp;lt;tab&amp;gt; to semi-colon (;) in the input and specifying &lt;SPAN style="font-family: 'courier new', courier;"&gt;\u003B&lt;/SPAN&gt; as the attribute separator works for both the GeoEvent Simulator and System File inputs. I suspect that the &amp;lt;tab&amp;gt; characters are being treated as some special form of whitespace by the Simulator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- RJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Apr 2015 02:43:32 GMT</pubDate>
    <dc:creator>RJSunderman</dc:creator>
    <dc:date>2015-04-15T02:43:32Z</dc:date>
    <item>
      <title>TAB-separated values in tcp-text-in</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/tab-separated-values-in-tcp-text-in/m-p/545828#M2392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have anyone had any luck using TAB-separated attribute values into a tcp-text-in input connector?! &lt;SPAN style="line-height: 1.5;"&gt;I have tried '\t' and '\u0008' as attribute separator in the input connector without success.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im using a simple simulation csv-file loaded into the simulation tool like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABBER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "A"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "B"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "C"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "D"&lt;/P&gt;&lt;P&gt;TABBER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "E"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "F"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "G"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "H"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...and a simple geoevent service like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tcp-text-in ---&amp;gt; tcp-text-out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result is...nothing but two geoevent definitions created:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABBER"A"B"C"D&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No Fields found.&lt;/P&gt;&lt;P&gt;TABBER"E"F"G"H&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No Fields found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 15:25:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/tab-separated-values-in-tcp-text-in/m-p/545828#M2392</guid>
      <dc:creator>ErikLanhammar</dc:creator>
      <dc:date>2015-04-14T15:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: TAB-separated values in tcp-text-in</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/tab-separated-values-in-tcp-text-in/m-p/545829#M2393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Erik -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect, from testing I’ve conducted, that the issue has something to do with the GeoEvent Simulator. I say this because I can drag/drop the same file I'm loading into the GeoEvent Simulator to a system folder being watched for CSV input and the Text adapter being used by both inbound connectors honors a specified &lt;EM&gt;Attribute Separator&lt;/EM&gt; &lt;STRONG&gt;&lt;EM&gt;\u0009&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt; &lt;/EM&gt;(unicode value for &amp;lt;tab&amp;gt;) where as event data sent from the GeoEvent Simulator does not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my test, I configured a &lt;EM&gt;tcp-text-in&lt;/EM&gt; input:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;To create a GeoEvent Definition based on delimited data it receives&lt;/LI&gt;&lt;LI&gt;Specifying an Attribute Separator as either &lt;SPAN style="font-family: 'courier new', courier;"&gt;\t&lt;/SPAN&gt; or &lt;SPAN style="font-family: 'courier new', courier;"&gt;\u0009&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;… the event definition created by the input had only one event field, suggesting the attribute separator was not recognized&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="85216" alt="Capture.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/85216_Capture.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if I configure a file-csv-in input with similar specifications .. the event definition created has the expected fields:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="85325" alt="Capture.png" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/85325_Capture.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for bringing this to our attention. I've submitted an issue to investigate the GeoEvent Simulator's handling of the tab delimited data. It's interesting that changing &amp;lt;tab&amp;gt; to semi-colon (;) in the input and specifying &lt;SPAN style="font-family: 'courier new', courier;"&gt;\u003B&lt;/SPAN&gt; as the attribute separator works for both the GeoEvent Simulator and System File inputs. I suspect that the &amp;lt;tab&amp;gt; characters are being treated as some special form of whitespace by the Simulator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- RJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 02:43:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/tab-separated-values-in-tcp-text-in/m-p/545829#M2393</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2015-04-15T02:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: TAB-separated values in tcp-text-in</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/tab-separated-values-in-tcp-text-in/m-p/545830#M2394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Erik -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We are making enhancements to the GeoEvent Simulator which should support the loading and simulation of data which uses &amp;lt;tab&amp;gt; characters to separate the different fields in an event. Please send an e-mail to the team alias &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:geoevent@esri.com"&gt;geoevent@esri.com&lt;/A&gt;&lt;SPAN&gt; and request the Simulator update if you want to help test it out.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- RJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 23:03:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/tab-separated-values-in-tcp-text-in/m-p/545830#M2394</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2015-04-16T23:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: TAB-separated values in tcp-text-in</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/tab-separated-values-in-tcp-text-in/m-p/545831#M2395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks RJ, I sent the request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 08:47:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/tab-separated-values-in-tcp-text-in/m-p/545831#M2395</guid>
      <dc:creator>ErikLanhammar</dc:creator>
      <dc:date>2015-04-17T08:47:02Z</dc:date>
    </item>
  </channel>
</rss>

