<?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 Excel Data into ArcGIS in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/excel-data-into-arcgis/m-p/75641#M4389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to import/attach excel data (MaxTemp, MinTemp, precipitation) to a multi-point shapefile. Is there a faster way of doing it other than editing each point shapefile attribute table?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MO&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jan 2014 17:56:47 GMT</pubDate>
    <dc:creator>MoniqueDawson</dc:creator>
    <dc:date>2014-01-27T17:56:47Z</dc:date>
    <item>
      <title>Excel Data into ArcGIS</title>
      <link>https://community.esri.com/t5/data-management-questions/excel-data-into-arcgis/m-p/75641#M4389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to import/attach excel data (MaxTemp, MinTemp, precipitation) to a multi-point shapefile. Is there a faster way of doing it other than editing each point shapefile attribute table?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MO&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 17:56:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/excel-data-into-arcgis/m-p/75641#M4389</guid>
      <dc:creator>MoniqueDawson</dc:creator>
      <dc:date>2014-01-27T17:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Data into ArcGIS</title>
      <link>https://community.esri.com/t5/data-management-questions/excel-data-into-arcgis/m-p/75642#M4390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I am trying to import/attach excel data (MaxTemp, MinTemp, precipitation) to a multi-point shapefile. Is there a faster way of doing it other than editing each point shapefile attribute table?&lt;BR /&gt;&lt;BR /&gt;MO&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I take it you have a common item between the two tables right?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My personal approach would be to create a database table from the excel data.&amp;nbsp; And, assuming that when you say shapefile you really mean point feature class, you should probably put the the excel data into the same database as your points.&amp;nbsp; Then use a relate to see what data go with what points, via the common item.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 18:02:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/excel-data-into-arcgis/m-p/75642#M4390</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2014-01-27T18:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Data into ArcGIS</title>
      <link>https://community.esri.com/t5/data-management-questions/excel-data-into-arcgis/m-p/75643#M4391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could try python scripting to convert the Excel data to a table and then using joins to get the data from Excel into the shapefile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would also suggest moving the data to a file geodatabase and performing the data manipulation there as it is less buggy than shapefiles.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 18:03:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/excel-data-into-arcgis/m-p/75643#M4391</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2014-01-27T18:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Data into ArcGIS</title>
      <link>https://community.esri.com/t5/data-management-questions/excel-data-into-arcgis/m-p/75644#M4392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I take it you have a common item between the two tables right?&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;My personal approach would be to create a database table from the excel data.&amp;nbsp; And, assuming that when you say shapefile you really mean point feature class, you should probably put the the excel data into the same database as your points.&amp;nbsp; Then use a relate to see what data go with what points, via the common item.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that the excel data does not have the same field as the point shapefile. The point names of each point matches the ID field in excel data instead. I would have to add a field that would link them so I can perform a join&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 18:16:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/excel-data-into-arcgis/m-p/75644#M4392</guid>
      <dc:creator>MoniqueDawson</dc:creator>
      <dc:date>2014-01-27T18:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Data into ArcGIS</title>
      <link>https://community.esri.com/t5/data-management-questions/excel-data-into-arcgis/m-p/75645#M4393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you going to perform this operation often with data updates from excel that need to be added to the shapefile (or file geodatabase feature class if you go with that format)?&amp;nbsp; If so, I would script this process out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 18:19:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/excel-data-into-arcgis/m-p/75645#M4393</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2014-01-27T18:19:15Z</dc:date>
    </item>
  </channel>
</rss>

