Editing table in knime.

Hi,

I am wondering if there is a way to edit a table in knime. Is there a way to let say flip a outcome of table to node like “Table creator”, so I can add some information to it?

For instance after Groupby node I have something like that:

image

And I would like to add some extra information that will change in future according to director decision.
So the result of that should be:

image

or at other time like:

image

And that result will be used in further process in workflow. The products and quantity in future will differ so this assessment of “Shipment part” will be done manually.

I know hat I can copy and paste (old school) the entire table from groupby to Table creator but isn’t there a way to do that in automatically way ?

Thanks for help.

1 Like

Hi @89trunks,
How about VLOOKUP function like Excel.
Product may be lookup_value and Shipment part may result.
If OK, may I share how to use nodes like VLOOKUP function.

Vlookup function.knwf (10.8 KB)

Regards,
Charm

Hi @89trunks you can use a column appender after your group by, to insert the “Shipment part” column and then edit it using the Table Editor node available in Views>JavaScript. You need to have the KNIME JavaScript Views extension installed

4 Likes

Charm_Myae Thank you for idea.
iperez That is what I was looking for. You’re my savior.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.