iNTERFACEWARE Products Manual > Installing and Using Chameleon > Using Python Scripting > Chameleon Python API > Table and Row Objects |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
The Table Object contains all of the data in a table, organized by rows. It is obtained by calling the environment.get_table() function, which can be used in the Global Inbound Post Process Script and the Global Inbound Parse-complete Script. (See Environment Variable Functions for more details on this function.) The following table lists the functions and operations that can be performed on this object:
Each row of a Table Object is a Row Object. In a Row Object, you can retrieve data from the row or delete it, as described below:
To view examples of how to use these functions, see Retrieving a Table and Adding or Deleting Rows.
|