<?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: Problems with creating feature class from xy table in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/problems-with-creating-feature-class-from-xy-table/m-p/611239#M34453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What ended up working was similar, though I did not need to fool with access. I created a personal geodatabase and imported the table. Once there I was able to change the data types for the z data column to double like the x and y data. Then I was able to create the feature class from xyz data no problem. I still have no clue what was wrong with the original table, though. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Feb 2016 00:44:43 GMT</pubDate>
    <dc:creator>ChrisM</dc:creator>
    <dc:date>2016-02-21T00:44:43Z</dc:date>
    <item>
      <title>Problems with creating feature class from xy table</title>
      <link>https://community.esri.com/t5/data-management-questions/problems-with-creating-feature-class-from-xy-table/m-p/611235#M34449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't recall ever having trouble creating feature classes from xy tables. Usually, I have a table in excel and I save it as either csv or txt and follow the steps in ArcCatalog. I have a bunch of x,y,z data points I recently converted from an arbitrary grid to UTM. Looks fine in some programs like Global Mapper, but I'm having a hell of a time in ArcGIS/Catalog. When it works, only about 4 points show up (when there are almost 2000). Also, most of the time arccatalog is not reading the z value and giving me this option in the dropdown. Sometimes it does and then when I try again it doesnt. I checked the properties and the z values are set either as text or long integer, where as x and y as double. I can't seem to change the data types, though. I basically just want a shapefile with points with the x, y, and z data. Any suggestions? I've tried formatting cells in excel to numbers before saving as a csv or txt with no change. However, whenever I do try to open the file as an excel worksheet rather than the csv or txt I get an error saying something like, can't connect with data base, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggestions? I've never encountered this issue before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 23:03:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/problems-with-creating-feature-class-from-xy-table/m-p/611235#M34449</guid>
      <dc:creator>ChrisM</dc:creator>
      <dc:date>2016-02-19T23:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with creating feature class from xy table</title>
      <link>https://community.esri.com/t5/data-management-questions/problems-with-creating-feature-class-from-xy-table/m-p/611236#M34450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is obviously something odd about the numbers in the file. And are not being interpreted properly when importing the table.&lt;/P&gt;&lt;P&gt;Why not try using the access text importer instead. Use ArcCatalog to create a personal goedb (Access mdb).&lt;/P&gt;&lt;P&gt;Then close AC, and open the mdb using access, then import. There you can specify the field types, headers etc.&lt;/P&gt;&lt;P&gt;Once you have your table in access, do the usual, create the feature class. Don't forget to specify the coordinate system correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2016 08:23:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/problems-with-creating-feature-class-from-xy-table/m-p/611236#M34450</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-02-20T08:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with creating feature class from xy table</title>
      <link>https://community.esri.com/t5/data-management-questions/problems-with-creating-feature-class-from-xy-table/m-p/611237#M34451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible for you to share come of the records (more than 4, since the first 4 work)?&amp;nbsp; It may be you have an extra comma in the .csv, or a missing value or some other value that it can not deal with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are use using &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/make-xy-event-layer.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/make-xy-event-layer.htm"&gt;Make XY Event Layer—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp; once the table is in ArcMap to get the point to show? Remember to set the coordinate/reference system for the imported coordinates, and save it to a shape or feature class to make it "permanent". &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2016 17:35:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/problems-with-creating-feature-class-from-xy-table/m-p/611237#M34451</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-02-20T17:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with creating feature class from xy table</title>
      <link>https://community.esri.com/t5/data-management-questions/problems-with-creating-feature-class-from-xy-table/m-p/611238#M34452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was just using the create feature class from xy table in AC. I tried out your second option and, again, the z data do not appear (i.e., it just gives me x and y in the drop down despite the fact there is a column of z data). That said, however, all the points show up. But since I want to create a TIN, it doesn't help much if it isn't reading the elevation data as elevation data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Feb 2016 00:27:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/problems-with-creating-feature-class-from-xy-table/m-p/611238#M34452</guid>
      <dc:creator>ChrisM</dc:creator>
      <dc:date>2016-02-21T00:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with creating feature class from xy table</title>
      <link>https://community.esri.com/t5/data-management-questions/problems-with-creating-feature-class-from-xy-table/m-p/611239#M34453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What ended up working was similar, though I did not need to fool with access. I created a personal geodatabase and imported the table. Once there I was able to change the data types for the z data column to double like the x and y data. Then I was able to create the feature class from xyz data no problem. I still have no clue what was wrong with the original table, though. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Feb 2016 00:44:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/problems-with-creating-feature-class-from-xy-table/m-p/611239#M34453</guid>
      <dc:creator>ChrisM</dc:creator>
      <dc:date>2016-02-21T00:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with creating feature class from xy table</title>
      <link>https://community.esri.com/t5/data-management-questions/problems-with-creating-feature-class-from-xy-table/m-p/611240#M34454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/3d-analyst-toolbox/create-tin.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/3d-analyst-toolbox/create-tin.htm"&gt;Create TIN—Help | ArcGIS for Desktop&lt;/A&gt; means you can use the z field should you have the 3D analyst which you apparently do, and you don't actually need a 3D point input file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Feb 2016 22:31:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/problems-with-creating-feature-class-from-xy-table/m-p/611240#M34454</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-02-21T22:31:00Z</dc:date>
    </item>
  </channel>
</rss>

