<?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: Fishnet grid attributes - One to Many relationship in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/fishnet-grid-attributes-one-to-many-relationship/m-p/423550#M24194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could put all the grids in a single field. When you do your spatial join use Join operation Join_one_to_one and in the field map section right click the grid field and choose properties and set Merge rule to join and choose your delimiter.&lt;/P&gt;&lt;P&gt;This would produce a feature class with&lt;/P&gt;&lt;P&gt;Name&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; Grid&lt;/P&gt;&lt;P&gt;Stone Harbor&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; A1,A2,A3,A4,B3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/analyze/executing-tools/using-the-field-mapping-control.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/analyze/executing-tools/using-the-field-mapping-control.htm"&gt;Using the field mapping control—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Apr 2016 12:21:53 GMT</pubDate>
    <dc:creator>WesMiller</dc:creator>
    <dc:date>2016-04-14T12:21:53Z</dc:date>
    <item>
      <title>Fishnet grid attributes - One to Many relationship</title>
      <link>https://community.esri.com/t5/data-management-questions/fishnet-grid-attributes-one-to-many-relationship/m-p/423548#M24192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fishnet grid attributes. We generated a fish net grid over a township with over 200 subdivisions.&amp;nbsp; We need would like to create single attribute entries for each municipal area with the list of the grid cells that cover it.&amp;nbsp; When running a spatial join it duplicates the attribute rows as 'Stone Harbor'&amp;nbsp; A3, Stone Harbor A4, Stone Harbor B3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like e.g. Column 1 'Stone Harbor', Column 2 'A3', Column 3 'A4', Column 4 'B3'.&lt;/P&gt;&lt;P&gt;Any thoughts or blogs on the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 19:52:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fishnet-grid-attributes-one-to-many-relationship/m-p/423548#M24192</guid>
      <dc:creator>ChristopherAbbott</dc:creator>
      <dc:date>2016-04-13T19:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Fishnet grid attributes - One to Many relationship</title>
      <link>https://community.esri.com/t5/data-management-questions/fishnet-grid-attributes-one-to-many-relationship/m-p/423549#M24193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If everything is as shown, you can split the string into 4 new columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this should give you some ideas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;gt;&amp;gt;&amp;gt; a
'stone harbour ??'
&amp;gt;&amp;gt;&amp;gt; b = " ".join(a.split(" ")[:-1])
&amp;gt;&amp;gt;&amp;gt; c = " ".join(a.split(" ")[-1:])
&amp;gt;&amp;gt;&amp;gt; a
'stone harbour ??'
&amp;gt;&amp;gt;&amp;gt; b
'stone harbour'
&amp;gt;&amp;gt;&amp;gt; c
'??'&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 19:07:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fishnet-grid-attributes-one-to-many-relationship/m-p/423549#M24193</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T19:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fishnet grid attributes - One to Many relationship</title>
      <link>https://community.esri.com/t5/data-management-questions/fishnet-grid-attributes-one-to-many-relationship/m-p/423550#M24194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could put all the grids in a single field. When you do your spatial join use Join operation Join_one_to_one and in the field map section right click the grid field and choose properties and set Merge rule to join and choose your delimiter.&lt;/P&gt;&lt;P&gt;This would produce a feature class with&lt;/P&gt;&lt;P&gt;Name&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; Grid&lt;/P&gt;&lt;P&gt;Stone Harbor&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; A1,A2,A3,A4,B3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/analyze/executing-tools/using-the-field-mapping-control.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/analyze/executing-tools/using-the-field-mapping-control.htm"&gt;Using the field mapping control—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 12:21:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fishnet-grid-attributes-one-to-many-relationship/m-p/423550#M24194</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2016-04-14T12:21:53Z</dc:date>
    </item>
  </channel>
</rss>

