<?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 Field Calculator: Syntax of text manipulation expressions in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/field-calculator-syntax-of-text-manipulation/m-p/577013#M2532</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got a RSS feed of earthquakes sending date, time, coordinates and depth in one string (description) as seen below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&amp;lt;title&amp;gt;M 4.2, Northern Chile&amp;lt;/title&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;description&amp;gt;2013-09-10 04:31:29 -23.20 -68.02 155 km A&amp;lt;/description&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;...[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since I did not manage to&amp;nbsp; seperate the long and lat coordinates with an RegEx Expression, cause they have got the same pattern, my question is if there is a possibility to split a string like this by using the field calculator? Furthermore, is there a documentation of all available text manipulation syntax?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried description.split('&amp;nbsp;&amp;nbsp; '), split(description,'&amp;nbsp;&amp;nbsp; ') but it did not work. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Sep 2013 06:40:43 GMT</pubDate>
    <dc:creator>TomPaschke</dc:creator>
    <dc:date>2013-09-10T06:40:43Z</dc:date>
    <item>
      <title>Field Calculator: Syntax of text manipulation expressions</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/field-calculator-syntax-of-text-manipulation/m-p/577013#M2532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got a RSS feed of earthquakes sending date, time, coordinates and depth in one string (description) as seen below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&amp;lt;title&amp;gt;M 4.2, Northern Chile&amp;lt;/title&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;description&amp;gt;2013-09-10 04:31:29 -23.20 -68.02 155 km A&amp;lt;/description&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;...[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since I did not manage to&amp;nbsp; seperate the long and lat coordinates with an RegEx Expression, cause they have got the same pattern, my question is if there is a possibility to split a string like this by using the field calculator? Furthermore, is there a documentation of all available text manipulation syntax?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried description.split('&amp;nbsp;&amp;nbsp; '), split(description,'&amp;nbsp;&amp;nbsp; ') but it did not work. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 06:40:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/field-calculator-syntax-of-text-manipulation/m-p/577013#M2532</guid>
      <dc:creator>TomPaschke</dc:creator>
      <dc:date>2013-09-10T06:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Field Calculator: Syntax of text manipulation expressions</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/field-calculator-syntax-of-text-manipulation/m-p/577014#M2533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tom,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FieldCalculator processor doesn't support text manipulation functions that can help you to resolve your issue at the moment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You may try to apply FieldCalculator RegEx processor. Try to come up with RegEx pattern syntax (you will need to come up with 4 different ones that match each piece of information you are looking for) that will serve your needs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Should you have further questions please feel free to ask.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vlad Plechnoy.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 14:40:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/field-calculator-syntax-of-text-manipulation/m-p/577014#M2533</guid>
      <dc:creator>VladislavPlechnoy</dc:creator>
      <dc:date>2013-09-11T14:40:04Z</dc:date>
    </item>
  </channel>
</rss>

