Could Knime row id begin in 1 instead 0?

Hello,

I am having some difficult to deal with default row id provided by Knime, once it begins in 0. Could Knime row id begin in 1 instead 0? How to set it?

Thanks,

Cadu

Well you can simply use a Maths node with formulae (RowIndex+1) to give a new column. Then connect a Double to Integer node, and convert this new column to Integer format.  Then attach the RowID node and choose to create new RowID column using the Integer column you just created.

Hope this helps.

Simon

1 Like

The workaround I use is to re-number both tables with the RowID node before joining (which is why I usually touch that stuff to begin with). It's annyoing, and IMO a bug/oversight, and not really an intended behaviour or feature (as some claims go about some bugs :-)).

- E