It think that it might be useful sometimes to wrap an entire table into a single cell, together with all the column headers and row indices. The node could be called “Table to Cell”. This cell would then have the type “Data table” and can be unwrapped into a full table with a “Cell to Table” node.
One application is that it could be a more concise alternative to Loop nodes with multiple input/output ports.
I used them to collect Excel files in a table (but maybe did not fully think the concept thru since I got some error messages on my Mac when storing the collection in a KNIME table)
Maybe you can expand on the concept. I have not tried it with a collection of KNIME tables. A table of tables could be the result.
…and subsequently unwrapped again into a full table:
But I think I can hear the Java memory management system / garbage collector scream in agony when I combine lists with different element types in this way
Naively I don’t think that it should be hard to send whatever output the Table Writer node is creating to a table cell instead of a file, which would probably be more efficient than the method above.