knime-ip / knip-scijava

KNIP - SciJava Commands Plugin
2 stars 3 forks source link

SciJava-Nodes should create unique column names #19

Closed gab1one closed 8 years ago

gab1one commented 8 years ago

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

gab1one commented 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?

gab1one commented 8 years ago

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.

gab1one commented 8 years ago

From @Squareys on November 5, 2015 16:28

Ah, but this is only for an "append" table creation setting, right?

gab1one commented 8 years ago

From @tibuch on November 5, 2015 16:37

Yes.