<?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: add dots between numbers in attribute field in ArcMap Questions</title>
    <link>https://community.esri.com/t5/arcmap-questions/add-dots-between-numbers-in-attribute-field/m-p/1333763#M4624</link>
    <description>&lt;P&gt;Ibuava,&lt;/P&gt;&lt;P&gt;The result of this operation will be a string. Numeric values do not have "dots" in them. Within python, as a string, you can use a simple string slice and append function, such as:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;oldNum = str(1234567890)
newNum = oldNum[:2] + "." + oldNum[2:4] + "." + oldNum[4:7] +"." + oldNum[7:]
newNum
'12.34.567.890'&lt;/LI-CODE&gt;&lt;P&gt;This assumes the oldNum is 10 characters in each entry.&lt;/P&gt;&lt;P&gt;If it is not always10 characters, work from the end of the string value to the front, instead.&lt;/P&gt;&lt;P&gt;If you are trying to do something else, please provide more information so you can get a targeted response to your question.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Sep 2023 15:05:29 GMT</pubDate>
    <dc:creator>JimCousins</dc:creator>
    <dc:date>2023-09-29T15:05:29Z</dc:date>
    <item>
      <title>add dots between numbers in attribute field</title>
      <link>https://community.esri.com/t5/arcmap-questions/add-dots-between-numbers-in-attribute-field/m-p/1333675#M4623</link>
      <description>&lt;P&gt;hello guys i need to add dots between numbers in attribute field data for example i have 1234567890 and in need something to meke it like this: 12.34.567.890 for example. vb scrypt or python&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 09:58:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/add-dots-between-numbers-in-attribute-field/m-p/1333675#M4623</guid>
      <dc:creator>lbuava</dc:creator>
      <dc:date>2023-09-29T09:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: add dots between numbers in attribute field</title>
      <link>https://community.esri.com/t5/arcmap-questions/add-dots-between-numbers-in-attribute-field/m-p/1333763#M4624</link>
      <description>&lt;P&gt;Ibuava,&lt;/P&gt;&lt;P&gt;The result of this operation will be a string. Numeric values do not have "dots" in them. Within python, as a string, you can use a simple string slice and append function, such as:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;oldNum = str(1234567890)
newNum = oldNum[:2] + "." + oldNum[2:4] + "." + oldNum[4:7] +"." + oldNum[7:]
newNum
'12.34.567.890'&lt;/LI-CODE&gt;&lt;P&gt;This assumes the oldNum is 10 characters in each entry.&lt;/P&gt;&lt;P&gt;If it is not always10 characters, work from the end of the string value to the front, instead.&lt;/P&gt;&lt;P&gt;If you are trying to do something else, please provide more information so you can get a targeted response to your question.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 15:05:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/add-dots-between-numbers-in-attribute-field/m-p/1333763#M4624</guid>
      <dc:creator>JimCousins</dc:creator>
      <dc:date>2023-09-29T15:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: add dots between numbers in attribute field</title>
      <link>https://community.esri.com/t5/arcmap-questions/add-dots-between-numbers-in-attribute-field/m-p/1334430#M4628</link>
      <description>&lt;P&gt;thanks for your response, that is exactly what i need but i have big date over 20K, i need to do this for all of them. Will this function work for all of them?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 06:59:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/add-dots-between-numbers-in-attribute-field/m-p/1334430#M4628</guid>
      <dc:creator>lbuava</dc:creator>
      <dc:date>2023-10-03T06:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: add dots between numbers in attribute field</title>
      <link>https://community.esri.com/t5/arcmap-questions/add-dots-between-numbers-in-attribute-field/m-p/1334475#M4629</link>
      <description>&lt;P&gt;Yes, it should not be an issue.&lt;/P&gt;&lt;P&gt;NOTE: You should create a new field and calculate it based off of the original, so if there are any problems, you still have access to the original source field and values.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 12:00:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/add-dots-between-numbers-in-attribute-field/m-p/1334475#M4629</guid>
      <dc:creator>JimCousins</dc:creator>
      <dc:date>2023-10-03T12:00:16Z</dc:date>
    </item>
  </channel>
</rss>

