Skip to main content Skip to complementary content
Close announcements banner

Populating data in a MySQL database table

Procedure

  1. Double-click tFixedFlowInput to open its Basic settings view.
  2. Click the [...] button next to Edit schema and in the pop-up window define the schema by adding three columns: Id of Integer type, and Name and DelimitedField of String type.
    Click OK to close the schema editor and accept the propagation prompted by the pop-up dialog box.
  3. In the Mode area, select Use Inline Content(delimited file). Then in the Content field displayed, enter the data to write to the database. This input data includes a delimited string column. In this example, the input data is as follows:
    1;Adam;32,Component Team,Developer
    2;Bill;28,Component Team,Tester
    3;Chris;30,Doc Team,Writer
    4;David;35,Doc Team,Leader
    5;Eddie;33,QA Team,Tester
  4. Double-click tMysqlOutput to open its Basic settings view.
  5. Fill the Host, Port, Database, Username, Password fields with the MySQL database connection information.
  6. Fill the Table field with the name of the table to be written. In this example, it is employee.
  7. Select Drop table if exists and create from the Action on table list.
  8. Double-click the first tLogRow to open its Basic settings view.
    In the Mode area, select Table (print values in cells of a table) for better readability of the result.

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 – let us know how we can improve!