Adding multiple columns in a table using one node.

Hello Knime community

I have result of pivot node after preforming some calculations using different nodes. I want to add column1, column2 and column3 in new column and mean of column4 and column 5 in another new column. Is there any node which can add two new columns by performing the above said operations.

I have used different odes but all of them allow one operation at one time.

Regards.

Hi @Mobihashim01 , for deriving multiple columns in a single node, your primary options are Column Expressions (part of the KNIME Expressions extension)
and Java Snippet.

Both require some level of scripting (but not much for these calculations) and can achieve what you are looking for.

Of these, the Column Expressions is arguably more user friendly.

Your use case could alternatively be easily satisfied by a pair of Math Formula nodes though so it is really down to personal preference.

6 Likes

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