<?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 POST/GET key/values from tMap via http request? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/POST-GET-key-values-from-tMap-via-http-request/m-p/2360394#M124992</link>
    <description>&lt;P&gt;Is there a way to POST/GET key/values coming out of a tMap via http request? tHttpRequest seems not suitable for that... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;THX&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jul 2015 13:38:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-02T13:38:21Z</dc:date>
    <item>
      <title>POST/GET key/values from tMap via http request?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/POST-GET-key-values-from-tMap-via-http-request/m-p/2360394#M124992</link>
      <description>&lt;P&gt;Is there a way to POST/GET key/values coming out of a tMap via http request? tHttpRequest seems not suitable for that... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;THX&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 13:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/POST-GET-key-values-from-tMap-via-http-request/m-p/2360394#M124992</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-02T13:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: POST/GET key/values from tMap via http request?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/POST-GET-key-values-from-tMap-via-http-request/m-p/2360395#M124993</link>
      <description>You can use a tFlowToIterate component. This will store the values of each row in the globalMap hashmap under the name "{rowname}.{columnname}". So for a tMap that is joined to a tFlowToIterate via a row called "row1", a String column called "mycol" can be accessed using the following Java....&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;((String)globalMap.get("row1.mycol"))&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;You can then use these for the lifetime of the iteration. 1 row = 1 iteration.</description>
      <pubDate>Thu, 02 Jul 2015 14:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/POST-GET-key-values-from-tMap-via-http-request/m-p/2360395#M124993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-02T14:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: POST/GET key/values from tMap via http request?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/POST-GET-key-values-from-tMap-via-http-request/m-p/2360396#M124994</link>
      <description>Thanx, that works, though it's not the most elegant version with that global variable concept.</description>
      <pubDate>Mon, 06 Jul 2015 12:46:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/POST-GET-key-values-from-tMap-via-http-request/m-p/2360396#M124994</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-06T12:46:02Z</dc:date>
    </item>
  </channel>
</rss>

