<?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 How to remove right spaces on a field selected to create symbology -&amp;gt; catagories -&amp;gt; unique in ArcMap Questions</title>
    <link>https://community.esri.com/t5/arcmap-questions/how-to-remove-right-spaces-on-a-field-selected-to/m-p/1165587#M3678</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I added a layer in a map and created unique categories selecting a text field. The problem now is that this field sometimes has blank spaces on the right so the values are not selected.&lt;/P&gt;&lt;P&gt;Is there a way to truncate all empty characters from a text field in the symbology section?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 19 Apr 2022 11:58:32 GMT</pubDate>
    <dc:creator>JoseSanchez</dc:creator>
    <dc:date>2022-04-19T11:58:32Z</dc:date>
    <item>
      <title>How to remove right spaces on a field selected to create symbology -&gt; catagories -&gt; unique</title>
      <link>https://community.esri.com/t5/arcmap-questions/how-to-remove-right-spaces-on-a-field-selected-to/m-p/1165587#M3678</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I added a layer in a map and created unique categories selecting a text field. The problem now is that this field sometimes has blank spaces on the right so the values are not selected.&lt;/P&gt;&lt;P&gt;Is there a way to truncate all empty characters from a text field in the symbology section?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 11:58:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/how-to-remove-right-spaces-on-a-field-selected-to/m-p/1165587#M3678</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2022-04-19T11:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove right spaces on a field selected to create symbology -&gt; catagories -&gt; unique</title>
      <link>https://community.esri.com/t5/arcmap-questions/how-to-remove-right-spaces-on-a-field-selected-to/m-p/1165616#M3679</link>
      <description>&lt;P&gt;You will need to remove the spaces in the table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;the trim command should remove leading and trailing spaces from a field in a calculate field&lt;/P&gt;&lt;P&gt;trim($feature.&amp;lt;field&amp;gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 13:02:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/how-to-remove-right-spaces-on-a-field-selected-to/m-p/1165616#M3679</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2022-04-19T13:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove right spaces on a field selected to create symbology -&gt; catagories -&gt; unique</title>
      <link>https://community.esri.com/t5/arcmap-questions/how-to-remove-right-spaces-on-a-field-selected-to/m-p/1165834#M3680</link>
      <description>&lt;P&gt;or with the python parser, there are lots of options ...&lt;/P&gt;&lt;LI-CODE lang="python"&gt;a = "your field   "
a.strip()
'your field'

b = "    your field   "
b.strip()
'your field'

c = "    your field   "
c.rstrip()
'    your field'

c.lstrip()
'your field   '&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 19:28:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/how-to-remove-right-spaces-on-a-field-selected-to/m-p/1165834#M3680</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-04-19T19:28:19Z</dc:date>
    </item>
  </channel>
</rss>

