Creates a SQL table for the supplied KNIME data table.
This allows the KNIME data table to be used with SQL via the knime DB nodes.
KNOWN LIMITATIONS
Column names must be compatible with an H2 SQL database. Where the column name contains spaces, this will be handled by converted to underscores for processing in the database. Column names must consist of Alphanumerics and underscores, and must not start with a numeric. Column names containing other characters will most likely fail.
v1.0 2023-07-07 @takbb Brian Bates
- Type: DB SessionDatabase ConnectionDatabase connection. Typically it is intended that an H2 database be used for local data manipulation, as this will work with the index creation scripts. Other db connections may not be compatible with the internal scripts used by this component.
- Type: TableData TableTable containing data to be included in the database table