Duplicate column

Hi there,

I need to duplicate a column ( new column has the same values).

e.g.

Col Duplicated Col

1 1
2 2
1 1
4 4
10 10

etc.

I can’t find a duplicate column node. Any suggestions?

Thanks in advance.

Hi @hoppel77

For this case you can use the Column Appender node, using the same table as input. If you have multiple columns you might want to filter out the ones that you do not want to duplicate.

It looks like this:
image

5 Likes

Thank you!!!

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