Transpose Rows to Column in FME

1.3k Views Asked by At

how can I Transpose from Row to column? from this

enter image description here

enter image description here

to this

2

There are 2 best solutions below

1
fgiron On

Just add an AttributeCreator where the Attribute Name comes from your "name" attribute and the value from your "value" attribute. Pay attention to the notation @Value(attrName):

enter image description here

0
gdjibson On

the best way to do that is to use schema with list exploder: