<?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: Joining SHP with XLS sheet using Excel in ArcMap Questions</title>
    <link>https://community.esri.com/t5/arcmap-questions/joining-shp-with-xls-sheet-using-excel/m-p/1108224#M3085</link>
    <description>&lt;P&gt;&lt;STRONG&gt;NEVER&amp;nbsp;manipulate your GIS Files in non-GIS applications&lt;/STRONG&gt;&amp;nbsp;or Windows Explorer. They may corrupt your data as well.&lt;/P&gt;&lt;P&gt;Here is what you can do in ArcMap itself.&lt;/P&gt;&lt;P&gt;1. Add your shapefile to the map.&lt;/P&gt;&lt;P&gt;2. From Attribute table, add a new field (Datatype: Text). FieldName should be limited to 10 characters for a shapefile.&lt;/P&gt;&lt;P&gt;3. &lt;A href="https://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/calculate-field.htm" target="_self"&gt;Use Field Calculator&lt;/A&gt; with following expression&lt;/P&gt;&lt;P&gt;Parser: &lt;STRONG&gt;Python&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;str( !ID! ) + str( !NAME! )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 17 Oct 2021 08:53:28 GMT</pubDate>
    <dc:creator>JayantaPoddar</dc:creator>
    <dc:date>2021-10-17T08:53:28Z</dc:date>
    <item>
      <title>Joining SHP with XLS sheet using Excel</title>
      <link>https://community.esri.com/t5/arcmap-questions/joining-shp-with-xls-sheet-using-excel/m-p/1108221#M3084</link>
      <description>&lt;P&gt;Hi, guys,&lt;/P&gt;&lt;P&gt;I am trying to join SHP by field CONCATENATE with my XLS sheet. SHP attributes looks like this:&lt;/P&gt;&lt;DIV class=""&gt;ID NAME CONCATENATE &lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;122&lt;/TD&gt;&lt;TD&gt;765&lt;/TD&gt;&lt;TD&gt;122765&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;345/1&lt;/TD&gt;&lt;TD&gt;765&lt;/TD&gt;&lt;TD&gt;345/1765&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;987/3&lt;/TD&gt;&lt;TD&gt;345&lt;/TD&gt;&lt;TD&gt;987/3345&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because of those slashes in ID fields, I choose to TEXT type for field CONCATENATE.&lt;/P&gt;&lt;P&gt;When I open DBF file (from that shp) in Excel, I add a field MATH, where I will calculate, then save it as XLS.&lt;/P&gt;&lt;P&gt;To problem is that when I try to join my SHP by field CONCATENATE with XLS sheet by field CONCATENATE ArcMap can´t offer it in drop-down menu.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Sun, 17 Oct 2021 07:52:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/joining-shp-with-xls-sheet-using-excel/m-p/1108221#M3084</guid>
      <dc:creator>StanislavaV</dc:creator>
      <dc:date>2021-10-17T07:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Joining SHP with XLS sheet using Excel</title>
      <link>https://community.esri.com/t5/arcmap-questions/joining-shp-with-xls-sheet-using-excel/m-p/1108224#M3085</link>
      <description>&lt;P&gt;&lt;STRONG&gt;NEVER&amp;nbsp;manipulate your GIS Files in non-GIS applications&lt;/STRONG&gt;&amp;nbsp;or Windows Explorer. They may corrupt your data as well.&lt;/P&gt;&lt;P&gt;Here is what you can do in ArcMap itself.&lt;/P&gt;&lt;P&gt;1. Add your shapefile to the map.&lt;/P&gt;&lt;P&gt;2. From Attribute table, add a new field (Datatype: Text). FieldName should be limited to 10 characters for a shapefile.&lt;/P&gt;&lt;P&gt;3. &lt;A href="https://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/calculate-field.htm" target="_self"&gt;Use Field Calculator&lt;/A&gt; with following expression&lt;/P&gt;&lt;P&gt;Parser: &lt;STRONG&gt;Python&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;str( !ID! ) + str( !NAME! )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Oct 2021 08:53:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/joining-shp-with-xls-sheet-using-excel/m-p/1108224#M3085</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-10-17T08:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Joining SHP with XLS sheet using Excel</title>
      <link>https://community.esri.com/t5/arcmap-questions/joining-shp-with-xls-sheet-using-excel/m-p/1108225#M3086</link>
      <description>&lt;P&gt;yes, that field CONCATENATE in SHP was created that way. but then I need to save attributes as XLS (I will try table to excel) but problem is JOINing xls sheet with shape by field concatenate.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I choose JOIN on that SHAPE and then - 1. field in layer that the join will be based on - CONCATENATE&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2. table to join - XLS sheet&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3.&amp;nbsp; field in the table the base to join in - CONCATENATE field does not show up in dropdown menu.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Oct 2021 08:59:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/joining-shp-with-xls-sheet-using-excel/m-p/1108225#M3086</guid>
      <dc:creator>StanislavaV</dc:creator>
      <dc:date>2021-10-17T08:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Joining SHP with XLS sheet using Excel</title>
      <link>https://community.esri.com/t5/arcmap-questions/joining-shp-with-xls-sheet-using-excel/m-p/1108226#M3087</link>
      <description>&lt;P&gt;Yes. Try a &lt;STRONG&gt;Table to Excel&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Let me know if you are still unable to Join (by Attribute) with Excel Sheet. If required, in the Excel file, change the cell format of CONCATENATE column to TEXT.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Oct 2021 09:01:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/joining-shp-with-xls-sheet-using-excel/m-p/1108226#M3087</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-10-17T09:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Joining SHP with XLS sheet using Excel</title>
      <link>https://community.esri.com/t5/arcmap-questions/joining-shp-with-xls-sheet-using-excel/m-p/1108227#M3088</link>
      <description>&lt;P&gt;Another way out possibility is that CONCATENATE may be a reserved word... try CONCAT&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Oct 2021 09:24:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/joining-shp-with-xls-sheet-using-excel/m-p/1108227#M3088</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-10-17T09:24:36Z</dc:date>
    </item>
  </channel>
</rss>

