Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I want to extract the full list of data via Paginated RestAPI.
How I can pass "Limit" & "Offset" values dynamically in talend?
Thanks.
I talk about how you can do this in this thread....
https://community.talend.com/s/question/0D53p00007vCoQbCAK/extract-more-than-10k-records-from-thttpsrequest-component
I'm using tRestClient Component to get JSON data and need to pass Bearer Token authentication. Can't connect tLoop to tRestClient. Which component I should use to achieve it?
Between the tLoop and the tRestClient just add a tJava using an OnComponentOk link to join to the tRestClient. The tJava will do nothing other than permit you to use the OnComponentOk link.
Thank you. It solved now. I followed as suggestions.