<?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: Making a series of POST requests in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Making-a-series-of-POST-requests/m-p/2205760#M6077</link>
    <description>&lt;P&gt;Thanks Shong, can you show the syntax you would use (maybe a screenshot of the component) to put the JSON in the body. I haven't had much luck with dropping the standard {"key1":"value1", "key2":"value2"} into the box&lt;/P&gt;</description>
    <pubDate>Thu, 16 Apr 2020 13:34:38 GMT</pubDate>
    <dc:creator>dan-rosen</dc:creator>
    <dc:date>2020-04-16T13:34:38Z</dc:date>
    <item>
      <title>Making a series of POST requests</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Making-a-series-of-POST-requests/m-p/2205758#M6075</link>
      <description>&lt;P&gt;Does anyone know how I can make a series of post requests with dynamic content?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have JSON data in which each node has the key value pairs that would become the body of the request. How can I dynamically make these requests in a REST component? I imagine it's something like, iterate over the data and use global variables, but I'm unclear how to get the body data syntax into a Talend component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 12:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Making-a-series-of-POST-requests/m-p/2205758#M6075</guid>
      <dc:creator>dan-rosen</dc:creator>
      <dc:date>2020-04-15T12:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Making a series of POST requests</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Making-a-series-of-POST-requests/m-p/2205759#M6076</link>
      <description>&lt;P&gt;Extract each key value pairs from the Json data, and then iterate each key value pairs and pass them to the rest request. How the Json data come from?&lt;BR /&gt;Assuming the data are read from a Json file, the job looks like:&lt;BR /&gt;tFileInputJson--main(row1)--tFlowToiterate--iterate--tRest&lt;BR /&gt;&lt;BR /&gt;In the http body of tRest, you can access the current key value pairs like:&lt;BR /&gt;"bababa"+(String)globalMap.get("row1.columnName)+"bababa"&lt;BR /&gt;&lt;BR /&gt;Please try and let me know if you have any questions.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Shong&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 06:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Making-a-series-of-POST-requests/m-p/2205759#M6076</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-16T06:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Making a series of POST requests</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Making-a-series-of-POST-requests/m-p/2205760#M6077</link>
      <description>&lt;P&gt;Thanks Shong, can you show the syntax you would use (maybe a screenshot of the component) to put the JSON in the body. I haven't had much luck with dropping the standard {"key1":"value1", "key2":"value2"} into the box&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 13:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Making-a-series-of-POST-requests/m-p/2205760#M6077</guid>
      <dc:creator>dan-rosen</dc:creator>
      <dc:date>2020-04-16T13:34:38Z</dc:date>
    </item>
  </channel>
</rss>

