tabledump
Program to output a selected table to a file
This program takes a cube with one or more table blobs in it, and, through input provided by the user, outputs a selected table to an ASCII file, with formatting determined by user input.
Helper button has been provided in the GUI mode for the NAME parameter. The helper button will sequentially fill in the name of each table when pressed, clear the field to blank after the last table has been reached, and then wrap back to the beginning.
Categories
History
Brendan George | 2006-10-26 | Original version |
Brendan George | 2006-12-18 | Fixed helper button |
Steven Lambright | 2007-07-27 | Changed category from Utility to Import and Export |
Steven Koechle | 2008-05-20 | Changed TO parameter to function like other applications in ISIS. It now defaults to console output when no TO file is enterd. |
Christopher Austin | 2008-06-19 | Fixed string representation and display. |
Travis Addair | 2009-03-03 | Changed helper button to only place one table name into the NAME parameter each time it is pressed |
Kris Becker | 2010-12-10 | Added a newline to the last line of the output TO file. |
Jeannie Backer | 2012-10-04 | Changed references to TableField methods to lower camel case. Ordered includes. Added g_ prefix to global variables. Added padding to control statements. References #1169. |
Steven Lambright | 2012-12-10 | Text field outputs are no longer padded with NULL (ASCII 0) characters; these characters were not intended to be part of the output. This was fixed because preserving this behavior would have been much more difficult than fixing it. References #1312. |