To multiply a table x times

Hello everyone,

I have a table with 62k rows, and I need multiply this table 4 times, getting a table with 248k rows, but each 62k row, I need the week, the first 62k rows, I have Week 1 in a column, the second 62k have Week 2 …
How can I do this? Knime have a specific node for this?

Use String Manipulation node to add Week n column 4 times from your original one and using Concatenate node combine them in a final table.

4 Likes

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