?ListFlattener

Related products: FME Form

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

What is the difference between this "ListFlattener" and "ListExploder" ?

 

 


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.