Creates an empty table with a defined schema. This node allows you to specify column names and data types, generating a table structure without any data rows. It is useful for initializing workflows or ensuring that specific columns exist in a table. For example, you can use it in combination with the Concatenate node to guarantee that a table contains required columns for KNIME reports or for processing by other nodes that depend on certain columns being present.
- Type: TableEmpty tableTable with 0 rows and certain columns as set in the configuration dialog.