<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Consume Token from Rest API and post that token and json to tHttpRequest in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254751#M37668</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LNJ9AAO"&gt;@uzix&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;yea, exactly you are right. I post as url encoded with&amp;nbsp;&lt;SPAN&gt;the key as "DETAILS"&amp;nbsp; and the value is json.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;And when i tried it with posting same in postman, i am getting success&amp;nbsp;response.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jan 2020 15:28:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-01-15T15:28:50Z</dc:date>
    <item>
      <title>Consume Token from Rest API and post that token and json to tHttpRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254742#M37659</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to develop a talend job that gets token from tRest component in json format where i tried to extract the token using tExtractJSONField and later I want to post a json(test.txt) along with the token to tHttprequest. But I am getting following error status,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{"status":"Failed","response":"Object reference not set to an instance of an object.","message":"Insert failed."}

&lt;/PRE&gt;&lt;P&gt;But when i tried to replicate the same using postman it was working.&amp;nbsp;Below I have attached screenshot of my talend job and my test scenarios which I did in postman for reference. Please assist me in providing work around for this error and let me know if you require further information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254742#M37659</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T03:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Token from Rest API and post that token and json to tHttpRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254743#M37660</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see that you don´t have an space after "Bearer".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try with -&amp;gt; "Bearer "+globalMap.get("row11.access_token")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With an space after Bearer string&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 12:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254743#M37660</guid>
      <dc:creator>aolmo</dc:creator>
      <dc:date>2020-01-15T12:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Token from Rest API and post that token and json to tHttpRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254744#M37661</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;several issues:&lt;/P&gt;&lt;P&gt;-assign the extracted value value to a globalVar - pic1+pic2&lt;/P&gt;&lt;P&gt;-get the value and use it in auth - pic3 ("Bearer&amp;lt;space&amp;gt;" + globalMap.get("token")&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lx60"&gt;pic1.jpg&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LxSi"&gt;pic2.jpg&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LxR7"&gt;pic3.jpg&lt;/A&gt;</description>
      <pubDate>Wed, 15 Jan 2020 12:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254744#M37661</guid>
      <dc:creator>uzix</dc:creator>
      <dc:date>2020-01-15T12:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Token from Rest API and post that token and json to tHttpRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254745#M37662</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.qlik.com/s/profile/0053p000007LNJ9AAO"&gt;@uzix&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you for your valuable comments. Yep, Now i tried to fix the problem some what based on your comments and&amp;nbsp; i am able to pass token to tHttpRequest. But still I am getting same error. Please find the attached screen shot.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Will there be issue with post parameters from file option, i tried to post direct json file as well json pasted in text file. but still getting same error. is my approach towards posting json to rest service is correct. Please find the attached screen shot of that component as well and suggest me how this can be approached.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks in advance.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LwkN"&gt;tHttpRequest_.PostParameter.JPG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LxSs"&gt;UpdateJob_error.JPG&lt;/A&gt;</description>
      <pubDate>Wed, 15 Jan 2020 13:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254745#M37662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-15T13:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Token from Rest API and post that token and json to tHttpRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254746#M37663</link>
      <description>&lt;P&gt;Can you try with tRestClient component with json as input to send POST request?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 14:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254746#M37663</guid>
      <dc:creator>aolmo</dc:creator>
      <dc:date>2020-01-15T14:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Token from Rest API and post that token and json to tHttpRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254747#M37664</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;good.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;are you able to post with params via postman for example?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in the file used to retrieve the params do you have something like:&lt;/P&gt;
&lt;P&gt;param1=valueOfparam1;param2=valueOfparam2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 14:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254747#M37664</guid>
      <dc:creator>uzix</dc:creator>
      <dc:date>2020-01-15T14:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Token from Rest API and post that token and json to tHttpRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254748#M37665</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LNJ9AAO"&gt;@uzix&lt;/A&gt;&amp;nbsp;in postman i will be posting as follows,&lt;/P&gt; 
&lt;PRE&gt;param1 = {"body":[ {"val1":"10580","val2":"82748","val3":"1226","val4":"155"}, {"val1":"2300","val2":"82548","val3":"1326","val4":"145"} ]}&lt;/PRE&gt; 
&lt;P&gt;while in tHttprequest i am referencing a txt file which has that full json string in below format,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;DIV class=""&gt;
  &amp;nbsp; 
