<?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: ArcPro 2.5 field calculator bug in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcpro-2-5-field-calculator-bug/m-p/193902#M8584</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;interesting work around that delivers the correct output, i appreciate your help!&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;EM&gt;&lt;STRONG&gt;add another backslash as an escape character&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i submitted this bug to: support.esri.com/en/report-bug&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 May 2020 16:12:25 GMT</pubDate>
    <dc:creator>PRuss</dc:creator>
    <dc:date>2020-05-01T16:12:25Z</dc:date>
    <item>
      <title>ArcPro 2.5 field calculator bug</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpro-2-5-field-calculator-bug/m-p/193898#M8580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;"\\DPWTECHENG\Plat\" + !plat_book! + "_" + !plat_page! + ".tif"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;throws an syntax error in ArcPro 2.5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;"\\DPWTECHENG\Plat\ " + !plat_book! + "_" + !plat_page! + ".tif"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;is valid in ArcPro 2.5 field calculator, the only difference is adding a space after \Plat\&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;Problem: We don't want that extra space after \Plat\&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;any ideas on when this bug will be fixed?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 15:07:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpro-2-5-field-calculator-bug/m-p/193898#M8580</guid>
      <dc:creator>PRuss</dc:creator>
      <dc:date>2020-05-01T15:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPro 2.5 field calculator bug</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpro-2-5-field-calculator-bug/m-p/193899#M8581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure, can you use raw strings in field calculator? That might help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.journaldev.com/23598/python-raw-string" title="https://www.journaldev.com/23598/python-raw-string"&gt;Python Raw String - JournalDev&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this work for you?&amp;nbsp;&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;r&lt;SPAN class="string token"&gt;"\\DPWTECHENG\Plat\" + !plat_book! + "&lt;/SPAN&gt;_&lt;SPAN class="string token"&gt;" + !plat_page! + "&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;tif"&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 15:13:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpro-2-5-field-calculator-bug/m-p/193899#M8581</guid>
      <dc:creator>Katie_Clark</dc:creator>
      <dc:date>2020-05-01T15:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPro 2.5 field calculator bug</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpro-2-5-field-calculator-bug/m-p/193900#M8582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;same syntax error trying&amp;nbsp;&lt;/P&gt;&lt;PRE class="" style="color: #000000; background: #f5f2f0; border: 0px; margin: 0.5em 0px; padding: 1em 1em 1em 3.8em;"&gt;&lt;CODE style="border: 0px; font-weight: inherit;"&gt;r&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;"\\DPWTECHENG\Plat\" + !plat_book! + "&lt;/SPAN&gt;_&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;" + !plat_page! + "&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;tif"&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 15:19:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpro-2-5-field-calculator-bug/m-p/193900#M8582</guid>
      <dc:creator>PRuss</dc:creator>
      <dc:date>2020-05-01T15:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPro 2.5 field calculator bug</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpro-2-5-field-calculator-bug/m-p/193901#M8583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was playing around with this a bit, it seems to not like using r for a raw string. Instead, add another backslash as an escape character. (below is the code I used, so keep in mind I'm using all strings instead of referencing field names)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="string token"&gt;"\\\DPWTECHENG\Plat\\"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"plat_book"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"_"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"plat_page"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;".tif"&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That validates for me, and the extra backslash isn't included in the output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 15:31:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpro-2-5-field-calculator-bug/m-p/193901#M8583</guid>
      <dc:creator>Katie_Clark</dc:creator>
      <dc:date>2020-05-01T15:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPro 2.5 field calculator bug</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpro-2-5-field-calculator-bug/m-p/193902#M8584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;interesting work around that delivers the correct output, i appreciate your help!&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;EM&gt;&lt;STRONG&gt;add another backslash as an escape character&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i submitted this bug to: support.esri.com/en/report-bug&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 16:12:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpro-2-5-field-calculator-bug/m-p/193902#M8584</guid>
      <dc:creator>PRuss</dc:creator>
      <dc:date>2020-05-01T16:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPro 2.5 field calculator bug</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpro-2-5-field-calculator-bug/m-p/193903#M8585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it helped! &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For reference, here is a page on escape characters in Python:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.w3schools.com/python/gloss_python_escape_characters.asp" title="https://www.w3schools.com/python/gloss_python_escape_characters.asp"&gt;Python Escape Characters&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if this technically would qualify as a bug (not accepting raw strings in field calculator), but if you do get more relevant information from Esri regarding this, it would be awesome if you'd post back here with an update in case someone references this post in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Katherine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 17:17:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpro-2-5-field-calculator-bug/m-p/193903#M8585</guid>
      <dc:creator>Katie_Clark</dc:creator>
      <dc:date>2020-05-01T17:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPro 2.5 field calculator bug</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpro-2-5-field-calculator-bug/m-p/193904#M8586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works fine in ArcMap using VBScript:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"\\DPWTECHENG\Plat\" + [plat_book] + "_" + [plat_book] + ".tif"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have never understood why Pro did away with the VBScript option.... if something works better than alternatives why get rid of it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another ArcMap example doing something better than Pro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hyperlinks - after &lt;STRONG&gt;1&lt;/STRONG&gt; input into attribute table they work flawlessly in ArcMap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; in Pro one has to find workarounds for&amp;nbsp;lack of a solid working language (VBScript) &lt;STRONG&gt;&lt;EM&gt;and&lt;/EM&gt; &lt;/STRONG&gt;add additional coding e.g.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"&amp;lt;a href="&amp;nbsp; +&amp;nbsp; [plat] + " target=_top&amp;gt;" +&amp;nbsp; [plat_book] + "_" + [plat_page]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;and then once these 2 extra steps are done, there is a significant lag time when clicking the hyperlinks in Pro, often having to click them several times before they open.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;I linked this thread to the Report Bug to highlight all of these Pro limitations that need to be fixed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt; I know I am not the only one spending way too much time (many hours) diagnosing, finding workarounds, and documenting these unacceptable issues... Esri has had 5 years to get Pro to come correct, starting to think it is never going to happen.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 20:29:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpro-2-5-field-calculator-bug/m-p/193904#M8586</guid>
      <dc:creator>PRuss</dc:creator>
      <dc:date>2020-05-01T20:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPro 2.5 field calculator bug</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpro-2-5-field-calculator-bug/m-p/193905#M8587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of trying to figure out how to construct the path with all the \ which are Python escape characters, use the very handy os function, os.path.join():&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;os.path.join(r&lt;SPAN style="background-color: #ffffff;"&gt;"\\DPWTECHENG\Plat", !plat_book! + "_" + !plat_page! + ".tif"&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2020 07:58:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpro-2-5-field-calculator-bug/m-p/193905#M8587</guid>
      <dc:creator>DrewFlater</dc:creator>
      <dc:date>2020-05-02T07:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPro 2.5 field calculator bug</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpro-2-5-field-calculator-bug/m-p/193906#M8588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/338119" target="_blank"&gt;P Russ&lt;/A&gt;‌, the issue you are running into isn't a defect, either in Field Calculator or Python, it is a misunderstanding of the syntax for Python strings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although I support Katherine's suggestion on using raw strings for paths, her first suggestion using a raw string&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;"\\DPWTECHENG\Plat\" + !plat_book! + "&lt;/SPAN&gt;_&lt;SPAN class="string token"&gt;" + !plat_page! + "&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;tif"
  File &lt;SPAN class="string token"&gt;"&amp;lt;stdin&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;
    r&lt;SPAN class="string token"&gt;"\\DPWTECHENG\Plat\" + !plat_book! + "&lt;/SPAN&gt;_&lt;SPAN class="string token"&gt;" + !plat_page! + "&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;tif"
                                           &lt;SPAN class="operator token"&gt;^&lt;/SPAN&gt;
