Using the Table Output Operator Property Editor

See Also

The Table Output operator provides static output in the form of relational tables.

To create a Table Output operator:

  1. Drag a Table Output operator from the Palette to the Design view.
  2. As needed, connect the input of the new Table Output component to an operator that has Relation output.
  3. Double-click the Table Output component. The property editor opens. Notice that the component has inherited the schema of its input relation.
  4. As needed, configure the following properties: Name, Is Global, and Global ID.
  5. If you select the Is Global check box, then the table is created if it does not already exist. No columns other than the ones specified by the schema are inserted into it. This schema has all the columns in the schema of the relation produced by the upstream operator, plus the ems_seqid column. Upon undeploy or a redeploy, the table is not deleted or recreated.
  6. The usual practice is to set the global ID to the same string as the component's name.
  7. (Optional) Click the Documentation tab and supply notes on this component.
  8. Click OK.
See Also
 
Using the Relation Output Property Editor

Legal Notices