Skip to main content
Solved

AreaOnAreaOverlayer issues with getting all the attributes

  • December 6, 2018
  • 1 reply
  • 19 views

parashari
Forum|alt.badge.img+2

Hi, I have 2 inputs(shp) using it in AreaOnAreaOverlay transformer where I want to have output from both the readers but, it is always coming from either of them. Is it about which transformer is connected first to the transformer or added first or something else. I am not getting it the right way. Need expertise!

Best answer by ebygomm

If you want to have attributes from both features you need to use the Attribute Accumulation Mode "Merge Incoming Features" rather than "Use Attributes From One Feature"

If your two inputs contain attributes with the same names, you may be better generating a list and then using that to create the final output you want

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3429 replies
  • Best Answer
  • December 6, 2018

If you want to have attributes from both features you need to use the Attribute Accumulation Mode "Merge Incoming Features" rather than "Use Attributes From One Feature"

If your two inputs contain attributes with the same names, you may be better generating a list and then using that to create the final output you want