The Table Object currently contains only one method, called table.remove_current_row(). It is used in table inbound Python scripts to prevent your application from processing the row, or Iguana from adding the row to the database.
Method
Description
table.remove_current_row()
This method can be called in any table inbound script to remove the current row being processed. This will continue mapping and processing all the inbound scripts for that row (meaning any side effects of the scripts will still occur if there are any), but after that's completed the row is removed.