<?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: Feature Type Fanout? in ArcGIS Data Interoperability Ques.</title>
    <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/feature-type-fanout/m-p/1006749#M17</link>
    <description>&lt;P&gt;Adam for the first part of your question, attribute names are case sensitive so you'll need to create an attribute connection from NAME in your data to Name on the writer.&amp;nbsp; This is easy manually but if you had dozens to do there is also an automated way.&lt;/P&gt;&lt;P&gt;You have found the feature type fanout, it is 'Fanout by Attribute' in the old UI.&amp;nbsp; Here is a good topic for the current experience:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Workbench/Workbench/Setting_Feature_Type_Fanout_Properties.htm?Highlight=fanout" target="_blank" rel="noopener"&gt;https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Workbench/Workbench/Setting_Feature_Type_Fanout_Properties.htm?Highlight=fanout&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Dec 2020 19:58:50 GMT</pubDate>
    <dc:creator>BruceHarold</dc:creator>
    <dc:date>2020-12-03T19:58:50Z</dc:date>
    <item>
      <title>Feature Type Fanout?</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/feature-type-fanout/m-p/1006738#M16</link>
      <description>&lt;P&gt;Hi Again,&lt;/P&gt;&lt;P&gt;I am still working through the second ETL training (for older versions of Desktop) in ArcGIS Pro.&amp;nbsp; &amp;nbsp;Know that there are differences, but these are the only spatial data ETL trainings i know of.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;working with Pro 2.6.3 and&amp;nbsp;FME 2020.0.1.0 (20200407 - Build 20218 - WIN64)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Training:&amp;nbsp;&amp;nbsp;&lt;A href="https://www.esri.com/training/catalog/57630436851d31e02a43f179/controlling-data-translations-using-extract%2C-transform%2C-and-load-processes/" target="_blank" rel="noopener"&gt;Controlling Data Translations Using Extract, Transform, and Load Processes | Esri Training Web Course&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ultimately, I need to use the "Fanout" function of the Writer Feature Type.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two Reader Feature Types feeding a &lt;STRONG&gt;PointOnAreaOverlayer&lt;/STRONG&gt;, with its point output attached to a Point Shapefile Writer Feature Type.&amp;nbsp; The first problem was figuring out how to duplicate the training's magical interconnection between all of the accumulated attributes listed in the PointOnAreaOverlayer and the Writer.&amp;nbsp; I followed the instructions, but after using "Copy Attributes from Transformer", the "Name" attribute in the Writer had a red node and would not get data from the Overlayer when run.&amp;nbsp; ("NAME" is the field in a polygon layer that must be captured in the point output.)&amp;nbsp; I found the Overlayer's Attribute Accumulation - Merge Attributes and set the&amp;nbsp;&lt;U&gt;Accumulation Mode&lt;/U&gt; to "Merge Incoming".&amp;nbsp; That allowed the Overlayer&amp;nbsp; to show the polygon "NAME" attribute in the point attribute output list, and be visible to the point Writer.&amp;nbsp; In previous versions of FME, this didn't have to be done? - Or more functionality forced additional layers of configuration?&lt;/P&gt;&lt;P&gt;&lt;U&gt;Now on to the real part of the question...&lt;/U&gt;&lt;/P&gt;&lt;P&gt;I need to do a "Feature type fanout."&amp;nbsp; Here is the Training pic of the simple checkbox and category picker within the Writer Feature Type Properties:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="T3_Exercise5.png" style="width: 547px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/1439i4A7E2DE32724CFAF/image-size/large?v=v2&amp;amp;px=999" role="button" title="T3_Exercise5.png" alt="T3_Exercise5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here is the Writer Feature Type Properties that I see in Pro/FME:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MyProperties.PNG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/1443i01F474E2EC6725B1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MyProperties.PNG" alt="MyProperties.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where is the Feature type Fanout functionality?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-_Adam&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 19:26:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/feature-type-fanout/m-p/1006738#M16</guid>
      <dc:creator>AdamRepsher</dc:creator>
      <dc:date>2020-12-03T19:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Type Fanout?</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/feature-type-fanout/m-p/1006749#M17</link>
      <description>&lt;P&gt;Adam for the first part of your question, attribute names are case sensitive so you'll need to create an attribute connection from NAME in your data to Name on the writer.&amp;nbsp; This is easy manually but if you had dozens to do there is also an automated way.&lt;/P&gt;&lt;P&gt;You have found the feature type fanout, it is 'Fanout by Attribute' in the old UI.&amp;nbsp; Here is a good topic for the current experience:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Workbench/Workbench/Setting_Feature_Type_Fanout_Properties.htm?Highlight=fanout" target="_blank" rel="noopener"&gt;https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Workbench/Workbench/Setting_Feature_Type_Fanout_Properties.htm?Highlight=fanout&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 19:58:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/feature-type-fanout/m-p/1006749#M17</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2020-12-03T19:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Type Fanout?</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/feature-type-fanout/m-p/1006945#M18</link>
      <description>&lt;P&gt;Okay - I think I got the 2nd part - just use an attribute value in the Shapefile Name parameter. THANK YOU &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1173"&gt;@BruceHarold&lt;/a&gt;&amp;nbsp;!!!&amp;nbsp; That makes it incredibly easy. &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Back to the first part of the problem.&amp;nbsp; I am aware of the case sensitivity, but didn't document that well in my question.&amp;nbsp; The correct case in the field (all caps) is carried over from the Readers to the Transformer and also to the Writer when connecting them.&amp;nbsp; Here is my view after following the steps in the training to connect everything&amp;nbsp;&lt;EM&gt;(Yes, this is still me working in Pro - not as the training is done in Desktop v10.5)&lt;/EM&gt;:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="My connections before &amp;quot;Copy Attributes from Transformer&amp;quot;" style="width: 970px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/1477i6FB91AD53C487A9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="MyConnections.PNG" alt="My connections before &amp;quot;Copy Attributes from Transformer&amp;quot;" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;My connections before "Copy Attributes from Transformer"&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is what the training says to do next:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Instructions from Training" style="width: 776px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/1479iA71E09D95F48774A/image-dimensions/776x96?v=v2" width="776" height="96" role="button" title="Instructions.PNG" alt="Instructions from Training" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Instructions from Training&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;...and their example of what it is to look like when done:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Training after instruction" style="width: 578px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/1480i212E076ABACAA7C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="T3_Exercise4_2.png" alt="Training after instruction" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Training after instruction&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;BUT - The following is what I get after I complete the step of "Copy Attributes from Transformer":&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="My Result" style="width: 943px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/1481i911E499057D741BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="MyResult.PNG" alt="My Result" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;My Result&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So, I get the attribute carried over from the Area section of the Transformer to the writer.&amp;nbsp; I think I am seeing the lack of connection of the NAME attribute because the desired action of the "Overlayer" (actually incorporating the Area's NAME into the point data) is not happening automatically, as it must have done in previous versions of Desktop/FML?&lt;/P&gt;&lt;P&gt;I then did a bit of hunting for an answer.&amp;nbsp; &lt;STRONG&gt;Tell me if I found the right/best method to accomplish what I'm trying to do...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Found in the PointOnAreaOverlayer Parameters - the "Attribute Accumulation" section and "Merge Attributes" which I set:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MergeAttributes.PNG" style="width: 487px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/1485i3085EEA06DCD7FD2/image-size/large?v=v2&amp;amp;px=999" role="button" title="MergeAttributes.PNG" alt="MergeAttributes.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Although I do not need the Point attributes added to the Area data - I DO now have the Area data's "NAME" attribute in the Point data - AND I am able to make the connection to the "NAME" attribute in the writer:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FirstFinal.PNG" style="width: 961px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/1487iCE9ACB9B2F1A27A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="FirstFinal.PNG" alt="FirstFinal.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;...and then make the connections...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SecondFinal.PNG" style="width: 950px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/1488iC294D525ABDAD099/image-size/large?v=v2&amp;amp;px=999" role="button" title="SecondFinal.PNG" alt="SecondFinal.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm wondering if:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;This is the best/most efficient way to accomplish this?&lt;/LI&gt;&lt;LI&gt;If the older versions of software just assumed that you wanted this to happen, and made it work that way automatically?&amp;nbsp; (Because the Overlay tool in Modeler did do that.)&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 04 Dec 2020 14:06:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/feature-type-fanout/m-p/1006945#M18</guid>
      <dc:creator>AdamRepsher</dc:creator>
      <dc:date>2020-12-04T14:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Type Fanout?</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/feature-type-fanout/m-p/1006949#M19</link>
      <description>&lt;P&gt;Adam you found the recommended way to get the area feature attributes onto the points, maybe the merge behavior default changed between releases.&amp;nbsp; Please keep using Pro anyway.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 14:18:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/feature-type-fanout/m-p/1006949#M19</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2020-12-04T14:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Type Fanout?</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/feature-type-fanout/m-p/1006951#M20</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1173"&gt;@BruceHarold&lt;/a&gt;&amp;nbsp;.&amp;nbsp; I intend to keep using Pro since it is the way forward!&amp;nbsp; Just bear with all of my questions....&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 14:27:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/feature-type-fanout/m-p/1006951#M20</guid>
      <dc:creator>AdamRepsher</dc:creator>
      <dc:date>2020-12-04T14:27:29Z</dc:date>
    </item>
  </channel>
</rss>

