I have a transposed data table with a single row with the ID “Column523”.
I need to rename “Column523” to “Column1”.
I can only find a “Column Rename” node, but no “Row Rename” node.
How can I do this?
I have a transposed data table with a single row with the ID “Column523”.
I need to rename “Column523” to “Column1”.
I can only find a “Column Rename” node, but no “Row Rename” node.
How can I do this?
Hello @nobody,
either use Column Rename node before transposing either use Constant Value Column node to add your desired rowID followed by RowID node to change rowID by using value(s) from this new column.
Br,
Ivan
Hi!
If you’d like to reset the column for row ID, just use the row ID node to reset. If you need to use values as row id, you can use it too.
BR,
Denis
Thanks! It works now
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.