Closed gab1one closed 8 years ago
From @Squareys on November 5, 2015 16:10
What exactly do you mean? Like, if the input table had columns {"col1", "whatever2"}
, the output columns should be based on that how?
From @tibuch on November 5, 2015 16:20
If a node creates a column with name "col1" the node should check if this name is already part of the input table and add a suffix.
From @Squareys on November 5, 2015 16:28
Ah, but this is only for an "append" table creation setting, right?
From @tibuch on November 5, 2015 16:37
Yes.
From @tibuch on November 5, 2015 11:31
SciJava-Nodes should create unique column names based on the input table.
Copied from original issue: knime-ip/knip2#2