Re-Structure Data: One Column in Rows

Hi,

I'm just getting started with KNIME and a bit lost finding the right node to restructure my data in the following way:

Currently it is:

Person   Criteria  Value

1             A           2

1             B           4

2             A           3

2             B           3

And I would like to have it in the following way:

Person   Criteria A   Criteria B   

1              2               4

2              3               3 


Any ideas which node will help with this?

Thanks a lot in advance!

 

It is the Pivoting node you are searching for.

 

Cheers Iris