<?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 Attribute Rules and Split Road Centerline in Attribute Rules Questions</title>
    <link>https://community.esri.com/t5/attribute-rules-questions/attribute-rules-and-split-road-centerline/m-p/1311084#M1022</link>
    <description>&lt;P&gt;I have created the attribute rules for our road centerline feature class. I would like to know how I can handle if an existing road is split so that both sides keep all fields with the correct data.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jul 2023 16:55:49 GMT</pubDate>
    <dc:creator>GISAdmin_2008</dc:creator>
    <dc:date>2023-07-24T16:55:49Z</dc:date>
    <item>
      <title>Attribute Rules and Split Road Centerline</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/attribute-rules-and-split-road-centerline/m-p/1311084#M1022</link>
      <description>&lt;P&gt;I have created the attribute rules for our road centerline feature class. I would like to know how I can handle if an existing road is split so that both sides keep all fields with the correct data.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 16:55:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/attribute-rules-and-split-road-centerline/m-p/1311084#M1022</guid>
      <dc:creator>GISAdmin_2008</dc:creator>
      <dc:date>2023-07-24T16:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Rules and Split Road Centerline</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/attribute-rules-and-split-road-centerline/m-p/1311188#M1023</link>
      <description>&lt;P&gt;That depends how your road centerlines are setup. In our case, each centerline has address ranges for both sides, so splitting one requires manually assigning the address ranges to each of the two new segments. I don't think that's something you could do with attribute rules alone, but ESRI's Address Management solution uses that exact scenario in a promo video I saw. I haven't tried it myself, but it looks enticing.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 20:09:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/attribute-rules-and-split-road-centerline/m-p/1311188#M1023</guid>
      <dc:creator>BuffaloCoWI</dc:creator>
      <dc:date>2023-07-24T20:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Rules and Split Road Centerline</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/attribute-rules-and-split-road-centerline/m-p/1311634#M1032</link>
      <description>&lt;P&gt;The easiest way is to set the rule to execute on Insert, and then change the split-policy on the line to delete-insert-insert. This way when you do a split, what will really happen is 3 events&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The original long line will be deleted. (if you have a delete AR it will trigger here)&lt;/P&gt;&lt;P&gt;the first segment will be inserted (to the left anchor) and attribute rule will be triggered&amp;nbsp;&lt;/P&gt;&lt;P&gt;the second segment will be inserted (to the right of the split anchor) and attribute rules will be triggered on insert&lt;/P&gt;&lt;P&gt;all attributes are preserved from the original line (essentially duplicated)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can handle the same thing with the existing split policy (update insert) its just little harder.&lt;/P&gt;&lt;P&gt;you can change the split policy from the properties of the class.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 17:30:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/attribute-rules-and-split-road-centerline/m-p/1311634#M1032</guid>
      <dc:creator>HusseinNasser2</dc:creator>
      <dc:date>2023-07-25T17:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Rules and Split Road Centerline</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/attribute-rules-and-split-road-centerline/m-p/1344719#M1166</link>
      <description>&lt;P&gt;I have a very similar question to this one.&amp;nbsp; In my case, my staff are splitting stormwater lines, and we have an attribute rule that automatically adds a new ID number from a sequence to a new line (feature).&amp;nbsp; We are using the update/insert method.&amp;nbsp; When we split a line, it adds a new ID number to one of the split lines and keeps the existing ID on the other.&amp;nbsp; We've noticed in our testing, that the shorter line segment always gets the new ID and the longer always keeps the existing ID.&amp;nbsp; We'd like to understand why this happens.&amp;nbsp; Will the update/insert rule always give the new ID to the shorter segment?&amp;nbsp; Is that the default behavior that the software has buried somewhere in the code?&amp;nbsp; If it is the default behavior, we just want to know so we understand what will happen.&amp;nbsp; We haven't found any answers to this question in the help documents/pages.&lt;/P&gt;&lt;P&gt;We are using Pro 3.1 with an Enterprise Geodatabase.&amp;nbsp; Thanks for your response!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 21:38:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/attribute-rules-and-split-road-centerline/m-p/1344719#M1166</guid>
      <dc:creator>MatthewStull1</dc:creator>
      <dc:date>2023-11-01T21:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Rules and Split Road Centerline</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/attribute-rules-and-split-road-centerline/m-p/1344739#M1167</link>
      <description>&lt;P&gt;Good question and yes that is the split contract as we have written it for consistency . The longer piece gets the "update" of the geometry while the shorter one gets to be inserted that is why the shorter one gets the new ID because that is where the logic to generate id lives.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 22:04:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/attribute-rules-and-split-road-centerline/m-p/1344739#M1167</guid>
      <dc:creator>HusseinNasser2</dc:creator>
      <dc:date>2023-11-01T22:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Rules and Split Road Centerline</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/attribute-rules-and-split-road-centerline/m-p/1404847#M1377</link>
      <description>&lt;P&gt;Would it be possible to provide an example of the arcade code that would do these "3 events"?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 20:10:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/attribute-rules-and-split-road-centerline/m-p/1404847#M1377</guid>
      <dc:creator>DarrylKlassen1</dc:creator>
      <dc:date>2024-04-02T20:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Rules and Split Road Centerline</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/attribute-rules-and-split-road-centerline/m-p/1404864#M1378</link>
      <description>&lt;P&gt;Yes, you simply change the split model from update/insert to, delete insert insert&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HusseinNasser2_1-1712092397843.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/99810iCACED312D01C9F37/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HusseinNasser2_1-1712092397843.png" alt="HusseinNasser2_1-1712092397843.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 21:13:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/attribute-rules-and-split-road-centerline/m-p/1404864#M1378</guid>
      <dc:creator>HusseinNasser2</dc:creator>
      <dc:date>2024-04-02T21:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Rules and Split Road Centerline</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/attribute-rules-and-split-road-centerline/m-p/1404873#M1379</link>
      <description>&lt;P&gt;Great, we will give that a try.&amp;nbsp; Txs&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 21:25:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/attribute-rules-and-split-road-centerline/m-p/1404873#M1379</guid>
      <dc:creator>DarrylKlassen1</dc:creator>
      <dc:date>2024-04-02T21:25:38Z</dc:date>
    </item>
  </channel>
</rss>

