Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How can i pass value to tRestclient (Query parameter) from a previous tMap field in Talend Open studio?

Note that I don't see any tRESTResponse in Open Studio.

Labels (1)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi
You need to iterate the input rows and add the parameters in Query parameters table list.
eg:
..tMap--out1--tFlowToIterate--iterate-->tRestClient
in Query parameters table list, add the parameter and set it's value like:
out1.columntName

The tRestRequest and tRestResponse components exist in Open Studio for ESB, not in Open Studio for Data Integration.

Regards
Shong

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Hi
You need to iterate the input rows and add the parameters in Query parameters table list.
eg:
..tMap--out1--tFlowToIterate--iterate-->tRestClient
in Query parameters table list, add the parameter and set it's value like:
out1.columntName

The tRestRequest and tRestResponse components exist in Open Studio for ESB, not in Open Studio for Data Integration.

Regards
Shong