Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am very new to talend. I have a requirement to get daily data from rest api end point. POST request is to be used. Please guide me how to achieve this. Right now I have created a job like
tRestClient-->tConvertType-->tFileOutput. So if I want to pass current day's date to tRestclient, how to do that dynamically ?
You do not have mentioned how the api expect the parameters.
POST requests usually use a document (json or xml) to accept the information. You have to create the document and than use the incoming flow from the tRestClient to use this document (schema column: string)
If your date value have to be applied as query parameter you setup the value in the Basic settings in the Query section.
If your date value schould be applied as part of the URL you have to build the URL according to your needs.
At least not enough information to help you further.