Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Being fairly new to Talend, I am looking for some guidance for mapping fields out of tExtractJsonFields component.
If the tRESTClient call is successful then the response is something like:
{"success": <true or false>}
if there is an error then the response is something like:
{"error": {"code": <numeric value>,"message": "<some message>","details": []}}
Our Talend studio version:
Talend Data Services Platform
Version: 8
Build id: 20241016_1624-patch
Thank you