<?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: Transferring from layer to shapefile in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/transferring-from-layer-to-shapefile/m-p/196742#M6729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why not simply add the new attributes to the original shapefle.&amp;nbsp; Or if you should not do that make a copy of the original shape file and simply add the new attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If those are not an option and you have not already added data to the new attribute simply use the data loader in ArcCatalog to load the original data into the new shapefile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I created a layer file with multiple lines, and I need to create new fields for those lines. I decided to create a new shapefile with the necessary fields. How do I transfer the data from my layer file into the new shapefile? There are 500-1,000 lines in the layer file so recreating the entire file would be excruciatingly tedious.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 May 2013 14:12:49 GMT</pubDate>
    <dc:creator>RobertBorchert</dc:creator>
    <dc:date>2013-05-06T14:12:49Z</dc:date>
    <item>
      <title>Transferring from layer to shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/transferring-from-layer-to-shapefile/m-p/196741#M6728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created a layer file with multiple lines, and I need to create new fields for those lines. I decided to create a new shapefile with the necessary fields. How do I transfer the data from my layer file into the new shapefile? There are 500-1,000 lines in the layer file so recreating the entire file would be excruciatingly tedious.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 14:09:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/transferring-from-layer-to-shapefile/m-p/196741#M6728</guid>
      <dc:creator>GuyCunningham</dc:creator>
      <dc:date>2013-05-06T14:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring from layer to shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/transferring-from-layer-to-shapefile/m-p/196742#M6729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why not simply add the new attributes to the original shapefle.&amp;nbsp; Or if you should not do that make a copy of the original shape file and simply add the new attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If those are not an option and you have not already added data to the new attribute simply use the data loader in ArcCatalog to load the original data into the new shapefile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I created a layer file with multiple lines, and I need to create new fields for those lines. I decided to create a new shapefile with the necessary fields. How do I transfer the data from my layer file into the new shapefile? There are 500-1,000 lines in the layer file so recreating the entire file would be excruciatingly tedious.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 14:12:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/transferring-from-layer-to-shapefile/m-p/196742#M6729</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2013-05-06T14:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring from layer to shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/transferring-from-layer-to-shapefile/m-p/196743#M6730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My original file is in layer form. Can I still add fields from there?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 14:36:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/transferring-from-layer-to-shapefile/m-p/196743#M6730</guid>
      <dc:creator>GuyCunningham</dc:creator>
      <dc:date>2013-05-06T14:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring from layer to shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/transferring-from-layer-to-shapefile/m-p/196744#M6731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A layer file really isn't a feature class. It is a pointer to the feature class and the desired symbology for that feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So when you open that layer file it will point to the original feature the layer file represents. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Open the layer file and export it as a shape file or to a database if you are uncertain about disposition of the feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, when you open the layer file you can click on list by source and see where the feature actually is.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;My original file is in layer form. Can I still add fields from there?&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 14:42:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/transferring-from-layer-to-shapefile/m-p/196744#M6731</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2013-05-06T14:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring from layer to shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/transferring-from-layer-to-shapefile/m-p/196745#M6732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That worked! Thank you very much!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 14:47:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/transferring-from-layer-to-shapefile/m-p/196745#M6732</guid>
      <dc:creator>GuyCunningham</dc:creator>
      <dc:date>2013-05-06T14:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring from layer to shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/transferring-from-layer-to-shapefile/m-p/196746#M6733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alas, I spoke too soon. When I converted to a shapefile, the properties no longer allow me to add fields (as I would do with any other shapefile). Is it now possible to transfer data between shapefiles?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 16:02:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/transferring-from-layer-to-shapefile/m-p/196746#M6733</guid>
      <dc:creator>GuyCunningham</dc:creator>
      <dc:date>2013-05-06T16:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring from layer to shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/transferring-from-layer-to-shapefile/m-p/196747#M6734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you exported the shape file did it add it back to your session.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try adding the fields in ArcCatalog&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Alas, I spoke too soon. When I converted to a shapefile, the properties no longer allow me to add fields (as I would do with any other shapefile). Is it now possible to transfer data between shapefiles?&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 17:17:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/transferring-from-layer-to-shapefile/m-p/196747#M6734</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2013-05-06T17:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring from layer to shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/transferring-from-layer-to-shapefile/m-p/196748#M6735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The file instantly showed up in ArcMap. I restarted ArcCatalog in order to see it but could not change the field data.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 17:49:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/transferring-from-layer-to-shapefile/m-p/196748#M6735</guid>
      <dc:creator>GuyCunningham</dc:creator>
      <dc:date>2013-05-06T17:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring from layer to shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/transferring-from-layer-to-shapefile/m-p/196749#M6736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;None of this sounds right.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the layer file to determine the origin of the shapefile.&amp;nbsp; Then import that shape file directly and export it as the new shape file and add your fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The file instantly showed up in ArcMap. I restarted ArcCatalog in order to see it but could not change the field data.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 18:20:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/transferring-from-layer-to-shapefile/m-p/196749#M6736</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2013-05-06T18:20:58Z</dc:date>
    </item>
  </channel>
</rss>

