<?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: String to Int or vice versa in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/string-to-int-or-vice-versa/m-p/1569831#M91400</link>
    <description>&lt;LI-CODE lang="python"&gt;a = 123456789.0

str(int(a))
'123456789'&lt;/LI-CODE&gt;&lt;P&gt;int or round, then str&lt;/P&gt;</description>
    <pubDate>Wed, 18 Dec 2024 16:37:46 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2024-12-18T16:37:46Z</dc:date>
    <item>
      <title>String to Int or vice versa</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/string-to-int-or-vice-versa/m-p/1569787#M91397</link>
      <description>&lt;P&gt;I have a point feature and a table that I need to join based on parcel ID. I need to make the parcel IDs both ints or strings. These are fairly small and simple files, but I am not able to cast to int, or remove a .0 that appears at the end if I cast to string. Is there a simple fix to this? Please and thanks.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RickOHaratheonly_0-1734534019570.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/122021iCA8D09DE72445273/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RickOHaratheonly_0-1734534019570.png" alt="RickOHaratheonly_0-1734534019570.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;.0 added at the end.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RickOHaratheonly_1-1734534904417.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/122025i73519B7CC5640E41/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RickOHaratheonly_1-1734534904417.png" alt="RickOHaratheonly_1-1734534904417.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm not sure how this was created, but removing the last 2 characters doesn't seem to be possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RickOHaratheonly_2-1734535076708.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/122026i335545572A6AC21A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RickOHaratheonly_2-1734535076708.png" alt="RickOHaratheonly_2-1734535076708.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 15:18:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/string-to-int-or-vice-versa/m-p/1569787#M91397</guid>
      <dc:creator>RickOHaratheonly</dc:creator>
      <dc:date>2024-12-18T15:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: String to Int or vice versa</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/string-to-int-or-vice-versa/m-p/1569831#M91400</link>
      <description>&lt;LI-CODE lang="python"&gt;a = 123456789.0

str(int(a))
'123456789'&lt;/LI-CODE&gt;&lt;P&gt;int or round, then str&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 16:37:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/string-to-int-or-vice-versa/m-p/1569831#M91400</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-12-18T16:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: String to Int or vice versa</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/string-to-int-or-vice-versa/m-p/1570210#M91429</link>
      <description>&lt;P&gt;That worked. Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 15:39:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/string-to-int-or-vice-versa/m-p/1570210#M91429</guid>
      <dc:creator>RickOHaratheonly</dc:creator>
      <dc:date>2024-12-19T15:39:20Z</dc:date>
    </item>
  </channel>
</rss>

