<?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: Attribute Editing in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-editing/m-p/1596165#M94071</link>
    <description>&lt;P&gt;Looks like your field calculator was something like NAME + " " + TYPE? You'll notice that 905th Park Rd for example already has Rd in the NAME field, so when you tacked on TYPE, you got two "Rd"s. Depending on how big your dataset is, you might want to sort through and remove those. You could do a Select By Attribute NAME LIKE '%RD' which will highlight all instances where there is text where the last two characters are RD. Then just change for all your different street types.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Mar 2025 16:16:08 GMT</pubDate>
    <dc:creator>ZachBodenner</dc:creator>
    <dc:date>2025-03-17T16:16:08Z</dc:date>
    <item>
      <title>Attribute Editing</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-editing/m-p/1596160#M94069</link>
      <description>&lt;P&gt;Hello!&lt;BR /&gt;I need some assistance with how to edit a few attributes. I did a calculate field process that worked, but it duplicated some of my values in the process. I am editing some data in relation to streets and street types, so some of my values now have duplicated street type information. What are a few ways I can go about editing this? I am working on this through ArcGIS Pro.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GISIntern21_0-1742227563159.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/128049i2D38B5219F474A4E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GISIntern21_0-1742227563159.png" alt="GISIntern21_0-1742227563159.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 16:07:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/attribute-editing/m-p/1596160#M94069</guid>
      <dc:creator>GISIntern21</dc:creator>
      <dc:date>2025-03-17T16:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Editing</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-editing/m-p/1596165#M94071</link>
      <description>&lt;P&gt;Looks like your field calculator was something like NAME + " " + TYPE? You'll notice that 905th Park Rd for example already has Rd in the NAME field, so when you tacked on TYPE, you got two "Rd"s. Depending on how big your dataset is, you might want to sort through and remove those. You could do a Select By Attribute NAME LIKE '%RD' which will highlight all instances where there is text where the last two characters are RD. Then just change for all your different street types.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 16:16:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/attribute-editing/m-p/1596165#M94071</guid>
      <dc:creator>ZachBodenner</dc:creator>
      <dc:date>2025-03-17T16:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Editing</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-editing/m-p/1596596#M94105</link>
      <description>&lt;P&gt;If you did&amp;nbsp;&lt;SPAN&gt;NAME + " " + TYPE to calculate the RoadName field, you need to clean up your NAME field first.&amp;nbsp; I'd recommend using the arcade Replace function or the .replace python method. You could replace " RD", " AVE", " TRAIL", " CIR", etc. with "", to remove all the types from the name field.. since the type is already in the type field.&amp;nbsp; Making sure to include the space before the road type.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then you can do NAME + " " + TYPE&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 15:27:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/attribute-editing/m-p/1596596#M94105</guid>
      <dc:creator>JamesPoeschel</dc:creator>
      <dc:date>2025-03-18T15:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Editing</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-editing/m-p/1596633#M94111</link>
      <description>&lt;P&gt;Thank you!! Would I utilize this with an if/else statement? How would the formatting look for a replace function?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 16:18:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/attribute-editing/m-p/1596633#M94111</guid>
      <dc:creator>GISIntern21</dc:creator>
      <dc:date>2025-03-18T16:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Editing</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-editing/m-p/1597086#M94152</link>
      <description>&lt;P&gt;When removing/replacing the duplicate values in the NAME field, how would I format a script that would obtain this objective? I'm still very new to Python, and the help pages I've looked at so far have directed me to utilize a Reclassification to change those values. Is this the correct method to utilize? I've used the .replace() to initially change values such as 'Block' to 'BL,' so I would assume I would have to use that function to some degree to replace 'DR' to ' ' as an example.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 14:14:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/attribute-editing/m-p/1597086#M94152</guid>
      <dc:creator>GISIntern21</dc:creator>
      <dc:date>2025-03-19T14:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Editing</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-editing/m-p/1597089#M94153</link>
      <description>&lt;P&gt;You could use an Arcade replace function.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;// Set up the street name
var n = NAME

// Search NAME for the string ' St' and replace with no characters. Repeat for other street types.
var r = replace(NAME,' St','')
return r&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 19 Mar 2025 14:24:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/attribute-editing/m-p/1597089#M94153</guid>
      <dc:creator>ZachBodenner</dc:creator>
      <dc:date>2025-03-19T14:24:43Z</dc:date>
    </item>
  </channel>
</rss>

