Skip to main content

Creating a Job to insert BLOB data into a MySQL table

Create a Job to iterate over the picture files in the "C:/Talend/images" folder and insert each one into the blobdemo table.
Screenshot of the Job in the Designer.
  • The tFileList iterates all pictures in the "C:/Talend/images" folder.
  • The tFixedFlowInput gets the current file path and outputs it.
  • The tMap calls the routine to read the files as byte array.
  • The tMysqlOutput inserts the BLOB data into the target table.

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!