<?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: Replace existing feature class data with new shapefile data in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/replace-existing-feature-class-data-with-new/m-p/630004#M35584</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/asrujit_pb"&gt;asrujit_pb&lt;/A&gt;&amp;nbsp;&amp;nbsp; since this one is "answered" and the other isn't, I put the duplicate comment on the other thread (and pointed here).&amp;nbsp; &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Mar 2017 17:48:10 GMT</pubDate>
    <dc:creator>RebeccaStrauch__GISP</dc:creator>
    <dc:date>2017-03-23T17:48:10Z</dc:date>
    <item>
      <title>Replace existing feature class data with new shapefile data</title>
      <link>https://community.esri.com/t5/data-management-questions/replace-existing-feature-class-data-with-new/m-p/629995#M35575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to replace existing feature class data with new shapefile data.&amp;nbsp; I receive periodic data updates in shapefile format&amp;nbsp;that I would like to apply to existing feature classes.&amp;nbsp; IE existing feature class has 20 k rows of data, new file is updated with 2000 new rows of data, so 22k rows in the new shapefile.&lt;/P&gt;&lt;P&gt;I thought truncate (then load)&amp;nbsp;would work, but getting an error.&amp;nbsp;&amp;nbsp; Is there a more straight forward method I'm missing?&lt;/P&gt;&lt;P&gt;Any advice greatly appreciated ,....Thanks!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using ArcGIS 10.4.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2017 15:33:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replace-existing-feature-class-data-with-new/m-p/629995#M35575</guid>
      <dc:creator>NCantwell</dc:creator>
      <dc:date>2017-03-13T15:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Replace existing feature class data with new shapefile data</title>
      <link>https://community.esri.com/t5/data-management-questions/replace-existing-feature-class-data-with-new/m-p/629996#M35576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not &lt;A href="http://desktop.arcgis.com/en/arcmap/10.4/tools/data-management-toolbox/append.htm"&gt;append&lt;/A&gt; the new records to the existing feature class?&lt;/P&gt;&lt;P&gt;The new records will get added to the destination feature class, so you won't have to worry about replacing it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2017 15:52:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replace-existing-feature-class-data-with-new/m-p/629996#M35576</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2017-03-13T15:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Replace existing feature class data with new shapefile data</title>
      <link>https://community.esri.com/t5/data-management-questions/replace-existing-feature-class-data-with-new/m-p/629997#M35577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&amp;nbsp; I always receive a complete new file (rather than just the new records).&amp;nbsp; So there's some edits, and new records.&lt;/P&gt;&lt;P&gt;So I prefer to just replace the records all together.&amp;nbsp; I just tried "delete rows (data management)"&amp;nbsp; , then&amp;nbsp; loaded the new data.&amp;nbsp; Worked fine,&amp;nbsp; but is that a reliable efficient solution?&amp;nbsp; For the number of files I have to update, its not a big deal........&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2017 17:03:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replace-existing-feature-class-data-with-new/m-p/629997#M35577</guid>
      <dc:creator>NCantwell</dc:creator>
      <dc:date>2017-03-13T17:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Replace existing feature class data with new shapefile data</title>
      <link>https://community.esri.com/t5/data-management-questions/replace-existing-feature-class-data-with-new/m-p/629998#M35578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case, check the &lt;STRONG&gt;Overwrite the output of geoprocessing operations&lt;/STRONG&gt; in&lt;STRONG&gt; &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/analyze/executing-tools/using-geoprocessing-options-to-control-tool-execution.htm#GUID-08953B03-43A8-459E-B430-656C628AE9DA"&gt;Geoprocessing options&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;of ArcMap.&lt;/P&gt;&lt;P&gt;Then run&lt;STRONG&gt; &lt;A href="http://desktop.arcgis.com/en/arcmap/10.4/tools/data-management-toolbox/copy-features.htm"&gt;Copy Features&lt;/A&gt;&lt;/STRONG&gt; tool to overwrite the older output.&lt;/P&gt;&lt;P&gt;You could automate the process, if required, by using it in a model builder or a python script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2017 17:29:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replace-existing-feature-class-data-with-new/m-p/629998#M35578</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2017-03-13T17:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Replace existing feature class data with new shapefile data</title>
      <link>https://community.esri.com/t5/data-management-questions/replace-existing-feature-class-data-with-new/m-p/629999#M35579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;worked great,&amp;nbsp; thank you.&amp;nbsp;&amp;nbsp; Must beware of lack of warnings though, as I inadvertently overwrote a line file with a point file, different table structure.&lt;/P&gt;&lt;P&gt;Handy for me though,&amp;nbsp; thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 15:42:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replace-existing-feature-class-data-with-new/m-p/629999#M35579</guid>
      <dc:creator>NCantwell</dc:creator>
      <dc:date>2017-03-14T15:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Replace existing feature class data with new shapefile data</title>
      <link>https://community.esri.com/t5/data-management-questions/replace-existing-feature-class-data-with-new/m-p/630000#M35580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am glad that it worked for you!!! &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 13:03:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replace-existing-feature-class-data-with-new/m-p/630000#M35580</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2017-03-15T13:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Replace existing feature class data with new shapefile data</title>
      <link>https://community.esri.com/t5/data-management-questions/replace-existing-feature-class-data-with-new/m-p/630001#M35581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DeleteRows is not efficient (no "delete" is), but &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/truncatetable.htm"&gt;TruncateTable&lt;/A&gt; is, not that it would much matter with only 20k rows (but if you cross 500k rows, you'll notice a difference).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 13:42:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replace-existing-feature-class-data-with-new/m-p/630001#M35581</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2017-03-23T13:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Replace existing feature class data with new shapefile data</title>
      <link>https://community.esri.com/t5/data-management-questions/replace-existing-feature-class-data-with-new/m-p/630002#M35582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While &lt;A href="https://community.esri.com/people/jayanta.poddar"&gt;jayanta.poddar&lt;/A&gt;‌ has answered your question I'll add a little tidbit as well: &amp;nbsp;I overwrite existing feature classes all the time, using the delete features tool, followed by the append tool in a model. &amp;nbsp;By doing so, I maintain the original schema of my target feature class, empty it out and replace it completely. &amp;nbsp;Using the append tool in a model is great in it allows you to set up mapping fields from the source data to the target data once and only once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 13:43:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replace-existing-feature-class-data-with-new/m-p/630002#M35582</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2017-03-23T13:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Replace existing feature class data with new shapefile data</title>
      <link>https://community.esri.com/t5/data-management-questions/replace-existing-feature-class-data-with-new/m-p/630003#M35583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Duplicate Post:&amp;nbsp;&lt;A href="https://community.esri.com/thread/191686-replace-existing-feature-class-data-with-new-shapefile-data"&gt;https://community.esri.com/thread/191686-replace-existing-feature-class-data-with-new-shapefile-data&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 13:49:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replace-existing-feature-class-data-with-new/m-p/630003#M35583</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2017-03-23T13:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Replace existing feature class data with new shapefile data</title>
      <link>https://community.esri.com/t5/data-management-questions/replace-existing-feature-class-data-with-new/m-p/630004#M35584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/asrujit_pb"&gt;asrujit_pb&lt;/A&gt;&amp;nbsp;&amp;nbsp; since this one is "answered" and the other isn't, I put the duplicate comment on the other thread (and pointed here).&amp;nbsp; &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 17:48:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replace-existing-feature-class-data-with-new/m-p/630004#M35584</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2017-03-23T17:48:10Z</dc:date>
    </item>
  </channel>
</rss>

