Used within a loop, this creates/appends to a SQL table for the supplied KNIME data table fro the current and previous loop iterations.
This allows the a DB Query to be placed outside of the loop, but connected to the same H2 database and so the currently collected data can be inspected. This is intended primarily for debugging/progress information rather than for use beyond the loop itself.
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 2024-09-12 @takbb Brian Bates
This allows the a DB Query to be placed outside of the loop, but connected to the same H2 database and so the currently collected data can be inspected. This is intended primarily for debugging/progress information rather than for use beyond the loop itself.
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 2024-09-12 @takbb Brian Bates