Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
we are currently tying to figure out how to use the HttpClient component with variables within the json body.
Following the documentation we tried every possible combination of:
(stats_out is hereby the name of the flow comming into the HttpClient and job is the column we want to access)
Unfortunatly we are unable to access the data no matter which combination we try. Can someone please explain how to access it?
Hello Denis,
the Talend Studio we are running is currently on "Version: 8 - Build id: 20250730_0900-patch".
So it seems the issues actually was the escaping of the quotes within the JSON body payload.
Here an example how it worked now for us, in case it is helpful for someone else:
BR,
Tim
Hello,
Did you define the var in the '"input" schema ?
Kind regards
Denis
Hi Denis,
yes I did:
but no matter what I try it will not be resolved within the JSON body:
Thank you and BR,
Tim
Hello,
What is the patch level of your Talend Studio ?
Kind regards
Denis
Hello Denis,
the Talend Studio we are running is currently on "Version: 8 - Build id: 20250730_0900-patch".
So it seems the issues actually was the escaping of the quotes within the JSON body payload.
Here an example how it worked now for us, in case it is helpful for someone else:
BR,
Tim