<?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: extracting the JSON response from tRest component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/extracting-the-JSON-response-from-tRest-component/m-p/2290196#M144722</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000067LRbAAM"&gt;@vapukov&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was finally able to get what I wanted with tExtractJSONField component.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks much for your timely response!!&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuDh"&gt;Screen Shot 2018-12-15 at 5.13.39 PM.png&lt;/A&gt;</description>
    <pubDate>Sat, 15 Dec 2018 22:18:18 GMT</pubDate>
    <dc:creator>nivedhitha</dc:creator>
    <dc:date>2018-12-15T22:18:18Z</dc:date>
    <item>
      <title>extracting the JSON response from tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extracting-the-JSON-response-from-tRest-component/m-p/2290191#M144717</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im making an API call to silverpop(using tRest component) to obtain the access token, passing the client id,client secret and refresh token. I'm getting a JSON response in the below format&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{"access_token":"xxxxxxxxxxxx","token_type":"bearer","refresh_token":"xxxxxxxxx","expires_in":11169}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to be able to be able to save&amp;nbsp;these in a delimited file and assign the access&amp;nbsp;token to&amp;nbsp;a context variable so that I can pass its&amp;nbsp;value in the next API call.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give me a detailed explanation as this topic totally confuses me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for any input that you may be able to give me&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:02:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extracting-the-JSON-response-from-tRest-component/m-p/2290191#M144717</guid>
      <dc:creator>nivedhitha</dc:creator>
      <dc:date>2024-11-16T07:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: extracting the JSON response from tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extracting-the-JSON-response-from-tRest-component/m-p/2290192#M144718</link>
      <description>&lt;P&gt;link response to &lt;STRIKE&gt;tParseJSONFields&amp;nbsp;&lt;/STRIKE&gt;&lt;SPAN&gt;tExtractJSONFields&lt;/SPAN&gt;, than connect to tFlowToIterate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;generally, that's all - tFlowToIterate already store values into global variables, you could use these variables anywhere in following connected subjobs&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 03:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extracting-the-JSON-response-from-tRest-component/m-p/2290192#M144718</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-12-14T03:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: extracting the JSON response from tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extracting-the-JSON-response-from-tRest-component/m-p/2290193#M144719</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000067LRbAAM"&gt;@vapukov&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply. But I don't have 'tParseJSONFields' component.I just have tFileInputJSON and tWriteJSONField components.&amp;nbsp;May be because I'm using the trial license?&lt;/P&gt;
&lt;P&gt;Please let me know of an alternate way to handle this. Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 15:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extracting-the-JSON-response-from-tRest-component/m-p/2290193#M144719</guid>
      <dc:creator>nivedhitha</dc:creator>
      <dc:date>2018-12-14T15:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: extracting the JSON response from tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extracting-the-JSON-response-from-tRest-component/m-p/2290194#M144720</link>
      <description>&lt;P&gt;oh &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sorry!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;of course, you haven't it, because it is tExtractJSONFields -&amp;nbsp;&lt;A href="https://help.talend.com/reader/wDRBNUuxk629sNcI0dNYaA/fXKGrpQJBOMvM4G9ckjE7A" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/wDRBNUuxk629sNcI0dNYaA/fXKGrpQJBOMvM4G9ckjE7A&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 23:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extracting-the-JSON-response-from-tRest-component/m-p/2290194#M144720</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-12-14T23:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: extracting the JSON response from tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extracting-the-JSON-response-from-tRest-component/m-p/2290195#M144721</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000067LRbAAM"&gt;@vapukov&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply.. Can you also please show me how it is done with tExtractJSONField component?&lt;/P&gt;
&lt;P&gt;I tried doing it but was not able to as the JSON response is passed as a single string through the Body field of tRest component and I'm not able to separate&amp;nbsp;the different fields.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is my JSON response&amp;nbsp;&lt;/P&gt;
&lt;P&gt;{"access_token":"xxxxxxx","token_type":"bearer","refresh_token":"xxxxxxxxx”,”expires_in”:14399}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And I want to be able to save these in a delimited file as key value pairs and&amp;nbsp;assign the access token to a context variable.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Dec 2018 18:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extracting-the-JSON-response-from-tRest-component/m-p/2290195#M144721</guid>
      <dc:creator>nivedhitha</dc:creator>
      <dc:date>2018-12-15T18:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: extracting the JSON response from tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extracting-the-JSON-response-from-tRest-component/m-p/2290196#M144722</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000067LRbAAM"&gt;@vapukov&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was finally able to get what I wanted with tExtractJSONField component.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks much for your timely response!!&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuDh"&gt;Screen Shot 2018-12-15 at 5.13.39 PM.png&lt;/A&gt;</description>
      <pubDate>Sat, 15 Dec 2018 22:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extracting-the-JSON-response-from-tRest-component/m-p/2290196#M144722</guid>
      <dc:creator>nivedhitha</dc:creator>
      <dc:date>2018-12-15T22:18:18Z</dc:date>
    </item>
  </channel>
</rss>

