Skip to main content Skip to complementary content

Configuring tJDBCOutput

Procedure

  1. Double-click tJDBCOutput to open its Component view.
  2. In the JDBC URL field, enter the URL of the database in which you need to write the duplicate entries. In this example, it is jdbc:mysql://10.42.10.13:3306/Talend, a MySQL database called Talend.
  3. In the Drive JAR table, add one row to the table by clicking the button.
  4. Click this new row and then click the button to open the Module dialog box and import the jar file required by the MySQL database.
  5. In the Class name field, enter the class file to be called. In this example, it is org.gjt.mm.mysql.Driver.
  6. In the User name and the Password fields, enter the authentication information to that database.
  7. In the Table name field, enter the name of the table in which you need to write data, for example, Namelist. This table must already exist.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!