I have to check a table if a column exists.
If yes (column is already existing): column values should be set to null
if no(column is not existing): column should be added.
in pseudo code:
if exists (column"test") then
all column(“test”)=null
else
add column(test)
In forum I found an node if column exists from column, but I can’t find it.
That is the node I had in mind.
But I can’t find it searching in the nodes… I am using latest Knime with all updates.
When tyring to insert the node using drag and drop from your workflow I got the message:
ERROR CreateMetaNodeTemplateCommand Metanode loading failed with CoreException: The entity is not backed by an input stream, entity class is : java.io.InputStream