<?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 need each Dynamic query output from tMysqlInput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/need-each-Dynamic-query-output-from-tMysqlInput/m-p/2231872#M22023</link>
    <description>hi&lt;BR /&gt;I have a txt file which has a variable name and time stamp eg:&lt;BR /&gt;MARKETING;20120601 //--------&amp;gt;row 1&lt;BR /&gt;CUST_ID;20120602 //-----------&amp;gt;row 2&lt;BR /&gt;using the tFileInputFullRow and tJavaRow I am parsing each row,splitting each row and assigning them to two context variables(at a time for each row).These context variables are then used in a mysql query.So what happens here now is that while using a tLogRow after the tMysqlInput the query using the last row of the input file is only outputed.I want each output of the query using each row from the input text file.&lt;BR /&gt;any suggestions??</description>
    <pubDate>Thu, 11 Oct 2012 04:43:30 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2012-10-11T04:43:30Z</dc:date>
    <item>
      <title>need each Dynamic query output from tMysqlInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/need-each-Dynamic-query-output-from-tMysqlInput/m-p/2231872#M22023</link>
      <description>hi&lt;BR /&gt;I have a txt file which has a variable name and time stamp eg:&lt;BR /&gt;MARKETING;20120601 //--------&amp;gt;row 1&lt;BR /&gt;CUST_ID;20120602 //-----------&amp;gt;row 2&lt;BR /&gt;using the tFileInputFullRow and tJavaRow I am parsing each row,splitting each row and assigning them to two context variables(at a time for each row).These context variables are then used in a mysql query.So what happens here now is that while using a tLogRow after the tMysqlInput the query using the last row of the input file is only outputed.I want each output of the query using each row from the input text file.&lt;BR /&gt;any suggestions??</description>
      <pubDate>Thu, 11 Oct 2012 04:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/need-each-Dynamic-query-output-from-tMysqlInput/m-p/2231872#M22023</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-10-11T04:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: need each Dynamic query output from tMysqlInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/need-each-Dynamic-query-output-from-tMysqlInput/m-p/2231873#M22024</link>
      <description>Hi
&lt;BR /&gt;Using tFlowToIterate to iterate each row, for example:
&lt;BR /&gt;tFileInputFullRow--(main)row1--tJavaRow--(main)row2--tFlowToIterate--iterate--tMysqlInput--main--tLogRow:
&lt;BR /&gt;on tMysqlInput, define a dynamic query like this:
&lt;BR /&gt;
&lt;PRE&gt;"select * from tablename where name='"+(String)globalMap.get("row2.name")+"'"&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Oct 2012 09:00:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/need-each-Dynamic-query-output-from-tMysqlInput/m-p/2231873#M22024</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-11T09:00:44Z</dc:date>
    </item>
  </channel>
</rss>

