Would like to enquire advise any node to amend data from multiple column to 1 column then lookup number from excel to excel. As tried to use value lookup node, the result shows in image 3 where numbering only lookup into the first number but desired output is image 4.
you should use Pivot node (Value columns are BNRs, and Retained columns are others or just ones you need for later) followed by Joiner or Value Lookup.
DSO_testing_1.BOM excel is my original master data,
Example_1 is the data i want to refer into the master data above.
the desired output excel is the excel that i had produced where i try to build it in Knime.
Anyway node that i can use as in excel im able to lookup according to the column and combine as i want because BNR stands alone in each column, however in knime i unable to achieve same result. When i use value lookup, the BNR moves in all row together instead of column.
I don’t think there is any way to produce your desired output from the input you provided. The former has 61 separate #BNRs and the latter only 21. Here’s a workflow which joins the data in your two input tables. It has some extra nodes for QA. While Knime is excellect for data cleaning, you would be well served if you could produce cleaner datasets. Your data is an absolute mess.