Adding database output components to your Job
In the example below we will create a new Job from the Job filter_movies and add two tMySqlOutput components. These components will be used to write the processed movies information to the specified database tables.
Before you begin
-
You have created and successfully executed the Job filter_movies as described in Filtering the movies information.
Procedure
Results
Now you have added and connected the database output components you need to write the processed movies information to a MySQL database. Next, you'll need to configure new mappings in the tMap and database settings in the tMySqlOutput components.