<?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: Sending number to http and get response in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Sending-number-to-http-and-get-response/m-p/2305492#M77136</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;please try below :&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xmlDerive1.PNG" style="width: 700px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lx6k.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151601i773DF9C411328C6B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lx6k.png" alt="0683p000009Lx6k.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xmlDerive2.PNG" style="width: 908px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwlH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139466i8B79A758803F28C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwlH.png" alt="0683p000009LwlH.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt;</description>
    <pubDate>Thu, 03 May 2018 15:11:25 GMT</pubDate>
    <dc:creator>vboppudi</dc:creator>
    <dc:date>2018-05-03T15:11:25Z</dc:date>
    <item>
      <title>Sending number to http and get response</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sending-number-to-http-and-get-response/m-p/2305489#M77133</link>
      <description>&lt;P&gt;Need help&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have an url which is like below where xyz is the input value(there will multiple values from the db)&amp;nbsp; to be passed for every number and output is in the form of xml&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://company.net/abc/getnumber/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://company.net/abc/getnumber/&lt;/A&gt;&lt;FONT color="#0000FF"&gt;&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;xyz&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;getnumber&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;lt;numberinfo&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;col1&amp;gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/col1&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;col2&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/col2&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/numberinfo&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;/getnumber&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to get output of col2 only and use it to filter out those not required&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please help me what components i have to use it&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 19:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sending-number-to-http-and-get-response/m-p/2305489#M77133</guid>
      <dc:creator>Karuetl</dc:creator>
      <dc:date>2018-05-02T19:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sending number to http and get response</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sending-number-to-http-and-get-response/m-p/2305490#M77134</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Follow the below steps.&lt;/P&gt;&lt;P&gt;Read xyz values from source&lt;/P&gt;&lt;P&gt;Pass xyz and url to httpRequest component and get xml file.&lt;/P&gt;&lt;P&gt;Use tExtractXMLField component to respective required fields form xml&lt;/P&gt;&lt;P&gt;Use tFilterRow/tMap to filter unwanted records and load data to target.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 20:13:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sending-number-to-http-and-get-response/m-p/2305490#M77134</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-05-02T20:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sending number to http and get response</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sending-number-to-http-and-get-response/m-p/2305491#M77135</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have done steps you mentioned&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;source--&amp;gt;thttprequest (here for testing i checked the "write content to file" and was able to see xml file)&lt;/P&gt;&lt;P&gt;but i dont know how to configure the tExtractXML component&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;getABC&amp;gt;&lt;BR /&gt;&amp;lt;abcInfo&amp;gt;&lt;BR /&gt;&amp;lt;in&amp;gt;99999999999999&amp;lt;/in&amp;gt;&lt;BR /&gt;&amp;lt;is&amp;gt;1111&amp;lt;/is&amp;gt;&lt;BR /&gt;&amp;lt;cc&amp;gt;33&amp;lt;/cc&amp;gt;&lt;BR /&gt;&amp;lt;cn&amp;gt;INDIA&amp;lt;/cn&amp;gt;&lt;BR /&gt;&amp;lt;osi1&amp;gt;GB&amp;lt;/osi1&amp;gt;&lt;BR /&gt;&amp;lt;osi2&amp;gt;GBR&amp;lt;/osi2&amp;gt;&lt;BR /&gt;&amp;lt;/abcInfo&amp;gt;&lt;BR /&gt;&amp;lt;/getABC&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 14:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sending-number-to-http-and-get-response/m-p/2305491#M77135</guid>
      <dc:creator>Karuetl</dc:creator>
      <dc:date>2018-05-03T14:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sending number to http and get response</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sending-number-to-http-and-get-response/m-p/2305492#M77136</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;please try below :&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xmlDerive1.PNG" style="width: 700px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lx6k.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151601i773DF9C411328C6B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lx6k.png" alt="0683p000009Lx6k.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xmlDerive2.PNG" style="width: 908px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwlH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139466i8B79A758803F28C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwlH.png" alt="0683p000009LwlH.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 15:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sending-number-to-http-and-get-response/m-p/2305492#M77136</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-05-03T15:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sending number to http and get response</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sending-number-to-http-and-get-response/m-p/2305493#M77137</link>
      <description>&lt;P&gt;Can I have your email please i cannot share screenshot via public&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 15:42:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sending-number-to-http-and-get-response/m-p/2305493#M77137</guid>
      <dc:creator>Karuetl</dc:creator>
      <dc:date>2018-05-03T15:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sending number to http and get response</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sending-number-to-http-and-get-response/m-p/2305494#M77138</link>
      <description>&lt;P&gt;Sent you message please check.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 15:54:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sending-number-to-http-and-get-response/m-p/2305494#M77138</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-05-03T15:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sending number to http and get response</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sending-number-to-http-and-get-response/m-p/2305495#M77139</link>
      <description>&lt;P&gt;I am reading multiple rows from the source but it extracts only one row .. basically i need to get all those rows that matches the filter condition&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxEc.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147255i615721FFDB7976F0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxEc.png" alt="0683p000009LxEc.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 15:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sending-number-to-http-and-get-response/m-p/2305495#M77139</guid>
      <dc:creator>Karuetl</dc:creator>
      <dc:date>2018-05-03T15:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sending number to http and get response</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sending-number-to-http-and-get-response/m-p/2305496#M77140</link>
      <description>&lt;P&gt;Why you are using tFlowtoiterate ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please&amp;nbsp;try without this component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 15:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sending-number-to-http-and-get-response/m-p/2305496#M77140</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-05-03T15:59:29Z</dc:date>
    </item>
  </channel>
</rss>