&lt;/DIV&gt; 
&lt;DIV class=""&gt; 
 &lt;DIV class="public-DraftStyleDefault-block public-DraftStyleDefault-ltr"&gt; 
  &lt;PRE&gt;{"body":[
{"val1":"10580","val2":"82748","val3":"1226","val4":"155"},
{"val1":"2300","val2":"82548","val3":"1326","val4":"145"}
]}&lt;/PRE&gt; 
 &lt;/DIV&gt; 
&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Jan 2020 14:25:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254748#M37665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-15T14:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Token from Rest API and post that token and json to tHttpRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254749#M37666</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.qlik.com/s/profile/00539000005GslmAAC"&gt;@Moe&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you for your comments. yea I tried with&amp;nbsp; trestclient, but may I know how we can post json to trestclient, as i tried with tfileinputjson component but i am not able to connect two component. can you suggest me how to post json to trestclient what component we can use.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 14:44:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254749#M37666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-15T14:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Token from Rest API and post that token and json to tHttpRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254750#M37667</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;just trying to understand some points:&lt;/P&gt;&lt;P&gt;do you&amp;nbsp; post via postman with sucess?&lt;/P&gt;&lt;P&gt;- you post as urlencoded ?&amp;nbsp; --&amp;gt; the key is "DETAILS"&amp;nbsp; and the value is the json ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 15:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254750#M37667</guid>
      <dc:creator>uzix</dc:creator>
      <dc:date>2020-01-15T15:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Token from Rest API and post that token and json to tHttpRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254751#M37668</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LNJ9AAO"&gt;@uzix&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;yea, exactly you are right. I post as url encoded with&amp;nbsp;&lt;SPAN&gt;the key as "DETAILS"&amp;nbsp; and the value is json.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;And when i tried it with posting same in postman, i am getting success&amp;nbsp;response.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 15:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254751#M37668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-15T15:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Token from Rest API and post that token and json to tHttpRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254752#M37669</link>
      <description>&lt;P&gt;okay,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;maybe try this:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;-use fixed values to test: pic4&lt;/P&gt; 
&lt;P&gt;-build json using twriteJSONField -&amp;nbsp; pic6&amp;nbsp; -&amp;gt; check the "remove root node"&lt;/P&gt; 
&lt;P&gt;-set the output of&amp;nbsp;twriteJSONField as type String and column name "json"&amp;nbsp; - pic7&lt;/P&gt; 
&lt;P&gt;--&amp;gt;|{"body":[{"val1":"10580","val2":"82748","val3":"1226","val4":"155"},{"val1":"2300","val2":"82548","val3":"1326","val4":"145"}]}|&lt;/P&gt; 
&lt;P&gt;-use the trestclient and set the query parameters accordingly and the input schema - pic8 + pic 9&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lx5R"&gt;pic4.jpg&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LxGO"&gt;pic6.jpg&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LxJo"&gt;pic7.jpg&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lx9A"&gt;pic8.jpg&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LxMD"&gt;pic9.jpg&lt;/A&gt;</description>
      <pubDate>Wed, 15 Jan 2020 15:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254752#M37669</guid>
      <dc:creator>uzix</dc:creator>
      <dc:date>2020-01-15T15:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Token from Rest API and post that token and json to tHttpRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254753#M37670</link>
      <description>&lt;P&gt;using a file as input, try this, more simple:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-create csv file .&lt;/P&gt;
&lt;P&gt;-use tFileInputFullRow and point to csv&lt;/P&gt;
&lt;P&gt;-confirm: output schema of&amp;nbsp;tFileInputFullRow is "line"&lt;/P&gt;
&lt;P&gt;pic10&lt;/P&gt;
&lt;P&gt;tRestClient:&lt;/P&gt;
&lt;P&gt;configure as in pic11&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LwtQ"&gt;pic10.jpg&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lwwt"&gt;pic11.jpg&lt;/A&gt;</description>
      <pubDate>Wed, 15 Jan 2020 16:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254753#M37670</guid>
      <dc:creator>uzix</dc:creator>
      <dc:date>2020-01-15T16:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Token from Rest API and post that token and json to tHttpRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254754#M37671</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LNJ9AAO"&gt;@uzix&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried with above option using tRestClient and passing json through delimited file. But still the response from API is getting failed. Please find the attachment for your reference.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LxJD"&gt;tRestAPIError.JPG&lt;/A&gt;</description>
      <pubDate>Thu, 16 Jan 2020 07:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254754#M37671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-16T07:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Token from Rest API and post that token and json to tHttpRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254755#M37672</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;lets go step by step...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try with&amp;nbsp;&lt;SPAN&gt;tFileInputFullRow&amp;nbsp;as in the pic in above post&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;set the input of trestclient as in pic in above post&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;i see youre setting a json via twritejsonfiled and also using a tfileoutputdelimited in same flow.&lt;/P&gt;
