This component takes any KNIME table as input and converts it to HTML. The output is a flow variable named "html".
The created flow variable can e.g. be used to parameterize a Send Email node, so you can send emails containing a nicely formatted table.
The input table is converted as is. All processing related to the table has to be done beforehand (column filtering, renaming, ordering etc.)
- Type: TableKNIME Table InputAny KNIME table. All columns are converted to string before creating the HTML.