Hi there,
I am asking for help in building a workflow that does the following data manipulation:
My original file has the following structure:
Col1 Col2
ID Amadeus
SR Mozart
I1 Test_AM
I1 Test2_AM
IZ Final_AM
ID Giuseppe
SR Verdi
I1 Test_GV
I2 Info_GV
I3 Data_GV
IZ Final_GV
ID Richard
SR Wagner
I2 Info_RW
I2 Info2_RW
IZ Final_RW
…
The manipulation should lead to the following:
ID SR I1 I2 I3 IZ
Amadeus Mozart [Test_AM,Test2_AM] ? ? Final_AM
Giuseppe Verdi Test_GV Info_GV Data_GV Final_GV
Richard Wagner ? [Info_RW, Info2_RW] ? Final_RW
Is there a way to do this with KNIME?
Thanks a lot
Arianna