Create a Job Using XML | Teradata Data Mover - Create Job with XML - Teradata Data Mover

Teradata® Data Mover Quick Start Guide

Product
Teradata Data Mover
Release Number
17.20
17.12
17.11
17.10
17.05
17.00
16.20
16.10
16.00
Published
June 2022
Language
English (United States)
Last Update
2022-06-27
dita:mapPath
hrb1591036655292.ditamap
dita:ditavalPath
ft:empty
dita:id
egl1581345448335
Use an existing XML file as a template to create a new job using the create command. The new job can define a different source and target system, database, and objects than the original XML file.
The following example updates the database section to move tableA from databaseA using the datamove create -job_name testJob2 -f testJob.xml command. The example is a subsection of the XML:
<database selection="unselected">
          <name>databaseA</name>
          <table selection="included">
             <name>tableA</name>
          </table>
        </database>