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: 
Anonymous
Not applicable

[resolved] tExtractJSONFields Configuration

Hi All,
I'm having trouble configuring the tExtractJSONFields component for some very simple JSON outputs and I'm hoping someone can tell me where I'm going wrong.
JSON Output is:
{"access_token":"123456789","token_type":"bearer","expires_in":3599}
Talend component in the screenshot below, however this does not give any output.
0683p000009MDzN.png
Similarly, I have another JSON output:

Talend config in screenshot below, which produces nothing.
0683p000009MDzS.png
I haven't had a lot of JSON experience in Talend so I'm not sure where I'm going wrong.
Thanks,
Rob
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

I found the problem, I was passing the "body" document output from the tRESTClient rather than the "string" output. Otherwise, the configuration was ok.

View solution in original post

1 Reply
Anonymous
Not applicable
Author

I found the problem, I was passing the "body" document output from the tRESTClient rather than the "string" output. Otherwise, the configuration was ok.