<?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: multiple spatial joins with individual join field column merge rules drops fields of target feature in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/multiple-spatial-joins-with-individual-join-field/m-p/800796#M3439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the process sorted Sephe. I ditched the model and created a script which is based on the sample from the help files like you mentioned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 May 2015 00:58:37 GMT</pubDate>
    <dc:creator>ChrisPedrezuela</dc:creator>
    <dc:date>2015-05-04T00:58:37Z</dc:date>
    <item>
      <title>multiple spatial joins with individual join field column merge rules drops fields of target feature</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/multiple-spatial-joins-with-individual-join-field/m-p/800794#M3437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys, &lt;/P&gt;&lt;P&gt;as the subject says, i got say 2 fc, and i got 2 hazard data. i use iterator and iterate thru the fcs. for each iteration i spatial join hazard data that has integer values with the fc. i use a merge rule "max" to get the highest hazard value for the fc. once i set this up and run it. the second fc's fields are dropped and what it gets is just the join fields. is there a way to preserve original fields of input fcs when setting up merge rules for the join field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 May 2015 20:51:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/multiple-spatial-joins-with-individual-join-field/m-p/800794#M3437</guid>
      <dc:creator>ChrisPedrezuela</dc:creator>
      <dc:date>2015-05-03T20:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: multiple spatial joins with individual join field column merge rules drops fields of target feature</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/multiple-spatial-joins-with-individual-join-field/m-p/800795#M3438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Thanos, it's hard to know where things are going awry without seeing a screen shot of the model. By default though, the spatial join should retain all the fields from both the target and join features, so I'm guessing something is not right with the way you have your field mapping set up. The help file for Spatial Join has a great example script in it, where they are doing essentially the same thing, except getting the mean of a particular field. Of course this might be easier to set up in Python: &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00080000000q000000" title="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00080000000q000000"&gt;ArcGIS Desktop&lt;/A&gt; . If this doesn't help you at all, maybe you could post a screen shot of both the model, and the Spatial Join tool dialog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 00:13:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/multiple-spatial-joins-with-individual-join-field/m-p/800795#M3438</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-05-04T00:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: multiple spatial joins with individual join field column merge rules drops fields of target feature</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/multiple-spatial-joins-with-individual-join-field/m-p/800796#M3439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the process sorted Sephe. I ditched the model and created a script which is based on the sample from the help files like you mentioned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 00:58:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/multiple-spatial-joins-with-individual-join-field/m-p/800796#M3439</guid>
      <dc:creator>ChrisPedrezuela</dc:creator>
      <dc:date>2015-05-04T00:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: multiple spatial joins with individual join field column merge rules drops fields of target feature</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/multiple-spatial-joins-with-individual-join-field/m-p/800797#M3440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh great! Yeah, I think Python is a better way to go about it. Do you mind marking the question as answered? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 02:29:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/multiple-spatial-joins-with-individual-join-field/m-p/800797#M3440</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-05-04T02:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: multiple spatial joins with individual join field column merge rules drops fields of target feature</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/multiple-spatial-joins-with-individual-join-field/m-p/800798#M3441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Model Builder has its place and is a very powerful environment especially for your own "once off" analyses. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've found the only way to get good control over field maps in ModelBuilder is to write a python function that creates field maps and run it within a Calculate Value tool. It's hard to ask that much from ModelBuilder (field maps are indeed complicated) but it can be done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 02:44:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/multiple-spatial-joins-with-individual-join-field/m-p/800798#M3441</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2015-05-07T02:44:39Z</dc:date>
    </item>
  </channel>
</rss>

