Chapter 3 Exporting Data from a Source Table and Loading it into a Target Table - Parallel Transporter

Teradata Parallel Transporter Quick Start Guide

Product
Parallel Transporter
Release Number
15.00
Language
English (United States)
Last Update
2018-09-27
dita:id
B035-2501
lifecycle
previous
Product Category
Teradata Tools and Utilities

This chapter describes a third commonly used Teradata PT function: exporting data from a Teradata source table to a Teradata Target Table.

The Teradata PT script you will run exports 10 rows of employee data from a Teradata Source Table called SOURCE_EMP_TABLE, and updates a Teradata Target Table that has 10 rows of employee data.

Here are the contents of SOURCE_EMP_TABLE:

ID11 BILLY
ID12 JANIE
ID13 KRYSTAL
ID14 MATTHEW
ID15 LINDA
ID16 DAN
ID17 LAINE
ID18 MICHIKO
ID19 WILL
ID20 MONICA

Here are the contents of the TARGET_EMP_TABLE:

ID01 JOHN
ID02 PETER
ID03 FRANK
ID04 MARY
ID05 ELLEN
ID06 MICHAEL
ID07 SAM
ID08 JONATHAN
ID09 MICHELLE
ID10 ALICE
Figure 3: Exporting Data from a Source Table to Loading it into a Target Table

Exporting data from a Teradata Source Table into a Teradata Target Table entails performing the following three steps. Do them in the order in which they appear here.