<?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: create feature class from text files in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/create-feature-class-from-text-files/m-p/379643#M12972</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you can generate points with a unique ID that matches records in the csv&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then you can convert your csv to a table and join it to the points on that unique ID.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, you are really halfway done already.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The simplest way to get attributed points from your files is to use an Insert Cursor&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That way you run through each file record and insert that point feature and set of attributes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;as a new record in the table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This requires some python code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jul 2013 11:14:41 GMT</pubDate>
    <dc:creator>markdenil</dc:creator>
    <dc:date>2013-07-15T11:14:41Z</dc:date>
    <item>
      <title>create feature class from text files</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-feature-class-from-text-files/m-p/379642#M12971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have over a hundred csv files with point x,y location and attributes covering a large area. I need to create polygons (circles) based on these points location and their attribute. I need to do it in the batch mode. I tried to reformat the files to GENERATE input file format, then use arcpy.Ascii3DToFeatureClass_3d to create point feature class, but the problem is after converting to point shape file, all the attributes for these points were lost. There is only id column in attribute table of the point shape file. So I can not do buffer to get the circles. Can anyone help on this? Is arcpy.Ascii3DToFeatureClass_3d the correct function for me to use? I am using ArcGis 10.1 and new to python script. Thank you very much.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lee&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 05:27:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-feature-class-from-text-files/m-p/379642#M12971</guid>
      <dc:creator>YuzhenLi</dc:creator>
      <dc:date>2013-07-15T05:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: create feature class from text files</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-feature-class-from-text-files/m-p/379643#M12972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you can generate points with a unique ID that matches records in the csv&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then you can convert your csv to a table and join it to the points on that unique ID.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, you are really halfway done already.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The simplest way to get attributed points from your files is to use an Insert Cursor&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That way you run through each file record and insert that point feature and set of attributes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;as a new record in the table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This requires some python code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 11:14:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-feature-class-from-text-files/m-p/379643#M12972</guid>
      <dc:creator>markdenil</dc:creator>
      <dc:date>2013-07-15T11:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: create feature class from text files</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-feature-class-from-text-files/m-p/379644#M12973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you can throw money at the problem then the Data Interoperability extension will let you create your buffer circles with attributes from CSV data, and even let you author a custom format that 'sees' the CSV files like that automatically.&amp;nbsp; If you need help with this let me know at &lt;/SPAN&gt;&lt;A href="mailto:bharold@esri.com"&gt;bharold@esri.com&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 14:18:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-feature-class-from-text-files/m-p/379644#M12973</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2013-07-15T14:18:49Z</dc:date>
    </item>
  </channel>
</rss>

