ohmu
ohmu

Reputation: 19760

Talend export and import a job

In Talend (particularly MDM Studio TOS and TOP 4.2.3 on Windows 7), how can I export a job so that it can be imported on a separate machine, into an existing workspace.

Upvotes: 6

Views: 19989

Answers (1)

ohmu
ohmu

Reputation: 19760

To export a Job:

  • Right click the Job, and select Export Job.

  • To the right of To archive file, click Browse to choose the destination and name for the Job ZIP archive.

  • Select the Job Version.

  • Set Export type to Anonymous Job.

  • Check all Options.

  • Click Finish.

  • A ZIP archive will be created at the selected destination containing the Job.

To import a Job:

  • Right click Job Designs under the Repository section, and select Import items.

  • Click Select archive file, Browse, and select the Job ZIP archive.

  • Optionally, check overwrite existing items if you're importing an existing Job.

  • Check the Job under the Items List tree.

  • Click Finish.

  • The Job should now appear under Job Designs.

Upvotes: 14

Related Questions