0

how can I Transpose from Row to column? from this

enter image description here

enter image description here

to this

Assad Amjad
  • 29
  • 1
  • 9

2 Answers2

0

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

fgiron
  • 33
  • 4
  • This answer is incomplete, as for FME 2021.1, it will need adding an AttributeExposer with the name of those attribute on it and an Aggregator. – Camilo Jan 26 '23 at 18:30
0

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

ChrisGPT was on strike
  • 127,765
  • 105
  • 273
  • 257