Skip to main content

I am extracting two attributes ( Naam, Value) from a json file. The contents of the "Naam"attribute are actually attributes names and the contents of the "Value"attrbute are the values. So what I need is to transpose the "Naam" attribute to columns and fill those columns with the content of the "Value"attribute (see attachments). I have tried attributepivoter and also attribute Transposer custom transformer. Unfortunatley, I keep getting nothing useful or empy output. Could you please help me with this!

I think this will help you )

https://hub.safe.com/publishers/geosander/transformers/attributetransposer


You need to follow the AttributeTransposer with an AttributeExposer in order to see the attributes in the table view of Visual Preview/Data Inspector


You need to follow the AttributeTransposer with an AttributeExposer in order to see the attributes in the table view of Visual Preview/Data Inspector

Indeed the AttributeExposer is the key. Thanks a lot!


Reply