MultiLoad INMOD Adapter Operator Capabilities - Parallel Transporter

Teradata Parallel Transporter Reference

Product
Parallel Transporter
Release Number
15.10
Language
English (United States)
Last Update
2018-10-07
dita:id
B035-2436
lifecycle
previous
Product Category
Teradata Tools and Utilities

The MultiLoad INMOD Adapter operator allows you to use Teradata MultiLoad utility INMOD routines with Teradata PT. This operator can be used as a producer or a filter operator.

The term INMOD is an acronym for “input modification.” INMOD routines are user exit routines the MultiLoad INMOD adapter can call to provide enhanced processing functions on input records before they are sent to the Teradata Database. Y

You can use the MultiLoad INMOD Routine with the MultiLoad INMOD Adapter to read and preprocess input data values from files on the client system. These then provide the USING data for a subsequent SELECT statement.

For information on creating and using FastLoad INMOD Routines Teradata MultiLoad Reference.

Figure 7 and Figure 8 show the MultiLoad INMOD Adapter operator as a producer operator or as a filter operator.

Figure 7: MultiLoad INMOD Adapter Operator as Producer Operator
Figure 8: MultiLoad INMOD Adapter Operator as Filter Operator

Note: To use the MultiLoad INMOD Adapter Operator as a filter operator, define the operator as TYPE MULTILOAD INMOD FILTER in the DEFINE OPERATOR statement and then use the VIA clause to invoke the operator in the APPLY statement. For VIA clause usage Chapter 2: “Object Definitions and the APPLY Statement.”