RE: Row numbers

When I import the IRIS.CSV data using the CSV Reader the first row number is Row0 and the last row is Row149. When I use the R Source (Table) the first row number is Row1 and the last row is Row150. So, whilst all of the data is present in both, why is there a difference in the row numbering? Thanks.

By convention row numbers in KNIME start with 0. So the CSV Reader is right and the R Source node does it wrong.

Thanks Thor. I suspected that the first KNIME row number of 0 was correct, by 'standard' convention numbering.