<?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: No Find and Replace tool in ArcGIS Pro in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369910#M16191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there is one. If you want to replace text, pick your attribute, click Calculate, type in the first box:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;replace&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;!YOURFIELDNAME!&lt;SPAN class="punctuation token"&gt;)&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;and in the "Code Block" box:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; re
&lt;SPAN class="keyword token"&gt;def&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;replace&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;val&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
 &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; re&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;sub &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'OLDVALUE'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'NEWVALUE'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; val&lt;SPAN class="punctuation token"&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..or just stick with&amp;nbsp;ArcMap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 17:08:56 GMT</pubDate>
    <dc:creator>LR</dc:creator>
    <dc:date>2021-12-11T17:08:56Z</dc:date>
    <item>
      <title>No Find and Replace tool in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369908#M16189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see a tool to find and replace text in the attribute table of ArcGIS Pro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 13:06:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369908#M16189</guid>
      <dc:creator>deleted-user-eL1mKkp8gJc9</dc:creator>
      <dc:date>2015-10-06T13:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: No Find and Replace tool in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369909#M16190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also have this question, can the find and replace tool be found anywhere when looking at attribute table records? Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 22:26:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369909#M16190</guid>
      <dc:creator>deleted-user-ZhHMF2V6QPku</dc:creator>
      <dc:date>2016-09-13T22:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: No Find and Replace tool in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369910#M16191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there is one. If you want to replace text, pick your attribute, click Calculate, type in the first box:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;replace&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;!YOURFIELDNAME!&lt;SPAN class="punctuation token"&gt;)&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;and in the "Code Block" box:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; re
