<?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: Work with a .csv file in ArcMap in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/work-with-a-csv-file-in-arcmap/m-p/702939#M23269</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is likely due to the header name. The name convention should follow as this link:&lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/23087"&gt;http://support.esri.com/en/knowledgebase/techarticles/detail/23087&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can try renaming the field name. Before you do any geoprocessing with the table, it is best exporting them to a dbf first. If it exports successfully, then we can say that the table are valid for ArcGIS geoprocessing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Feb 2012 13:07:44 GMT</pubDate>
    <dc:creator>SisiYan</dc:creator>
    <dc:date>2012-02-29T13:07:44Z</dc:date>
    <item>
      <title>Work with a .csv file in ArcMap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/work-with-a-csv-file-in-arcmap/m-p/702938#M23268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have two tables with a .csv file extension that I need to merge together and ultimately join to a feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have encountered a few problems thus far:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; Table 1 does not open with any data in ArcMap.&amp;nbsp; Table 2 opens just fine, and both open correctly with Excel.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a.&amp;nbsp; Table 1 has a field name which begins with '_'.&amp;nbsp; Could this be causing the problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp; I've tried doing a Table to Table conversion, exporting the tables to a file geodatabase, but it still creates an empty output for table 1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. I've also tried to simply merge the two files, but that just fails with no output at all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 12:36:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/work-with-a-csv-file-in-arcmap/m-p/702938#M23268</guid>
      <dc:creator>CraigCarsley</dc:creator>
      <dc:date>2012-02-29T12:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Work with a .csv file in ArcMap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/work-with-a-csv-file-in-arcmap/m-p/702939#M23269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is likely due to the header name. The name convention should follow as this link:&lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/23087"&gt;http://support.esri.com/en/knowledgebase/techarticles/detail/23087&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can try renaming the field name. Before you do any geoprocessing with the table, it is best exporting them to a dbf first. If it exports successfully, then we can say that the table are valid for ArcGIS geoprocessing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 13:07:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/work-with-a-csv-file-in-arcmap/m-p/702939#M23269</guid>
      <dc:creator>SisiYan</dc:creator>
      <dc:date>2012-02-29T13:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Work with a .csv file in ArcMap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/work-with-a-csv-file-in-arcmap/m-p/702940#M23270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Sisi, it certainly did help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm still having trouble with merges and joins; my tables do not carry the information over.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Merging the tables does not work at all.&amp;nbsp; So, I tried joining each one to the feature class individually and &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;then&lt;/SPAN&gt;&lt;SPAN&gt; merging them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I thought I had success, but after checking, I saw that the table data didn't join; its fields were populated with &amp;lt;null&amp;gt; values.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't use a dbf file because of its character limitation.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've always seemed to have issues with merges and joins.&amp;nbsp; Any thoughts on what might be happening there?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 14:05:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/work-with-a-csv-file-in-arcmap/m-p/702940#M23270</guid>
      <dc:creator>CraigCarsley</dc:creator>
      <dc:date>2012-02-29T14:05:55Z</dc:date>
    </item>
  </channel>
</rss>

