Skip to main content
Question

Separate outputs by multiple attribute value

  • December 13, 2019
  • 1 reply
  • 19 views

fikusas
Contributor
Forum|alt.badge.img+5

Is it more efficient way to separate outputs based on multiple attribute value? In this case, I have 3 attributes and 3 testers, alongside 3 attribute renamers. The goal is to have all three attributes merged horizontally (by adding features) in one attribute, filtering out empty values. See the attached workspace.

 

 

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

bwn
Evangelist
Forum|alt.badge.img+26
  • Evangelist
  • 562 replies
  • December 13, 2019
If all the attributes start with "Material*" then send the Features to ListPopulator:
  • Set the "Source Attribute Prefix" to "Material"

This will create a single List out of all Attributes beginning with "Material".

Then send the output of this to ListExploder, and this will produce a feature set with a single Attribute of Material values.