In a script, is there any way to grab the complete content of a table and pipe it into another (empty) table?
I can do it via a a temporary file on disc or by manually looping over all columns and grab + write the values, but was wondering if there is a more direct and faster way.
you can’t in the current build, but in the next release you will be able to do the following:
type table1 > table2
the type command displays the contents of the DATs. for tables, it currently only display the contents of the first cell. in the next build, it will display the contents of all cells in tab-delimited form.