<?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: Purpose of tFlowToIterate and tIterateToFlow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Purpose-of-tFlowToIterate-and-tIterateToFlow/m-p/2197921#M1462</link>
    <description>Hi Pavan
&lt;BR /&gt;Two scenarios would explain these two components.
&lt;BR /&gt;Scenario 1---tFlowToIterate:
&lt;BR /&gt;Let's say we have a mysql table called tableA which contains queries like "select * from tableB". I need to extract thses queries from tableA and use them for extracting data from tableB.
&lt;BR /&gt;tMysqlInput(tableA)--main(row1)--&amp;gt;tFlowToIterate--Iterate--&amp;gt;tMysqlInput_2--main--&amp;gt;tLogRow
&lt;BR /&gt;In tMysqlInput_2, I type this expression 'row1.query' in the query text field on tMysqlInput_2 for further extraction.
&lt;BR /&gt;Scenario 2---tIterateToFlow:
&lt;BR /&gt;tFileList--Iterate--&amp;gt;tIterateToFlow--&amp;gt;tLogRow
&lt;BR /&gt;How can I get all file names from the specified directory and print them on console?
&lt;BR /&gt;Use tIterateToFlow as the following image.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
    <pubDate>Wed, 27 Jun 2012 04:31:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-06-27T04:31:58Z</dc:date>
    <item>
      <title>Purpose of tFlowToIterate and tIterateToFlow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Purpose-of-tFlowToIterate-and-tIterateToFlow/m-p/2197920#M1461</link>
      <description>Hi Team,
&lt;BR /&gt;I was trying to understand the exact purpose of tFlowToIterate and tIterateToFlow components. I tried to understand the components by reading the documentation available for the components, but it could not help me. I didn't exactly understand the actual use.
&lt;BR /&gt;Can any one explain me with a good scenario that can be easily understandable and grasped.
&lt;BR /&gt;Thanks in advance for the solutions you are going to post.
&lt;BR /&gt;Thanks and Regards,
&lt;BR /&gt;Pavan</description>
      <pubDate>Tue, 26 Jun 2012 16:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Purpose-of-tFlowToIterate-and-tIterateToFlow/m-p/2197920#M1461</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-26T16:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Purpose of tFlowToIterate and tIterateToFlow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Purpose-of-tFlowToIterate-and-tIterateToFlow/m-p/2197921#M1462</link>
      <description>Hi Pavan
&lt;BR /&gt;Two scenarios would explain these two components.
&lt;BR /&gt;Scenario 1---tFlowToIterate:
&lt;BR /&gt;Let's say we have a mysql table called tableA which contains queries like "select * from tableB". I need to extract thses queries from tableA and use them for extracting data from tableB.
&lt;BR /&gt;tMysqlInput(tableA)--main(row1)--&amp;gt;tFlowToIterate--Iterate--&amp;gt;tMysqlInput_2--main--&amp;gt;tLogRow
&lt;BR /&gt;In tMysqlInput_2, I type this expression 'row1.query' in the query text field on tMysqlInput_2 for further extraction.
&lt;BR /&gt;Scenario 2---tIterateToFlow:
&lt;BR /&gt;tFileList--Iterate--&amp;gt;tIterateToFlow--&amp;gt;tLogRow
&lt;BR /&gt;How can I get all file names from the specified directory and print them on console?
&lt;BR /&gt;Use tIterateToFlow as the following image.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 27 Jun 2012 04:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Purpose-of-tFlowToIterate-and-tIterateToFlow/m-p/2197921#M1462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-27T04:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Purpose of tFlowToIterate and tIterateToFlow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Purpose-of-tFlowToIterate-and-tIterateToFlow/m-p/2197922#M1463</link>
      <description>Hi Pedro,
&lt;BR /&gt;Thank you for the scenarios!
&lt;BR /&gt;Thanks and Regards,
&lt;BR /&gt;Pavan
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi Pavan&lt;BR /&gt;Two scenarios would explain these two components.&lt;BR /&gt;Scenario 1---tFlowToIterate:&lt;BR /&gt;Let's say we have a mysql table called tableA which contains queries like "select * from tableB". I need to extract thses queries from tableA and use them for extracting data from tableB.&lt;BR /&gt;tMysqlInput(tableA)--main(row1)--&amp;gt;tFlowToIterate--Iterate--&amp;gt;tMysqlInput_2--main--&amp;gt;tLogRow&lt;BR /&gt;In tMysqlInput_2, I type this expression 'row1.query' in the query text field on tMysqlInput_2 for further extraction.&lt;BR /&gt;Scenario 2---tIterateToFlow:&lt;BR /&gt;tFileList--Iterate--&amp;gt;tIterateToFlow--&amp;gt;tLogRow&lt;BR /&gt;How can I get all file names from the specified directory and print them on console?&lt;BR /&gt;Use tIterateToFlow as the following image.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 27 Jun 2012 11:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Purpose-of-tFlowToIterate-and-tIterateToFlow/m-p/2197922#M1463</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-27T11:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Purpose of tFlowToIterate and tIterateToFlow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Purpose-of-tFlowToIterate-and-tIterateToFlow/m-p/2197923#M1464</link>
      <description>hello pedro, very nice your comment, I wonder if I can use the scenario-1 tFlowToIterate and within tMysqlInput use update and delete clauses, thanks</description>
      <pubDate>Tue, 05 Nov 2013 18:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Purpose-of-tFlowToIterate-and-tIterateToFlow/m-p/2197923#M1464</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-05T18:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Purpose of tFlowToIterate and tIterateToFlow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Purpose-of-tFlowToIterate-and-tIterateToFlow/m-p/2197924#M1465</link>
      <description>Hi, 
&lt;BR /&gt;Do you want to iterate over each of the rows returned from the second query and use them to populate a command to be executed for each row in the first set? 
&lt;BR /&gt;Such as:tMysqlInput_1--main(row1)--tFlowToIterate--tMysqlInput_2--main--tLogRow 
&lt;BR /&gt;on tMysqlInput, set the query like: 
&lt;BR /&gt;"select * from tableName where id="+(Integer)globalMap.get("row1.id") 
&lt;BR /&gt;For your update and delete clauses, txxxrow component is preferred. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 06 Nov 2013 07:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Purpose-of-tFlowToIterate-and-tIterateToFlow/m-p/2197924#M1465</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-06T07:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Purpose of tFlowToIterate and tIterateToFlow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Purpose-of-tFlowToIterate-and-tIterateToFlow/m-p/2197925#M1466</link>
      <description>&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;@xdshi -do you know if it is possible to use the tFlowToIterate to loop through records and create a JSON string every X-Number of records?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;</description>
      <pubDate>Mon, 04 May 2015 19:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Purpose-of-tFlowToIterate-and-tIterateToFlow/m-p/2197925#M1466</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-05-04T19:20:24Z</dc:date>
    </item>
  </channel>
</rss>

