<?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: Iterate Row by Row and pass on the row value to Job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Iterate-Row-by-Row-and-pass-on-the-row-value-to-Job/m-p/2232410#M22378</link>
    <description>try this way:&lt;BR /&gt;tMysqlInput--row1--&amp;gt;tFlowToIterate--iterate--&amp;gt;tJava&lt;BR /&gt;the column values will be put in the global map:&lt;BR /&gt;globalMap.get("row1.column_name");</description>
    <pubDate>Wed, 20 Apr 2011 15:30:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-04-20T15:30:22Z</dc:date>
    <item>
      <title>Iterate Row by Row and pass on the row value to Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-Row-by-Row-and-pass-on-the-row-value-to-Job/m-p/2232409#M22377</link>
      <description>Hello, 
&lt;BR /&gt;I need to perform following job: 
&lt;BR /&gt;There is a job named Daily_ETL which populates certain MySQL tables on a daily basis, when the a date parameter is passed to it. 
&lt;BR /&gt;Now I want to make version 2 of this job which populates those tables for past dates 
&lt;BR /&gt;For that purpose, I have a table in database which lists all dates (from 2 years back to current date). 
&lt;BR /&gt;I want to read that table row by row and pass on the date value to my job which essentially has SQL queries. The date parameter shall be embedded in those queries. 
&lt;BR /&gt;I tried tMysqlInput -&amp;gt;tJava but all it prints is null. 
&lt;BR /&gt;I'll be greatly thankful if this gets resolved 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;I have attached snapshots of the job so as to correct me where I'm going wrong. 
&lt;BR /&gt;thanks. 
&lt;BR /&gt;PS- I'm new to forums 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 12:58:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-Row-by-Row-and-pass-on-the-row-value-to-Job/m-p/2232409#M22377</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate Row by Row and pass on the row value to Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-Row-by-Row-and-pass-on-the-row-value-to-Job/m-p/2232410#M22378</link>
      <description>try this way:&lt;BR /&gt;tMysqlInput--row1--&amp;gt;tFlowToIterate--iterate--&amp;gt;tJava&lt;BR /&gt;the column values will be put in the global map:&lt;BR /&gt;globalMap.get("row1.column_name");</description>
      <pubDate>Wed, 20 Apr 2011 15:30:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-Row-by-Row-and-pass-on-the-row-value-to-Job/m-p/2232410#M22378</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-20T15:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate Row by Row and pass on the row value to Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-Row-by-Row-and-pass-on-the-row-value-to-Job/m-p/2232411#M22379</link>
      <description>Thank you so much John. It worked!</description>
      <pubDate>Wed, 20 Apr 2011 15:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-Row-by-Row-and-pass-on-the-row-value-to-Job/m-p/2232411#M22379</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-20T15:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate Row by Row and pass on the row value to Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-Row-by-Row-and-pass-on-the-row-value-to-Job/m-p/2232412#M22380</link>
      <description>Hi..&lt;BR /&gt;&lt;BR /&gt;As you have worked on date , do you know how to work on time type...&lt;BR /&gt;Talend doesnt suppot only time data type I guess...&lt;BR /&gt;Please need a help regarding this...</description>
      <pubDate>Fri, 18 Jan 2013 09:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-Row-by-Row-and-pass-on-the-row-value-to-Job/m-p/2232412#M22380</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-01-18T09:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate Row by Row and pass on the row value to Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-Row-by-Row-and-pass-on-the-row-value-to-Job/m-p/2232413#M22381</link>
      <description>Hi jai, 
&lt;BR /&gt; All the Talend date method can be found in Talend code--&amp;gt;routine--&amp;gt;TalendDate where you can find all and globalMap. 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6CM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130175iD25CF20DF43075B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6CM.png" alt="0683p000009M6CM.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 18 Jan 2013 09:44:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-Row-by-Row-and-pass-on-the-row-value-to-Job/m-p/2232413#M22381</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-18T09:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate Row by Row and pass on the row value to Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-Row-by-Row-and-pass-on-the-row-value-to-Job/m-p/2232414#M22382</link>
      <description>hi, 
&lt;BR /&gt;you cannot write a flow in a tJava component (or using using iteration like JohnGarrettMartin suggestion). 
&lt;BR /&gt;It's the reason you 've got null value. 
&lt;BR /&gt;To flow data through tJava componenet, use tJavaRow. 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
      <pubDate>Fri, 18 Jan 2013 11:46:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-Row-by-Row-and-pass-on-the-row-value-to-Job/m-p/2232414#M22382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-18T11:46:55Z</dc:date>
    </item>
  </channel>
</rss>

