<?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: New Line Characters in Field Calculator Processor in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/new-line-characters-in-field-calculator-processor/m-p/134084#M587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="string token"&gt;"\n"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;join&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"hello"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"testing"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="string token"&gt;'hello\ntesting'&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;but that would mean that you are providing a list or tuple of things to your object&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 07:30:24 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2021-12-11T07:30:24Z</dc:date>
    <item>
      <title>New Line Characters in Field Calculator Processor</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/new-line-characters-in-field-calculator-processor/m-p/134083#M586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attempting to have a new line be created using a field calculator by just using \n in the expression. &amp;nbsp;However doing this results in \\n being stored after the calculation. &amp;nbsp;Any suggestions on how to get around this, is there a proper way&amp;nbsp;to escape backslashes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="expression used in field calculator processor" class="image-1 jive-image j-img-original" src="/legacyfs/online/368224_Screen Shot 2017-08-23 at 9.14.26 AM.png" style="width: 620px; height: 267px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="resulting JSON in feature layer" class="image-2 jive-image j-img-original" src="/legacyfs/online/368252_Screen Shot 2017-08-23 at 9.15.14 AM.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 13:07:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/new-line-characters-in-field-calculator-processor/m-p/134083#M586</guid>
      <dc:creator>JustinGreco</dc:creator>
      <dc:date>2017-08-23T13:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: New Line Characters in Field Calculator Processor</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/new-line-characters-in-field-calculator-processor/m-p/134084#M587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="string token"&gt;"\n"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;join&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"hello"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"testing"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="string token"&gt;'hello\ntesting'&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;but that would mean that you are providing a list or tuple of things to your object&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:30:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/new-line-characters-in-field-calculator-processor/m-p/134084#M587</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T07:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: New Line Characters in Field Calculator Processor</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/new-line-characters-in-field-calculator-processor/m-p/134085#M588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually just answered it myself by using &amp;lt;br&amp;gt; instead of \n. &amp;nbsp;Thanks for the other answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 13:43:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/new-line-characters-in-field-calculator-processor/m-p/134085#M588</guid>
      <dc:creator>JustinGreco</dc:creator>
      <dc:date>2017-08-23T13:43:14Z</dc:date>
    </item>
  </channel>
</rss>