SyntaxError&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; invalid syntax
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&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;was still invalid because a "a raw literal cannot end in a single backslash"&amp;nbsp; (&lt;A class="link-titled" href="https://docs.python.org/3.7/reference/lexical_analysis.html" title="https://docs.python.org/3.7/reference/lexical_analysis.html" rel="nofollow noopener noreferrer" target="_blank"&gt;2. Lexical analysis — Python 3.7.7 documentation&lt;/A&gt;&amp;nbsp;).&amp;nbsp; Although raw strings treat backslashes as normal characters, that doesn't apply when the backslash is the final character in a sequence.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:43:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpro-2-5-field-calculator-bug/m-p/193906#M8588</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2021-12-11T09:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPro 2.5 field calculator bug</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpro-2-5-field-calculator-bug/m-p/193907#M8589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regarding:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;i have never understood why Pro did away with the VBScript option&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Esri did away with VBScript because the world is doing away with VBScript.&amp;nbsp; Although Microsoft hasn't formally retired VBScript, it has been an orphaned language that is dying a slow death for many years.&amp;nbsp; Microsoft itself has started disabling VBScript in components of Windows operating systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;if something works better than alternatives&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I am not sure which alternatives you are referring to, but Pro offers support for Python and Arcade, and both are more robust already than VBScript ever was.&amp;nbsp; I personally don't like that Esri went and created yet another proprietary scripting language, but my dislike for what Esri did doesn't prevent me from seeing where the language has gotten in a relatively short time. And regarding Python, well, Python is one of the most popular scripting languages in the world and is incredibly robust and continuing to get better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2020 14:38:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpro-2-5-field-calculator-bug/m-p/193907#M8589</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-05-02T14:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPro 2.5 field calculator bug</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpro-2-5-field-calculator-bug/m-p/193908#M8590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3420"&gt;Joshua Bixby&lt;/A&gt;‌, thanks for adding your insight! I love when I actually learn something myself when helping others with their questions, it's the best part of Geonet&amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2020 15:57:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpro-2-5-field-calculator-bug/m-p/193908#M8590</guid>
      <dc:creator>Katie_Clark</dc:creator>
      <dc:date>2020-05-02T15:57:28Z</dc:date>
    </item>
  </channel>
</rss>

