Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
Thanks.
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
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 ?