Question

How to map field names as separate feature values?

  • 20 September 2022
  • 2 replies
  • 3 views

Currently, I have a dataset which looks like this:

imageI am wanting to produce something that looks like this:

imageRather than having each different activity displayed as a separate field name, I simply want to convert this into a single field name "Activity" then list the different activity types as a value on separate rows instead of the field header. I then want to apply the relevant frequency field to each activity.

 

Anyone have any ideas?

 

Thanks in advance


2 replies

Userlevel 1
Badge +21

The AttributeExploder should get you most of the way there

imageYou will need to filter out some of the features afterwards and remove the original attributes but that should be straightforward.

The AttributeExploder should get you most of the way there

imageYou will need to filter out some of the features afterwards and remove the original attributes but that should be straightforward.

Just what I needed, thank you :)

Reply