<?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: Join Feature service with Csv using Add Join tool using Python in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/join-feature-service-with-csv-using-add-join-tool/m-p/1328624#M73051</link>
    <description>&lt;P&gt;There are lots of warnings about "unexpected results" in the help topic (eg both files being indexed)&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/add-join.htm" target="_blank"&gt;Add Join (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You might be advised to create a gdb table first prior to doing the join rather than relying on non-local data in a non-native format.&lt;/P&gt;&lt;P&gt;Have a read through the help topic to see if you can modify your workflow to overcome some of your observations&lt;/P&gt;</description>
    <pubDate>Thu, 14 Sep 2023 11:37:10 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2023-09-14T11:37:10Z</dc:date>
    <item>
      <title>Join Feature service with Csv using Add Join tool using Python</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/join-feature-service-with-csv-using-add-join-tool/m-p/1328619#M73050</link>
      <description>&lt;P&gt;Hi,I am trying to Join A feature service with an excel sheet's data using Add Join tool and both of them have a field in common below is the snippet:&lt;BR /&gt;&lt;BR /&gt;now = int(dt.datetime.now().timestamp())&lt;BR /&gt;file_name='data_table'+str(now)&lt;/P&gt;&lt;P&gt;file_path=os.path.join(os.getcwd(),"MyProject1.gdb",file_name)&lt;/P&gt;&lt;P&gt;arcpy.conversion.ExcelToTable(xlsx_file_path, file_path)&lt;/P&gt;&lt;P&gt;arcpy.MakeFeatureLayer_management("&lt;A href="https://services7.arcgis.com/yxpZft6sXAxt864n/arcgis/rest/services/countries/FeatureServer/0" target="_blank"&gt;https://services7.arcgis.com/yxpZft6sXAxt864n/arcgis/rest/services/countries/FeatureServer/0&lt;/A&gt;", out_layer='fclyr')&lt;BR /&gt;arcpy.MakeTableView_management(file_path, 'table_view')&lt;BR /&gt;arcpy.management.AddJoin('fclyr', 'ISO_A3',file_path, 'iso_code')&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here, I am able to create the join but not able to map one to many relationship between the tables, also the join created as a result has random field names&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="this is the result of join" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/80658i9EBB3A31D078D248/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="right table" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/80659iB37E2BAAA20497EB/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="left table" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/80660i2F6730A5BD1033E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;BR /&gt;can anyone help?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 11:24:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/join-feature-service-with-csv-using-add-join-tool/m-p/1328619#M73050</guid>
      <dc:creator>BhupendarBhandari</dc:creator>
      <dc:date>2023-09-14T11:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Join Feature service with Csv using Add Join tool using Python</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/join-feature-service-with-csv-using-add-join-tool/m-p/1328624#M73051</link>
      <description>&lt;P&gt;There are lots of warnings about "unexpected results" in the help topic (eg both files being indexed)&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/add-join.htm" target="_blank"&gt;Add Join (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You might be advised to create a gdb table first prior to doing the join rather than relying on non-local data in a non-native format.&lt;/P&gt;&lt;P&gt;Have a read through the help topic to see if you can modify your workflow to overcome some of your observations&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 11:37:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/join-feature-service-with-csv-using-add-join-tool/m-p/1328624#M73051</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-09-14T11:37:10Z</dc:date>
    </item>
  </channel>
</rss>

