<?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: tRestClient - how to put variable into Query Parameters string in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tRestClient-how-to-put-variable-into-Query-Parameters-string/m-p/2296719#M69348</link>
    <description>&lt;P&gt;I solved by constructing the entire string inside a tMap component.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Apr 2022 07:09:19 GMT</pubDate>
    <dc:creator>EGuarato1648206044</dc:creator>
    <dc:date>2022-04-12T07:09:19Z</dc:date>
    <item>
      <title>tRestClient - how to put variable into Query Parameters string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRestClient-how-to-put-variable-into-Query-Parameters-string/m-p/2296716#M69345</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i'm trying to call a POST request. &lt;/P&gt;&lt;P&gt;I'm putting the field in the query parameters of the module and it works with a string. How can I insert in that string the variable of the previous components? I need to put the variable ((String)globalMap.get("&lt;A href="https://row5.id" alt="https://row5.id" target="_blank"&gt;row5.id&lt;/A&gt;")) instead of 2022_04_11.pdf&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000QD5k9AAD.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152967iB5A460B0837B3F47/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000QD5k9AAD.png" alt="0695b00000QD5k9AAD.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've already tried to break the string by inserting &lt;I&gt;"+((String)globalMap.get("row5.nomeprogetto"))+"&lt;/I&gt; but it didn't work.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRestClient-how-to-put-variable-into-Query-Parameters-string/m-p/2296716#M69345</guid>
      <dc:creator>EGuarato1648206044</dc:creator>
      <dc:date>2024-11-15T23:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: tRestClient - how to put variable into Query Parameters string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRestClient-how-to-put-variable-into-Query-Parameters-string/m-p/2296717#M69346</link>
      <description>&lt;P&gt;Hi, could you post screenshot of your job ? I'd like to know where row5 come from.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 15:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRestClient-how-to-put-variable-into-Query-Parameters-string/m-p/2296717#M69346</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-04-11T15:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: tRestClient - how to put variable into Query Parameters string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRestClient-how-to-put-variable-into-Query-Parameters-string/m-p/2296718#M69347</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Add a global variable in a string like this:&lt;/P&gt;&lt;P&gt;"bababa"+((String)globalMap.get("row5.nomeprogetto"))+"bababa"  &lt;/P&gt;&lt;P&gt;For debugging, build the element value on a tJavaRow before it is used and make sure the value is correct, eg:&lt;/P&gt;&lt;P&gt;...row5--tJavaRow--tFlowToIterate--tRestClient&lt;/P&gt;&lt;P&gt;on tJavaRow:&lt;/P&gt;&lt;P&gt;context.element= "bababa"+((String)globalMap.get("row5.nomeprogetto"))+"bababa" ;&lt;/P&gt;&lt;P&gt;System.out.println(context.element)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on tRestClient, use context.element as element value. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 01:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRestClient-how-to-put-variable-into-Query-Parameters-string/m-p/2296718#M69347</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-12T01:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: tRestClient - how to put variable into Query Parameters string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRestClient-how-to-put-variable-into-Query-Parameters-string/m-p/2296719#M69348</link>
      <description>&lt;P&gt;I solved by constructing the entire string inside a tMap component.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 07:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRestClient-how-to-put-variable-into-Query-Parameters-string/m-p/2296719#M69348</guid>
      <dc:creator>EGuarato1648206044</dc:creator>
      <dc:date>2022-04-12T07:09:19Z</dc:date>
    </item>
  </channel>
</rss>

