<?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: tdbinput---iterate---tdbsp in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tdbinput-iterate-tdbsp/m-p/2276508#M52565</link>
    <description>&lt;P&gt;not sure what exactly your question about, but you need to understand the logic&lt;/P&gt; 
&lt;P&gt;tFlowToIterate it is a loop, with a condition - "for each row from the source dataset"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;component do not transfer data flow, but instead, it stores each row values to related global variables&lt;/P&gt; 
&lt;P&gt;by default each column stored to a global variable "connection name.column name" ("row1.column1")&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;than loop execute the following group of components, it could be separate data input, but you can use stored variables as parameters anywhere inside the loop iteration&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Oct 2019 22:18:20 GMT</pubDate>
    <dc:creator>vapukov</dc:creator>
    <dc:date>2019-10-03T22:18:20Z</dc:date>
    <item>
      <title>tdbinput---iterate---tdbsp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tdbinput-iterate-tdbsp/m-p/2276505#M52562</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have designed my job like this&lt;/P&gt;&lt;P&gt;tdbinput--tfilterrow--tflowtoiterate--tdbinput---(iterate)--tdbsp---tlogrow&lt;/P&gt;&lt;P&gt;tdbinput--tfilterrow--tflowtoiterate--tdbinput---(main)--tdbsp---tlogrow&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By using iterate, I was not able to sync columns by default so adding schema manually in the (tdbsp)schema but if i use main flow, i am able to sync schema by default hence getting the correct result.&lt;/P&gt;&lt;P&gt;so, If I use iterate between&amp;nbsp;tdbinput &amp;amp;&amp;nbsp;tdbsp --- I am seeing null values&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I use main between&amp;nbsp;tdbinput &amp;amp;&amp;nbsp;tdbsp --- I am seeing values in tlogrow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you pls help me here with iterate option.&lt;/P&gt;&lt;P&gt;ThanksIn Advance,&lt;/P&gt;&lt;P&gt;Nik&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tdbinput-iterate-tdbsp/m-p/2276505#M52562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: tdbinput---iterate---tdbsp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tdbinput-iterate-tdbsp/m-p/2276506#M52563</link>
      <description>&lt;P&gt;Hi Nik&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you are right - all as described, and it is correct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what is your problem with using main connection instead of iterate?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards, Vlad&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 09:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tdbinput-iterate-tdbsp/m-p/2276506#M52563</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-10-02T09:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: tdbinput---iterate---tdbsp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tdbinput-iterate-tdbsp/m-p/2276507#M52564</link>
      <description>Hi vlad,&lt;BR /&gt;&lt;BR /&gt;Thanks for your response.&lt;BR /&gt;I thought it will not iterate if i use main between TDBINPUT and TDBSP but it does and got the expected result.&lt;BR /&gt;Is it only between these two components and do you know the reason?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Nikhitha</description>
      <pubDate>Wed, 02 Oct 2019 16:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tdbinput-iterate-tdbsp/m-p/2276507#M52564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-02T16:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: tdbinput---iterate---tdbsp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tdbinput-iterate-tdbsp/m-p/2276508#M52565</link>
      <description>&lt;P&gt;not sure what exactly your question about, but you need to understand the logic&lt;/P&gt; 
&lt;P&gt;tFlowToIterate it is a loop, with a condition - "for each row from the source dataset"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;component do not transfer data flow, but instead, it stores each row values to related global variables&lt;/P&gt; 
&lt;P&gt;by default each column stored to a global variable "connection name.column name" ("row1.column1")&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;than loop execute the following group of components, it could be separate data input, but you can use stored variables as parameters anywhere inside the loop iteration&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 22:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tdbinput-iterate-tdbsp/m-p/2276508#M52565</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-10-03T22:18:20Z</dc:date>
    </item>
  </channel>
</rss>

