I am new to Talend and I am trying to use Talend to create a Job to upload image on O365 using Microsoft graph API. API endpoint that I am using is described in below link.
I have images stored as BLOB in MySQL database. I want to get this images from MySQL DB as jpeg and upload them on O365 using API endpoint and method described in above link. Please guide me on how can I develop the Job to achieve this task.