Creating a data integration Job
In this section, a data integration Job is created to insert data into a MySQL
database.
Adding and linking components
Procedure
Configuring the pre-job
In the pre-job, the component does not have any parameter or property to
configure. It just initialize the connection to the MySQL database before the execution
of the main Job. As a result, all the required configurations are made in the
tMysqlConnection component.
Procedure
Configuring the main Job
Procedure
Configuring the post-job
In the post-job, the tPostjob component does not have any
parameter or property to configure. It just closes the database connection.