Skip to main content

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.

 

 

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.


Reply