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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
MCANTAL1639145723
Contributor
Contributor

tRESTCLIENT with json in input and output

Hi,

I am new in Talend and I need to build a job with a tRESTCLIENT with basic authenfication.

I have a json file in input and I have to create a json file in output.

Can someone send me an example ?

0695b00000LwlSbAAJ.png

Thanks.

Labels (2)
2 Replies
gjeremy1617088143

Hi , you could check these documentation it could be very helpfull for you :

https://help.talend.com/r/Btf8zDsnT4ikhQgFW1plpQ/Klh4IbTdmBcfMQvE8Py6Gg

https://help.talend.com/r/en-US/7.3/esb-rest/trestclient-txmlmap-tfileinputdelimited-tfileinputdelimited-building-json-document-with-txmlmap-to-call-rest-service-standard-component

https://help.talend.com/r/en-US/7.3/processing/textractjsonfields-tfileinputjson-tlogrow-tlogrow-collecting-data-from-your-favorite-online-social-network-standard-component-in-this

Send me love and kudos

MCANTAL1639145723
Contributor
Contributor
Author

Hi,

Thanks for the documentation, it's help me a lot.

I have to put the response of the tRestClient in a json file. I use tFileOutputJSON but it's not working, my file is not a json. How can I do ?