<?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 automatically create ID for existing feature classes? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-to-automatically-create-id-for-existing/m-p/1339569#M44746</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Just wondering that could I automatically to create IDs for the existing feature classes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I have pipes in the database already, the PIPEID fields are all Null, but I do not want to given them the IDs one by one.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MingLangLi_0-1697725468554.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/83471iBBCC31D217DF028A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MingLangLi_0-1697725468554.png" alt="MingLangLi_0-1697725468554.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How could I do something to create the IDs automatically.&lt;/P&gt;&lt;P&gt;Your help is appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Ming&lt;/P&gt;</description>
    <pubDate>Thu, 19 Oct 2023 14:25:12 GMT</pubDate>
    <dc:creator>MingLangLi</dc:creator>
    <dc:date>2023-10-19T14:25:12Z</dc:date>
    <item>
      <title>How to automatically create ID for existing feature classes?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-automatically-create-id-for-existing/m-p/1339569#M44746</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Just wondering that could I automatically to create IDs for the existing feature classes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I have pipes in the database already, the PIPEID fields are all Null, but I do not want to given them the IDs one by one.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MingLangLi_0-1697725468554.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/83471iBBCC31D217DF028A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MingLangLi_0-1697725468554.png" alt="MingLangLi_0-1697725468554.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How could I do something to create the IDs automatically.&lt;/P&gt;&lt;P&gt;Your help is appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Ming&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 14:25:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-automatically-create-id-for-existing/m-p/1339569#M44746</guid>
      <dc:creator>MingLangLi</dc:creator>
      <dc:date>2023-10-19T14:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically create ID for existing feature classes?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-automatically-create-id-for-existing/m-p/1339582#M44747</link>
      <description>&lt;P&gt;Do you have a certain way you want to ID them? Or just 1,2,3, etc?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 14:40:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-automatically-create-id-for-existing/m-p/1339582#M44747</guid>
      <dc:creator>leahmaps</dc:creator>
      <dc:date>2023-10-19T14:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically create ID for existing feature classes?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-automatically-create-id-for-existing/m-p/1339586#M44748</link>
      <description>&lt;P&gt;One way to accomplish this would be to write an attribute rule that would run every time a feature is created to give it a unique ID using a sequence. Then what you can do is take that arcade expression and use it in the calculate field tool on this layer (just make sure you set the language to Arcade).&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 14:44:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-automatically-create-id-for-existing/m-p/1339586#M44748</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2023-10-19T14:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically create ID for existing feature classes?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-automatically-create-id-for-existing/m-p/1339591#M44749</link>
      <description>&lt;P&gt;&lt;A href="https://youtu.be/T3v5Ff0UDBY?si=dDHdeone6qzHWw48" target="_blank"&gt;https://youtu.be/T3v5Ff0UDBY?si=dDHdeone6qzHWw48&lt;/A&gt;&amp;nbsp;Here is a YouTube Video explaining how to assign a simple number to the list.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In words, left click on the field header and choose calculate field. The expression type must be Python 3.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the "Helpers" group type (or scroll to) S and click Sequential Number, then apply. This will automatically give numbers to your items in order.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 14:55:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-automatically-create-id-for-existing/m-p/1339591#M44749</guid>
      <dc:creator>leahmaps</dc:creator>
      <dc:date>2023-10-19T14:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically create ID for existing feature classes?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-automatically-create-id-for-existing/m-p/1535194#M45370</link>
      <description>&lt;P&gt;Thank you for my late reply. I can do what your refer video says. Last question is how to add letters and symbol in front of the sequential number? Like DESR-?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 18:38:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-automatically-create-id-for-existing/m-p/1535194#M45370</guid>
      <dc:creator>MingLangLi721</dc:creator>
      <dc:date>2024-09-04T18:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically create ID for existing feature classes?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-automatically-create-id-for-existing/m-p/1535202#M45371</link>
      <description>&lt;P&gt;I prefer to use the Concatenate arcade method, but there are several other approaches. You can find an approach that outlines a few ways to handle the prefixing and concatenating in this post (also with a video):&amp;nbsp;&lt;A href="https://community.esri.com/t5/attribute-rules-videos/generating-unique-ids-with-attribute-rules/td-p/976527" target="_blank"&gt;Generating Unique IDs with Attribute Rules (NextSe... - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 18:53:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-automatically-create-id-for-existing/m-p/1535202#M45371</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2024-09-04T18:53:26Z</dc:date>
    </item>
  </channel>
</rss>

