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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
himanshup
Contributor III
Contributor III

How do I map the fields out of tExtractJSONFields component

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

Labels (2)
0 Replies