Renaming of column names by using another table's variables

Hello,

Let I have two tables:

  • First one has just one column, which consists strings in its rows.

  • Second table has some columns(number of columns is equal to numbers of rows of first table).

I want to rename column names of the second table. The new names of columns will come from the rows of the first table.

I will be glad for some help.

Thanks a lot.

Hi @statman

See this workflow insert_column_header.knwf (25.3 KB). It creates a table with old and new column names that can be used in the Insert Column Header node.
Screenshot%20from%202019-12-24%2019-31-40
gr, Hans

3 Likes

Thanks a lot Hans S. I didn’t recognize Insert Column Header. This was very useful for me.

3 Likes

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