<?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: How do you stop duplicate data in a feature class from being created? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-do-you-stop-duplicate-data-in-a-feature-class/m-p/443334#M25279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Parcel splitting is a common enough task, but you need to use tools which are aware&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;of the problem.&amp;nbsp; A google on 'arcgis parcel splitting' returns what appears to be a&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;number of ways to address the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Sep 2012 19:01:33 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2012-09-21T19:01:33Z</dc:date>
    <item>
      <title>How do you stop duplicate data in a feature class from being created?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-do-you-stop-duplicate-data-in-a-feature-class/m-p/443331#M25276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I may have asked this before but I'll ask again since 10.1 is now out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a feature class with over 65,000 rows of data. This is stored in ArcSDE 9.3.1, hosted in Oracle 10gr2. I am using ArcMap 10.0.4 myself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Each row should have a unique feature id. Sometimes features need to be split into two and what I have now found, having done a distinct query on a copy of the feature class in SQL Developer, is 26 rows of duplicated ids.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there anyway to stop this from occurring? In Oracle itself I can simply apply a unique key constraint but I've yet to find anything in ArcMap or ArcSDE to stop this from occurring. Is their anything available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 11:51:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-do-you-stop-duplicate-data-in-a-feature-class/m-p/443331#M25276</guid>
      <dc:creator>TimLangner</dc:creator>
      <dc:date>2012-09-04T11:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do you stop duplicate data in a feature class from being created?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-do-you-stop-duplicate-data-in-a-feature-class/m-p/443332#M25277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to handle the split operation for external constraints, of which ArcGIS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;has no knowledge. A unique key constraint would prevent you from editing in a &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;versioned environment, and wouldn't solve the id split issue, so you need either&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;application code or a trigger (the latter can be risky if you don't handle valid&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;duplicates [aka versioned edits] correctly).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 13:14:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-do-you-stop-duplicate-data-in-a-feature-class/m-p/443332#M25277</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-09-04T13:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do you stop duplicate data in a feature class from being created?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-do-you-stop-duplicate-data-in-a-feature-class/m-p/443333#M25278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your reply vangelo. I'm not looking to do anything risky. I was just looking to do it all within the safe boundaries of ArcGIS itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume from your comments that it is not possible. I have now upgraded to 10.1 and I get the impression it isn't possible in that either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 15:16:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-do-you-stop-duplicate-data-in-a-feature-class/m-p/443333#M25278</guid>
      <dc:creator>TimLangner</dc:creator>
      <dc:date>2012-09-21T15:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do you stop duplicate data in a feature class from being created?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-do-you-stop-duplicate-data-in-a-feature-class/m-p/443334#M25279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Parcel splitting is a common enough task, but you need to use tools which are aware&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;of the problem.&amp;nbsp; A google on 'arcgis parcel splitting' returns what appears to be a&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;number of ways to address the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 19:01:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-do-you-stop-duplicate-data-in-a-feature-class/m-p/443334#M25279</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-09-21T19:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do you stop duplicate data in a feature class from being created?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-do-you-stop-duplicate-data-in-a-feature-class/m-p/443335#M25280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your reply. I had not thought of using any of the land parcel tools. The data set I am working with is a record of features that are maintained. For example grass; flower beds; roads; pavements and so on. I've generally been spiting and merging polygons via digitising the split line for a split or selecting the require polygons and merging them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I would manually change the ID numbers to assign a new one or I would note the unused number and assign it else where to remove id number gaps. I only do this because the process is manual.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 08:02:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-do-you-stop-duplicate-data-in-a-feature-class/m-p/443335#M25280</guid>
      <dc:creator>TimLangner</dc:creator>
      <dc:date>2012-09-24T08:02:01Z</dc:date>
    </item>
  </channel>
</rss>

