Question

Duplicate features based on two or more attributes

  • 14 November 2018
  • 1 reply
  • 0 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?


1 reply

Userlevel 4
Badge +25

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

Reply