RowID: Extract row index

Dear all,

I’d like to suggest to extend the RowID node to allow extraction of the row index.

Reasoning
The RowID as a string when sorted leads to a wrong order. It sorts all starting with 1 – regardless if it’s 1, 100 or 1000 – prior to 2. This becomes an unnecessary struggle when i.e. a Column Appender is used. Extraction and usage of the row index is natively supported by almost every other node, though. But not the RowID node.

Kind regards
Mike

3 Likes

Hi @mw

Thank you for this idea!
I just created a feature request and will send this forward to our development team.

Best wishes Iris

4 Likes

Hi @mw

in the meantime you can use the simple java snippet node with ‘return $RowID$;’.

BR Hermann

5 Likes

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