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

Teradata Parallel Transporter User Guide

Product
Parallel Transporter
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-09
dita:mapPath
vyv1488824663502.ditamap
dita:ditavalPath
Audience_PDF_product_tpt_userguide_include.ditaval
dita:id
B035-2445
lifecycle
previous
Product Category
Teradata Tools and Utilities

Job Objective

Export data from a Teradata 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 a Teradata Database.
    The SQL operator extracts data more slowly than the Export operator. Use the SQL Selector operator only if the Teradata Database is short on load slots, because the SQL Selector operator does not use Teradata Database load slots.
  • FastExport OUTMOD Adapter because it is the only operator that can interface with an OUTMOD routine written for the FastExport utility.