<?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: ArcGIS Pro Join One to Many Join by Attribute in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/589408#M25932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kenta, you saved my bacon with this one. Thank you for posting this solution!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Jul 2020 15:31:55 GMT</pubDate>
    <dc:creator>TedHallum</dc:creator>
    <dc:date>2020-07-04T15:31:55Z</dc:date>
    <item>
      <title>ArcGIS Pro Join One to Many Join by Attribute</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/589401#M25925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am interested in doing a join of spatial data to a csv in which one geographic feature is joined to multiple values from the csv. However, the only apparent option for a join from a spatial file to a csv is a one to one, and I need to do a one to many (in the same way that this is an option for a spatial join). I know the relate function is a potential solution but I will eventually need to export the data as a shapefile so the increased entries have to be exportable. Has anyone found a workaround specific to ArcGIS Pro?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 21:57:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/589401#M25925</guid>
      <dc:creator>DavidStone1</dc:creator>
      <dc:date>2018-01-17T21:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Join One to Many Join by Attribute</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/589402#M25926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David the same options exist in Pro, relate is your option, but if the geometry is point geometry then you switch the join if you calculate the X, Y coordinates in the table first.&amp;nbsp; You can then re-add the data as an event layer.&amp;nbsp; If you have point/polygon geometry, then relates are your only options&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 00:57:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/589402#M25926</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-01-18T00:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Join One to Many Join by Attribute</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/589403#M25927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. The original spatial data is a polygon geometry file. I was under the impression that if I create a relate, the relate wouldn't remain if I extracted the data (e.g. the "Feature Class to Shapefile" tool would not capture the related data). Is this the case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 01:23:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/589403#M25927</guid>
      <dc:creator>DavidStone1</dc:creator>
      <dc:date>2018-01-18T01:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Join One to Many Join by Attribute</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/589404#M25928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They aren't permanent, they have to be re-established.&amp;nbsp; Joins can be made permanent, but that is just a shortcut to adding a new field, calculating values from it using the joined data.&lt;/P&gt;&lt;P&gt;Nothing gets carried down to the shapefile level, so be careful of things like your attribute field names etcetera.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 01:31:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/589404#M25928</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-01-18T01:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Join One to Many Join by Attribute</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/589405#M25929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just come across the same challenge, and feel like I figured that out, so positing my solution here.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use &lt;STRONG&gt;Make Query Table&amp;nbsp;&lt;/STRONG&gt;for executing one-to-many join.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000010848" title="https://support.esri.com/en/technical-article/000010848"&gt;How To: Create a one-to-many join in ArcMap&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The site above is an instruction for ArcMap to &lt;STRONG&gt;Make Query Table&lt;/STRONG&gt;, but the same tool was found in ArcGIS Pro for mine.&amp;nbsp;Using Python would be more helpful if you want to export the temporal layer created by &lt;STRONG&gt;Make Query Table&lt;/STRONG&gt; as a permanent gdb file or shapefiles.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm pasting my work for an example.&lt;/P&gt;&lt;P&gt;Goal: Join polygon feature class which has 59 city names and table which has temporal population value (2006-2010) for 59 city names.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Kyuson_H12&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Polygon feature class&lt;/LI&gt;&lt;LI&gt;59 rows&lt;/LI&gt;&lt;LI&gt;Field "Kyuson" has 59 different city names (This will be used for matching with table)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;agg15male&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Table&lt;/LI&gt;&lt;LI&gt;590 rows&lt;/LI&gt;&lt;LI&gt;Field "Kyuson" has 59 different city names&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;(This will be used for matching with Polygon feature class)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;The data is long-format temporal data (2006-2015), so there are 590 rows&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import arcpy,os&lt;BR /&gt;from arcpy import env&lt;BR /&gt;env.overwriteOutput = True&lt;BR /&gt;env.workspace = r"C:\Users\kenta\Documents\ArcGIS\Projects\MyProject2\Rdata.gdb"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# list the polygon feature class and table that want to be joined&lt;/P&gt;&lt;P&gt;tableList = [ r"C:\Users\kenta\Documents\ArcGIS\Projects\MyProject2\Rdata.gdb\Kyuson_H12",\&lt;BR /&gt; r"C:\Users\kenta\Documents\ArcGIS\Projects\MyProject2\Rdata.gdb\agg15male"]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# define the query for matching&lt;/P&gt;&lt;P&gt;whereClause = "Kyuson_H12.Kyuson = agg15male.Kyuson"&lt;/P&gt;&lt;P&gt;# name the temporary layer name created by MakeQueryTable&lt;/P&gt;&lt;P&gt;lyrName = "Kyuson_layer"&lt;/P&gt;&lt;P&gt;# name the output fc name&lt;/P&gt;&lt;P&gt;outFeatureClass = "agg15male_poly"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcpy.MakeQueryTable_management(tableList, lyrName,"USE_KEY_FIELDS", "", "", whereClause)&lt;/P&gt;&lt;P&gt;# since &lt;SPAN&gt;lyrName created by MakeQueryTable is temporal, save it as parmanent gdb file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;arcpy.CopyFeatures_management(&lt;SPAN&gt;lyrName&lt;/SPAN&gt;, outFeatureClass)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****Points you need to be careful***&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Feature class and table that you want to join have to be in &lt;STRONG&gt;the same file geotabase&lt;/STRONG&gt;. So, you need to convert csv file to gdb table first and locate them in the same file geotabase as your feature class.&lt;/LI&gt;&lt;LI&gt;MakeQueryTable generate temporary layer, so you need to export it as your desired file by &lt;STRONG&gt;CopyFeatures_management&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might have&amp;nbsp;finished this task&amp;nbsp;a while ago, but hoping it will be helpful for anyone running into the same problems in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kenta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 06:55:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/589405#M25929</guid>
      <dc:creator>KentaOkuyama</dc:creator>
      <dc:date>2018-09-19T06:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Join One to Many Join by Attribute</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/589406#M25930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"&lt;SPAN style="background-color: #ffffff;"&gt;I have just come across the same challenge, and feel like I figured that out, so positing my solution here. "&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;BR /&gt;I think you have figured it out; worked perfectly&amp;nbsp;for my project joining 19 years of Quarterly data to 68 Districts.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2019 23:27:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/589406#M25930</guid>
      <dc:creator>LoganAshmore1</dc:creator>
      <dc:date>2019-06-03T23:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Join One to Many Join by Attribute</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/589407#M25931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2019 22:43:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/589407#M25931</guid>
      <dc:creator>LSantos</dc:creator>
      <dc:date>2019-08-12T22:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Join One to Many Join by Attribute</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/589408#M25932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kenta, you saved my bacon with this one. Thank you for posting this solution!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jul 2020 15:31:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/589408#M25932</guid>
      <dc:creator>TedHallum</dc:creator>
      <dc:date>2020-07-04T15:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Join One to Many Join by Attribute</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/589409#M25933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have another possible solution (Kenta's method worked for me as well). Using Pro, I had exactly the same issue for one to multiple join when the table was a CSV file and the other&amp;nbsp;was a shapefile, but the join worked when &lt;STRONG&gt;both spatial data and table are in the same geodatabase&lt;/STRONG&gt;. People who have the same issue may want to make them in the same geodatabase and try for another time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;: )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2020 03:58:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/589409#M25933</guid>
      <dc:creator>XuanZhang</dc:creator>
      <dc:date>2020-07-23T03:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Join One to Many Join by Attribute</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/1024792#M37065</link>
      <description>&lt;P&gt;This is a much simpler solution with no coding required! Thank you Xuan &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 08:04:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/1024792#M37065</guid>
      <dc:creator>Bethpc9</dc:creator>
      <dc:date>2021-02-09T08:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Join One to Many Join by Attribute</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/1072763#M42529</link>
      <description>&lt;P&gt;I realize this is almost a year later, but &lt;STRONG&gt;thank you&lt;/STRONG&gt; to Xuan for helping me stop beating my head against the wall trying to solve this issue!&amp;nbsp; The join validation (using Pro 2.8) kept stating one-to-one when I &lt;EM&gt;knew&lt;/EM&gt; it should've read one-to-many.&amp;nbsp; Lo and behold, I had the source and join table in separate geodatabases.&amp;nbsp; Exported the source feature class into the same default.gdb created with the project and it worked perfectly.&amp;nbsp; Thanks again! &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 19:41:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/1072763#M42529</guid>
      <dc:creator>MatthewMalone</dc:creator>
      <dc:date>2021-06-25T19:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Join One to Many Join by Attribute</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/1075927#M42949</link>
      <description>&lt;P&gt;Worked for me too, great suggestion!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 17:05:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/1075927#M42949</guid>
      <dc:creator>DaltonAiken1</dc:creator>
      <dc:date>2021-07-06T17:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Join One to Many Join by Attribute</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/1083972#M43896</link>
      <description>&lt;P&gt;I found an alternate solution, for anyone that might be referencing this post later. I had a table with data by month for different routes (1155 features) but no spatial or location information and route polygon areas (229 features) that I needed to join to show the attributes that vary by month for each route. Make query table created a multiplication of my 1155*229 features but did not maintain the attributes needed to display this spatially without additional processes. This was my workflow in ArcPro:&lt;/P&gt;&lt;P&gt;Start with the polygon and table both having a uniqueID field for joins. You may have to create a field that has a relevant uniqueID, I used a day and route number.&lt;/P&gt;&lt;P&gt;Export the table and polygon/ point layer in the same gdb, this will not work on an excel brought in.&lt;/P&gt;&lt;P&gt;Run add ‘attribute index’ tool on these fields.&lt;/P&gt;&lt;P&gt;Convert the polygon to a point using the’ Feature to Point’ tool and check the box for ‘inside’ in ArcPro- I am using 2.7&lt;/P&gt;&lt;P&gt;Run the tool called ‘calculate geometry attributes’ tool, I used WGS 84 and linear US feet and square feet for the parameters.&lt;/P&gt;&lt;P&gt;Note: creating fields and calculating geometry didn’t work for me when I went to display x,y date because of required field type errors.&lt;/P&gt;&lt;P&gt;Now you have a point file with and x and y field and a unique ID field ready to join.&lt;/P&gt;&lt;P&gt;The many to one join:&lt;/P&gt;&lt;P&gt;Select the table (the ‘many’) and add join, join to the point layer(the one) with the x,y fields. Use the UniqueID field for the join and keep all records.&lt;/P&gt;&lt;P&gt;Export this joined table to the gdb. (Display x,y tool will fail on a joined layer.)&lt;/P&gt;&lt;P&gt;Take the new table and right click to run the ‘display x,y’ tool. Check the attribute count, it should match the original table, if not check the join and fields.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 14:35:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/1083972#M43896</guid>
      <dc:creator>JI_Tampa</dc:creator>
      <dc:date>2021-07-29T14:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Join One to Many Join by Attribute</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/1205074#M58916</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;I know this is old, but another less code-y solution is to save the CSV as a geodatabase table IN THE SAME geodatabase as the feature layer.&lt;/P&gt;&lt;P&gt;Join then picks up the one-to-many immediately. But as noted, the table and the layer must be in the same geodatabase. Otherwise it just does a one-to-one.&lt;/P&gt;&lt;P&gt;Barry&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 17:21:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/1205074#M58916</guid>
      <dc:creator>Barry_Zickuhr</dc:creator>
      <dc:date>2022-08-22T17:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Join One to Many Join by Attribute</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/1329220#M73106</link>
      <description>&lt;P&gt;Your reply should honestly be marked as the solution.&amp;nbsp; Way easier to do this.&amp;nbsp; I just tried it too and it works beautifully.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 18:38:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/1329220#M73106</guid>
      <dc:creator>JesseD80</dc:creator>
      <dc:date>2023-09-15T18:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Join One to Many Join by Attribute</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/1390969#M79782</link>
      <description>&lt;P&gt;Yes, this is the better solution. I couldn't join a csv to a feature class until the csv was brought into the geodatabase. After that, both Make Query Table and normal join (Create Join) worked fine, so I went with the simpler normal join.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 08:32:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/1390969#M79782</guid>
      <dc:creator>quillaja</dc:creator>
      <dc:date>2024-03-05T08:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Join One to Many Join by Attribute</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/1540743#M88485</link>
      <description>&lt;P&gt;Wow, worked! Cheers, Xuan!&lt;BR /&gt;Shows how important it is to keep the layers, or a copy in the same geodatabase for a smooth process.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 03:02:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-join-one-to-many-join-by-attribute/m-p/1540743#M88485</guid>
      <dc:creator>VictoriaGotthardt</dc:creator>
      <dc:date>2024-09-20T03:02:25Z</dc:date>
    </item>
  </channel>
</rss>