&lt;SPAN class="keyword token"&gt;def&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;replace&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;val&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
 &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; re&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;sub &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'OLDVALUE'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'NEWVALUE'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; val&lt;SPAN class="punctuation token"&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..or just stick with&amp;nbsp;ArcMap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 17:08:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369910#M16191</guid>
      <dc:creator>LR</dc:creator>
      <dc:date>2021-12-11T17:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: No Find and Replace tool in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369911#M16192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;  Thank you, I think I will be going back to ArcMap. I keep trying with Pro&lt;/P&gt;&lt;P&gt;but they still need a bit more time. Appreciate the help.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Alvaro Campomanes&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GIS Technician I&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Protected Resources Division&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOAA Fisheries West Coast Region&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;U.S. Department of Commerce&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;503-231-2377&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;alvaro.campomanes@noaa.gov&lt;/STRONG&gt; &amp;lt;shanna.dunn@noaa.gov&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Contractor with Ocean Associates, Inc.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;www.westcoast.fisheries.noaa.gov&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2016 18:02:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369911#M16192</guid>
      <dc:creator>deleted-user-ZhHMF2V6QPku</dc:creator>
      <dc:date>2016-09-14T18:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: No Find and Replace tool in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369912#M16193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alvaro and &lt;A href="https://community.esri.com/people/StephenSmithAOT"&gt;StephenSmithAOT&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd encourage you to please post this as an idea in the &lt;A href="https://community.esri.com/space/2167"&gt;ArcGIS Ideas&lt;/A&gt;‌ space. &amp;nbsp;See &lt;A href="https://community.esri.com/docs/DOC-8266"&gt;Submitting a New Idea&lt;/A&gt;‌ if you're not familiar with the process. &amp;nbsp;Ideas allow the community to vote and share the ways that they use this functionality. &amp;nbsp;In this case, you and others will be able to share why the Find and Replace functionality is important to your daily workflows, and why not having it in Pro is keeping you from using Pro (which sounds like the case for you).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 15:22:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369912#M16193</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2017-03-06T15:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: No Find and Replace tool in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369913#M16194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please go to &lt;A href="https://community.esri.com/ideas/13295" target="_blank"&gt;https://community.esri.com/ideas/13295&lt;/A&gt;‌ and up vote that Idea if this functionality is important to you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2021 08:31:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369913#M16194</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2021-06-22T08:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: No Find and Replace tool in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369914#M16195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was very useful. It works. thank you!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 09:06:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369914#M16195</guid>
      <dc:creator>ThomasGersthofer1</dc:creator>
      <dc:date>2017-03-28T09:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: No Find and Replace tool in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369915#M16196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@@esri My 2 red cents worth: &amp;nbsp;So is this the new norm for re-writing the core software? &amp;nbsp;We, as user, have to tell you every little feature we're missing in Pro that is in Arcmap now and we use daily, just so we can get it added back? &amp;nbsp;What a way to do business. &amp;nbsp;Why don't you make it work like the current version we're used to using then build on that? &amp;nbsp;And you wonder why we get so frustrated at change. &amp;nbsp;Way to go esri... &amp;nbsp;Not happy with this way of thinking at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was also the case where we lost "Spatial Join" functionality being changed from Arcview 3.x, where a spatial join could be placed using the "shape" fields of 2 feature classes without creating new output, we can no longer do! &amp;nbsp;Another, is the "Select Path" in the coverage days where you could select 2 line segments and it would find the shortest path between them, where did that go? &amp;nbsp;So, why do we keep losing legacy good useful tools in each new release? &amp;nbsp;Please explain... Or just add 'em back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 19:39:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369915#M16196</guid>
      <dc:creator>JakeKrall</dc:creator>
      <dc:date>2017-08-02T19:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: No Find and Replace tool in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369916#M16197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Over the weekend I spent a considerable amount of time trying to use the code block above.&amp;nbsp; Very frustrating when it doesn't work.&amp;nbsp; I don't appreciate Esri forcing users to become Python scripting gurus.&amp;nbsp; There is NO reason the same SIMPLE tool found in ArcMap shouldn't have been part of first release of ArcGIS Pro.&amp;nbsp; Especially if they are taking Catalog away as a separate interface to work with data.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 11:57:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369916#M16197</guid>
      <dc:creator>Kenny_Ratliff</dc:creator>
      <dc:date>2017-10-09T11:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: No Find and Replace tool in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369917#M16198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I put the script in a model, see if it works. You should be able to just pick the layer and field you want to change. Text has to be in quotation marks. Reopen the table to see the change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 15:00:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369917#M16198</guid>
      <dc:creator>LR</dc:creator>
      <dc:date>2017-10-09T15:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: No Find and Replace tool in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369918#M16199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for taking the time to do that!&amp;nbsp; I will pull the model down and see what happens.&amp;nbsp; I made changes with quotations, spaces, commas, etc. with no success over the weekend.&amp;nbsp; Hopefully, this will point out what I was missing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 15:59:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369918#M16199</guid>
      <dc:creator>Kenny_Ratliff</dc:creator>
      <dc:date>2017-10-09T15:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: No Find and Replace tool in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369919#M16200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a screenshot of my results.&amp;nbsp; I'm not smart enough to cipher through the error message.&amp;nbsp; However, I recognize some similar notation to my attempts with the manual input.&amp;nbsp; Thoughts?&amp;nbsp; Much appreciated!&lt;IMG alt="LR_TextReplacer_errormsg" class="image-1 jive-image j-img-original" src="/legacyfs/online/376491_Pro_replace issue.jpg" style="width: 620px; height: 600px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 16:15:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369919#M16200</guid>
      <dc:creator>Kenny_Ratliff</dc:creator>
      <dc:date>2017-10-09T16:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: No Find and Replace tool in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369920#M16201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like the script works on a text field.&amp;nbsp; I'm guessing your RDCLASS is either a Short or Long?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/raze"&gt;raze&lt;/A&gt;‌ Can you verify that the script should work with integers as well as text?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 16:33:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369920#M16201</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2017-10-09T16:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: No Find and Replace tool in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369921#M16202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data being used was downloaded from a resource website.&amp;nbsp; In checking on this, yes - the field is a Long, numeric format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 18:31:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369921#M16202</guid>
      <dc:creator>Kenny_Ratliff</dc:creator>
      <dc:date>2017-10-09T18:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: No Find and Replace tool in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369922#M16203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&amp;nbsp;it only works with text,&amp;nbsp;you'd need&amp;nbsp;some type casting to make it work with numbers. I'll, uh, look at it later.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 13:00:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369922#M16203</guid>
      <dc:creator>LR</dc:creator>
      <dc:date>2017-10-10T13:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: No Find and Replace tool in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369923#M16204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would sincerely appreciate it.&amp;nbsp; This is interesting, as I'm pretty sure I've had no problems replacing numbers in ArcMap regardless of field type.&amp;nbsp; (I could be wrong.&amp;nbsp; Going to test to see.)&amp;nbsp; But this appears to be another easy tool, gone bad in Pro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 13:07:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369923#M16204</guid>
      <dc:creator>Kenny_Ratliff</dc:creator>
      <dc:date>2017-10-10T13:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: No Find and Replace tool in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369924#M16205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Myth - Confirmed.&amp;nbsp; This took about 30 seconds or less to accomplish in ArcMap.&amp;nbsp; With the same data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone from Esri is following this conversation, I would recommend changing the status of this string.&amp;nbsp; It is showing Assumed Answered.&amp;nbsp; From my perspective, it's not.&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 13:26:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369924#M16205</guid>
      <dc:creator>Kenny_Ratliff</dc:creator>
      <dc:date>2017-10-10T13:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: No Find and Replace tool in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369925#M16206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Added numbers while waiting for something to get rasterized. Will probably wreck anything that isn't text (use "") or integers. Maybe I'll add float/decimals/whatever later. Incremental updates, one line at a time&amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 14:04:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369925#M16206</guid>
      <dc:creator>LR</dc:creator>
      <dc:date>2017-10-10T14:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: No Find and Replace tool in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369926#M16207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are the man, LR!&amp;nbsp; Thanks for taking the time to do this.&amp;nbsp; Will give it a whirl in a bit and advise results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 14:10:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369926#M16207</guid>
      <dc:creator>Kenny_Ratliff</dc:creator>
      <dc:date>2017-10-10T14:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: No Find and Replace tool in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369927#M16208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Advising the results of the latest version - success.&amp;nbsp; It changed the long integer field with no issues.&amp;nbsp; Thanks again for figuring this out!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 21:02:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/no-find-and-replace-tool-in-arcgis-pro/m-p/369927#M16208</guid>
      <dc:creator>Kenny_Ratliff</dc:creator>
      <dc:date>2017-10-11T21:02:29Z</dc:date>
    </item>
  </channel>
</rss>

