Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I am preparing a Talend job which will fetch data from web services using API. The structure of the web service is like this:
Steps which we need to implement:
PS: I have changed the URLs ( As it is confidential) ( Given some random URLs for examples)
Step 1 : After hitting the Parent Folder URL using tRestClient Component, we will get a response in JSON format. Which includes information like:
Hi Shong, Thanks for you concern. To get the details of sub_sub_folder we need to hit the sub_folder URL. So you can say that we need to redo the step 1. But in step 1 we are passing parent folder link which is static. So we cannot change it in future processing, we need to hit the URL of sub_folder to get the details of Sub_sub_folder.
Regards
Shahbaz
We will not get sub_sub_folder details from step 1. From step 1 we are only getting sub_folder details.
After going inside sub_folder we will fetch sub_sub_folder URL (i.e., URL which after hitting gives sub_sub_folder details in response) .
So we have to proceed like this.
Please ask me if any doubts is still there.
Thank you
Shahbaz