&lt;P&gt;i supose either you use a twritejsonfield to define your json or use a file output delimited with the "parameters"&lt;/P&gt;
&lt;P&gt;copy the json you have working from postman to a csv file in a single line. like in &lt;STRONG&gt;pic12&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;use a&amp;nbsp;&lt;SPAN&gt;tFileInputFullRow and point to said csv file&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;lets try do a simple flow :&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;tFileInputFullRow --&amp;gt; log --&amp;gt; trestclient (pic10)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if possible show:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-tlogrow4 log&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-the trestclient component definitions you have. -&amp;gt; like in &lt;STRONG&gt;pic11&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LxY8"&gt;pic10.jpg&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lxdv"&gt;pic11.jpg&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lxbb"&gt;pic12.jpg&lt;/A&gt;</description>
      <pubDate>Thu, 16 Jan 2020 12:43:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254755#M37672</guid>
      <dc:creator>uzix</dc:creator>
      <dc:date>2020-01-16T12:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Token from Rest API and post that token and json to tHttpRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254756#M37673</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LNJ9AAO"&gt;@uzix&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yea i tried to replicate the same using&amp;nbsp;&lt;SPAN&gt;tFileInputFullRow. But still I am getting the same error.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please find requested screenshots of the component&amp;nbsp;tRestClient,&amp;nbsp;tfileoutputdelimited and output error.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I have no clue&amp;nbsp;what is the problem. If you could assist me it would be great. M&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LxFf"&gt;tRestClientComponent.JPG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LxeF"&gt;UsingtFileInputFullRow.JPG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LxSU"&gt;tFileDelimitedoutput.JPG&lt;/A&gt;</description>
      <pubDate>Thu, 16 Jan 2020 13:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254756#M37673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-16T13:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Token from Rest API and post that token and json to tHttpRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254757#M37674</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in tlogrow sync columns and&amp;nbsp;set your tlog 4 as&amp;nbsp; in pic.&lt;/P&gt;&lt;P&gt;whats the tlog4 result ? does it print the json ?&lt;/P&gt;&lt;P&gt;show the json&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ty&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LxeP"&gt;pic_log.jpg&lt;/A&gt;</description>
      <pubDate>Thu, 16 Jan 2020 13:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254757#M37674</guid>
      <dc:creator>uzix</dc:creator>
      <dc:date>2020-01-16T13:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Token from Rest API and post that token and json to tHttpRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254758#M37675</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.qlik.com/s/profile/0053p000007LNJ9AAO"&gt;@uzix&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yea tlog4 prints json. Please find the attached screen shot of it and let me know if you require further information.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LxW7"&gt;tLogRow4.JPG&lt;/A&gt;</description>
      <pubDate>Thu, 16 Jan 2020 14:48:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254758#M37675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-16T14:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Token from Rest API and post that token and json to tHttpRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254759#M37676</link>
      <description>&lt;P&gt;the json seems ok.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you post the input schema of the trestclient?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 15:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254759#M37676</guid>
      <dc:creator>uzix</dc:creator>
      <dc:date>2020-01-16T15:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Token from Rest API and post that token and json to tHttpRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254760#M37677</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LNJ9AAO"&gt;@uzix&lt;/A&gt;&amp;nbsp; yep, please find the attached screen shot of tRestClient&amp;nbsp;Input Schema&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LxKY"&gt;InputSchematRestClient.JPG&lt;/A&gt;</description>
      <pubDate>Thu, 16 Jan 2020 15:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254760#M37677</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-16T15:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Token from Rest API and post that token and json to tHttpRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254761#M37678</link>
      <description>&lt;P&gt;ok,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;try this:&lt;/P&gt; 
&lt;P&gt;-on tlogrow output remove the output "line"&lt;/P&gt; 
&lt;P&gt;-check input schema of trestclient is empty&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;in&amp;nbsp;trestclient&amp;nbsp; -&amp;gt; query parameter -&amp;gt; change the value of&amp;nbsp; row13.line to row12.line&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;images attached&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LxSk"&gt;pic1_.jpg&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lwg2"&gt;pic2_.jpg&lt;/A&gt;</description>
      <pubDate>Thu, 16 Jan 2020 16:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Consume-Token-from-Rest-API-and-post-that-token-and-json-to/m-p/2254761#M37678</guid>
      <dc:creator>uzix</dc:creator>
      <dc:date>2020-01-16T16:59:51Z</dc:date>
    </item>
  </channel>
</rss>

