<?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: How to get multiple rows from webservice? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-multiple-rows-from-webservice/m-p/2223446#M16564</link>
    <description>To get the tWebserviceInput component to output multiple rows you need to use the Match Brackets drop down on the advanced settings of the tWebserviceInput component see post: 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/t5/Design-and-Development/Finding-missing-values-in-a-sequence/td-p/67220" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Finding-missing-values-in-a-sequence/td-p/67220&lt;/A&gt; 
&lt;BR /&gt;In your example you would put 
&lt;BR /&gt;for(int i = 0; i &amp;lt; result.length; i++){ 
&lt;BR /&gt; output_row.name = result 
&lt;I&gt;;&lt;BR /&gt; output_row.address = result&lt;I&gt;;&lt;BR /&gt;&lt;BR /&gt;missing out the final bracket &lt;BR /&gt;you then set the Match Brackets drop down to }&lt;BR /&gt;This works for me.&lt;/I&gt;&lt;/I&gt;</description>
    <pubDate>Fri, 16 Jul 2010 09:29:16 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2010-07-16T09:29:16Z</dc:date>
    <item>
      <title>How to get multiple rows from webservice?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-multiple-rows-from-webservice/m-p/2223444#M16562</link>
      <description>Hi! 
&lt;BR /&gt;I call a webservice that can return multiple objects. 
&lt;BR /&gt;How do I make tWebserviceInput component to output several rows? 
&lt;BR /&gt;I use tWebserviceInput in advanced mode. Standard example is to do this : 
&lt;BR /&gt;for(int i = 0; i &amp;lt; result.length; i++){ 
&lt;BR /&gt; output_row.name = result 
&lt;I&gt;;&lt;BR /&gt; output_row.address = result&lt;I&gt;;&lt;BR /&gt;}&lt;BR /&gt;But, obviously, this will result in one one row being output.&lt;BR /&gt;This si what happens.&lt;BR /&gt;So is there a way to output several rows?&lt;BR /&gt;Thanks,&lt;BR /&gt;Marina&lt;/I&gt;&lt;/I&gt;</description>
      <pubDate>Sat, 16 Nov 2024 14:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-multiple-rows-from-webservice/m-p/2223444#M16562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get multiple rows from webservice?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-multiple-rows-from-webservice/m-p/2223445#M16563</link>
      <description>I answer myself in case somebody wans to know if there is a solution.&lt;BR /&gt;I could not get it done with iWebserviceInput. I ended up creating tJavaFlex that calls webservice code and then iterates through the lines of the result. This component has output links "Main" and "Interate" so I can use a resulting lines normally</description>
      <pubDate>Mon, 17 Nov 2008 16:52:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-multiple-rows-from-webservice/m-p/2223445#M16563</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-17T16:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to get multiple rows from webservice?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-multiple-rows-from-webservice/m-p/2223446#M16564</link>
      <description>To get the tWebserviceInput component to output multiple rows you need to use the Match Brackets drop down on the advanced settings of the tWebserviceInput component see post: 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/t5/Design-and-Development/Finding-missing-values-in-a-sequence/td-p/67220" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Finding-missing-values-in-a-sequence/td-p/67220&lt;/A&gt; 
&lt;BR /&gt;In your example you would put 
&lt;BR /&gt;for(int i = 0; i &amp;lt; result.length; i++){ 
&lt;BR /&gt; output_row.name = result 
&lt;I&gt;;&lt;BR /&gt; output_row.address = result&lt;I&gt;;&lt;BR /&gt;&lt;BR /&gt;missing out the final bracket &lt;BR /&gt;you then set the Match Brackets drop down to }&lt;BR /&gt;This works for me.&lt;/I&gt;&lt;/I&gt;</description>
      <pubDate>Fri, 16 Jul 2010 09:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-multiple-rows-from-webservice/m-p/2223446#M16564</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-07-16T09:29:16Z</dc:date>
    </item>
  </channel>
</rss>

