Job Example 14: Export Data and Process It with an OUTMOD Routine - Parallel Transporter

Teradata® Parallel Transporter User Guide

Product
Parallel Transporter
Release Number
17.00
Published
August 31, 2020
Language
English (United States)
Last Update
2020-08-27
dita:mapPath
zae1544831938751.ditamap
dita:ditavalPath
tvt1507315030722.ditaval
dita:id
B035-2445
lifecycle
previous
Product Category
Teradata Tools and Utilities

Job Objective

Export data from a database table and send it to an OUTMOD for post-processing before loading into an external target. This job is applicable to OUTMODs written for the FastExport utility.

Data Flow Diagram

The following figure shows a diagram of the job elements for Job Example 14.

Job Example PTS00019 – Export Data and Process It with an OUTMOD Routine

Sample Script

For the sample script that corresponds to this job, see the following scripts in the sample/userguide directory:

PTS00019: Exporting Data and Processing It with an OUTMOD Routine

Rationale

The job uses:
  • Export operator because it is the fastest way to extract large amounts of data from the database.
    The SQL operator extracts data more slowly than the Export operator. Use the SQL Selector operator only if the database is short on load slots, because the SQL Selector operator does not use database load slots.
  • FastExport OUTMOD Adapter because it is the only operator that can interface with an OUTMOD routine written for the FastExport utility.