<?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: Copying Features WITH Attributes in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/copying-features-with-attributes/m-p/347993#M19924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks guys, got it to work. I first re-entered the fields exactly by hand...took foreverrrr... but on the next go I used geodatabase and created it that way. Good solutions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2012 16:32:48 GMT</pubDate>
    <dc:creator>ZacharyTheberge</dc:creator>
    <dc:date>2012-06-26T16:32:48Z</dc:date>
    <item>
      <title>Copying Features WITH Attributes</title>
      <link>https://community.esri.com/t5/data-management-questions/copying-features-with-attributes/m-p/347988#M19919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to copy features from one shape file to another, while also transferring the attributes (in the attributes table) as well. I can copy/paste the features using the editor tool to get the features on the map, but the attribute table is pretty much empty. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm only looking for copying some of the features from one layer to another, and am befuddled on how to get the data too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a bunch!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 16:51:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/copying-features-with-attributes/m-p/347988#M19919</guid>
      <dc:creator>ZacharyTheberge</dc:creator>
      <dc:date>2012-06-25T16:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Features WITH Attributes</title>
      <link>https://community.esri.com/t5/data-management-questions/copying-features-with-attributes/m-p/347989#M19920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001700000050000000"&gt;Append tool&lt;/A&gt;&lt;SPAN&gt; to append features from a certain dataset into a target dataset.&amp;nbsp; If features are selected in the input dataset, only those features will be appended, (or copied), into the target dataset.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 17:28:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/copying-features-with-attributes/m-p/347989#M19920</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2012-06-25T17:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Features WITH Attributes</title>
      <link>https://community.esri.com/t5/data-management-questions/copying-features-with-attributes/m-p/347990#M19921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To get attributes to come over with the shapes in a copy and paste, there must be an exact match of the field names in the copied from and pasted into layers.&amp;nbsp;&amp;nbsp; Different field types or lengths can also be a problem.&amp;nbsp; If you don't have a good match you will have to add fields with those exact names to the layer to be copied, use the calculator to fill them from your existing fields, and then copy and paste.&amp;nbsp; Alternately, if you don't mind creating a new layer with the fields of both layers in it you can use the merge tool on selected records.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 11:34:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/copying-features-with-attributes/m-p/347990#M19921</guid>
      <dc:creator>JohnSobetzer</dc:creator>
      <dc:date>2012-06-26T11:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Features WITH Attributes</title>
      <link>https://community.esri.com/t5/data-management-questions/copying-features-with-attributes/m-p/347991#M19922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Jon. But I seem to still be having trouble. When I use the append tool, it makes a copy of of the selected points into the new shape file, but the attribute table is only made up of two columns, FID and Shape* (point). I'm looking to transfer all of the attributes from the input (around thirty columns of info) into the new shape file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 12:34:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/copying-features-with-attributes/m-p/347991#M19922</guid>
      <dc:creator>ZacharyTheberge</dc:creator>
      <dc:date>2012-06-26T12:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Features WITH Attributes</title>
      <link>https://community.esri.com/t5/data-management-questions/copying-features-with-attributes/m-p/347992#M19923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Like John said, you'll need to make sure that the fields match exactly.&amp;nbsp; What you should do is create a new file geodatabase and a new feature class in the file geodatabase.&amp;nbsp; Within the wizard to create the new feature class, you'll get to the window to manage fields, as well as the option to import fields in the same window.&amp;nbsp; Import the fields from the old shapefile, then you have two options:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1)&amp;nbsp; You can either go into an edit session on the new feature class, select features you want to copy, and copy and paste them into the new feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2)&amp;nbsp; Run the append using the old shapefile and new feature class as inputs, (the new feature class will be your target).&amp;nbsp; This will append all records from the old shapefile to the new one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In both workflows, since the fields of both datasets are identical, the values of the records will be populated with the corresponding values.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 14:37:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/copying-features-with-attributes/m-p/347992#M19923</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2012-06-26T14:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Features WITH Attributes</title>
      <link>https://community.esri.com/t5/data-management-questions/copying-features-with-attributes/m-p/347993#M19924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks guys, got it to work. I first re-entered the fields exactly by hand...took foreverrrr... but on the next go I used geodatabase and created it that way. Good solutions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 16:32:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/copying-features-with-attributes/m-p/347993#M19924</guid>
      <dc:creator>ZacharyTheberge</dc:creator>
      <dc:date>2012-06-26T16:32:48Z</dc:date>
    </item>
  </channel>
</rss>

