Job Example 12: Extracting Rows and Sending Them in Delimited Format - 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

Extract rows from database tables and write them to an external target file as delimited data.

Data Flow Diagram

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

Job Example PTS00016, PTS00017 – Extracting Rows and Sending Them in Delimited Format

Sample Script

For the sample script that corresponds to this job, see the following scripts in the sample/userguide directory:
  • PTS00016: Extracting Rows and Writing Them in Delimited Format using the Export operator
  • PTS00017: Extracting Rows and Writing Them in Delimited Format using the SQL Selector operator

Rationale

This job uses the:
  • Export operator for exporting data from a database table with the schema that matches the table.
  • SQL Selector operator for extracting data from a database table in field mode (character format).