To import a table from file:
From the main menu choose File > Import > Table from File, or in the Object Browser right-click on the Post-Pro object and select Table from File item.
From the following standard dialog box:
choose the necessary *.txt, *.tab or *.csv file containing tables and click Open button.
If the checkbox "Use first string as title" is on, the information from the first string of the file is used as titles of table columns.
To export a table:
Click on it in the Object Browser and select Export Table.
In the standard dialog box enter the name of the file, which will contain your exported table, and click OK button. Your table will be exported.
You can export table to *.txt or *.tab file
Or you can export table to *.csv file
See Also a sample script of Import/Export of tables via TUI.