Skip to main content
Archived

?ListFlattener

Related products:FME Form
  • November 19, 2016
  • 2 replies
  • 49 views

fmelizard
Safer
Forum|alt.badge.img+22

Add all the key/value pairs of a list as attributes. Essentially the equivalent of @SupplyAttributes(&key,&value) for each element in a list.

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.

2 replies

lifalin2016
Influencer
Forum|alt.badge.img+40
  • Influencer
  • November 21, 2016
What is the difference between this "ListFlattener" and "ListExploder" ?

 

 


jdh
Contributor
Forum|alt.badge.img+40
  • Contributor
  • November 21, 2016
The ListExploder creates a feature for every element in the list. The ListFlattener adds every element as an attribute. It's closer to the ListIndexer repeated for every element in the list.