DB Table Creator cannot be opened for configuration - Output type mappings are missing for columns

Hello @LB_Knime,

I’m guessing that Concatenate node joined (appended) 3 column (for which are are getting warning) that have same names but different column types. This resulted in Non-Native (and perhaps) other column types for which there is no mapping available and then you can not even open (configure) DB Table Creator. Column types can be inspected on second tab of table output view Spec - Columns:

There are multiple ways to deal with it (as always :slight_smile:). Either make sure to have same column types before concatenate or change it something normal after it.

Column Auto Type Cast is usually node used in these situations. See here for a bit more:

Br,
Ivan

1 Like