Skip to main content
Question

Duplicate features based on two or more attributes

  • November 14, 2018
  • 1 reply
  • 9 views

I have got the following structure: Three Attributes and a feature with three different values

Attr1 Attr2 Attr3

X Y Z

 

The result should be:

Attr1 NewAttr

X Y

X Z

 

In my initial table (Excel) I have more features of course, but this is the way I have to deal with each feature.

Any ideas?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3702 replies
  • November 14, 2018

You can split the input into two streams, each going into an AttributeManager. One copies Attr2 to NewAttr, the other one copies Attr3 to NewAttr, and then both clean up unused attributes.

none2none.fmw