In the current version of TW the whole output of a table translated to a views.inc file is written as one big array. This is different from the format as it can be found in the views.inc files for node.views.inc and other standard .inc files in the views/modules folder where every table field gets its own block. I'm sure it would be appreciated if you could adapt the format according to those standard files and output a single block for every table field. That way it's easier to comment on every table field and the whole file gets more readable as well.