<?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 Parsing JSON Data from a series of REST calls in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Parsing-JSON-Data-from-a-series-of-REST-calls/m-p/2286392#M60014</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to build a job that can make a series of HTTP requests using the REST client to a dynamic list of endpoints and return that data in usable JSON format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a list of employee numbers, and the endpoints I need to hit are different for each employee number. I have been able to iterate over a series of values and log out the response for each of these requests, and the data seems right, but they all come back as separate responses.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would anyone be able to explain how to set this up so that the data from the different responses can become one single data file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Wed, 08 Apr 2020 20:51:20 GMT</pubDate>
    <dc:creator>dan-rosen</dc:creator>
    <dc:date>2020-04-08T20:51:20Z</dc:date>
    <item>
      <title>Parsing JSON Data from a series of REST calls</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parsing-JSON-Data-from-a-series-of-REST-calls/m-p/2286392#M60014</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to build a job that can make a series of HTTP requests using the REST client to a dynamic list of endpoints and return that data in usable JSON format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a list of employee numbers, and the endpoints I need to hit are different for each employee number. I have been able to iterate over a series of values and log out the response for each of these requests, and the data seems right, but they all come back as separate responses.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would anyone be able to explain how to set this up so that the data from the different responses can become one single data file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 20:51:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parsing-JSON-Data-from-a-series-of-REST-calls/m-p/2286392#M60014</guid>
      <dc:creator>dan-rosen</dc:creator>
      <dc:date>2020-04-08T20:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing JSON Data from a series of REST calls</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parsing-JSON-Data-from-a-series-of-REST-calls/m-p/2286393#M60015</link>
      <description>&lt;P&gt;Extract data from each response using tExtractJsonField and store them into memory using tHashOutput. In next subjob, read all data from memory using tHashInput, re-write a Json string and output it to a file.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Shong&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 08:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parsing-JSON-Data-from-a-series-of-REST-calls/m-p/2286393#M60015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-15T08:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing JSON Data from a series of REST calls</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parsing-JSON-Data-from-a-series-of-REST-calls/m-p/2286394#M60016</link>
      <description>&lt;P&gt;Thanks Shong, that's a good suggestion. I was actually able to solve my issue by writing the data to a database in each iteration (or alternatively storing in a temp file), but it sounds like your solution will work better in a job that requires work to be done on this combined data set, so I will give that a shot at some point as well.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 12:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parsing-JSON-Data-from-a-series-of-REST-calls/m-p/2286394#M60016</guid>
      <dc:creator>dan-rosen</dc:creator>
      <dc:date>2020-04-15T12:10:36Z</dc:date>
    </item>
  </channel>
</rss>

