<?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 Convert Shape file (points) to CSV or TXT in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/convert-shape-file-points-to-csv-or-txt/m-p/16436#M602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;I’m having some trouble with shape files.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px; margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;I’ve generated a shape file (I think) from a raster by using the ‘Raster to Point’ and then ‘Extract values to points’ functions however I now need to convert the output shape file (points) into a CSV or TXT file. Ultimately I need to be able to view the data in excel (2010) such that I can see ‘point ID’, X, Y and Z in the columns of the spreadsheet.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;I’m sure there is some unfathomably simple solution to this problem but I haven’t yet been able to find one on the net.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;If anyone out there has any idea how to achieve this I’d greatly appreciate any help you could offer.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S. It would be generous to call be a novice at this stuff so if you have a solution for me please spell it out in layman’s terms.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Cheers folks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Aug 2014 02:00:00 GMT</pubDate>
    <dc:creator>MatthewMcDonald2</dc:creator>
    <dc:date>2014-08-30T02:00:00Z</dc:date>
    <item>
      <title>Convert Shape file (points) to CSV or TXT</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/convert-shape-file-points-to-csv-or-txt/m-p/16436#M602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;I’m having some trouble with shape files.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px; margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;I’ve generated a shape file (I think) from a raster by using the ‘Raster to Point’ and then ‘Extract values to points’ functions however I now need to convert the output shape file (points) into a CSV or TXT file. Ultimately I need to be able to view the data in excel (2010) such that I can see ‘point ID’, X, Y and Z in the columns of the spreadsheet.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;I’m sure there is some unfathomably simple solution to this problem but I haven’t yet been able to find one on the net.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;If anyone out there has any idea how to achieve this I’d greatly appreciate any help you could offer.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S. It would be generous to call be a novice at this stuff so if you have a solution for me please spell it out in layman’s terms.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Cheers folks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2014 02:00:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/convert-shape-file-points-to-csv-or-txt/m-p/16436#M602</guid>
      <dc:creator>MatthewMcDonald2</dc:creator>
      <dc:date>2014-08-30T02:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Shape file (points) to CSV or TXT</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/convert-shape-file-points-to-csv-or-txt/m-p/16437#M603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When exporting a raster converted to points to Excel be aware that the amount of information (# of points) can be very high making it hard to manage in Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose that the shapefile you have does not have the X and Y columns yet, right? If that is the case, you could add them as attributes to the shapefile. Open the attribute table of the shapefile and add the fields X and Y as double fields. Right click on the column name and choose calculate geometry. Calculate the geometry property X for field X and Y for Y. You can read more about this here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//005s00000027000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//005s00000027000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next you can use the Table to Excel tool in the conversion toolbox to convert it to an Excel file. More on the tool can be found here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//001200000054000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//001200000054000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are you planning to do with the data in Excel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Xander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2014 02:22:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/convert-shape-file-points-to-csv-or-txt/m-p/16437#M603</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2014-08-30T02:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Shape file (points) to CSV or TXT</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/convert-shape-file-points-to-csv-or-txt/m-p/16438#M604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Xander&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My apologies for the lateness of my reply. Thank you for your advice, I will give it a go as soon as I can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm about to head out bush for a few weeks (wherein internet and/or electricity are scarce) so i will be unable to test immediately however i will let you know how i go ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 08:10:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/convert-shape-file-points-to-csv-or-txt/m-p/16438#M604</guid>
      <dc:creator>MatthewMcDonald2</dc:creator>
      <dc:date>2014-09-11T08:10:05Z</dc:date>
    </item>
  </channel>
</rss>

