Add empty column

Hello,

 

maybe I'm mistaken, but there seems to be no nodes to add an empty column to a data table. There is a row to add empty rows, so why not add a node to add a new column?

I've seen the issue has been brought up for a couple of years now, so I thought I'd also make a suggestion to add this feature. Seems pretty basic.

 

Regards,

 

Robert

Hi,

you can use the ConstantValueColumn

1 Like

Or Java Snippet (Simple), with return null; as the snippet code

Steve

2 Likes

Thanks a lot. I ended up just creating a new Table with an empty row in my database.