<?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 pass a sql query result set to a variable in talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-sql-query-result-set-to-a-variable-in-talend/m-p/2273764#M50637</link>
    <description>Hi &amp;nbsp;&lt;BR /&gt;Execute the count query with tMSSQLInput and store the result to a context variable on &amp;nbsp;tJavaRow, the job looks like:&lt;BR /&gt;tMSSQLInput--main--tJavaRow&lt;BR /&gt;&amp;nbsp; &amp;nbsp;|&lt;BR /&gt;onsubjobokb&lt;BR /&gt;&amp;nbsp; &amp;nbsp;|&lt;BR /&gt;tFileInputDelimited_1--main--tJavaRow--runIf--tDie&lt;BR /&gt;on tJavarow:&lt;BR /&gt;context.nb_employee==input_row.columnName;&lt;BR /&gt;Set the condition of runIf:&lt;BR /&gt;!((Integer)globalMap.get("tFileInputDelimited_1_NB_LINE")==context.nb_employee)&lt;BR /&gt;tDie: stop the job and throw a customized error message.</description>
    <pubDate>Sun, 31 Jan 2016 05:14:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-31T05:14:38Z</dc:date>
    <item>
      <title>How to pass a sql query result set to a variable in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-sql-query-result-set-to-a-variable-in-talend/m-p/2273763#M50636</link>
      <description>Hi all~ 
&lt;BR /&gt;Iam using talend 6.1 . 
&lt;BR /&gt;Part1: This is a simple scenario where I wanna do a count of employees and pass that value to a variable. 
&lt;BR /&gt;select count(emp_id) from Emp_Latest --10 -- &amp;nbsp;I want to pass 10 to a variable.(var1) 
&lt;BR /&gt;part 2: Once that is done I want to check if that value is same as the count_of_employees data obtained from a flat file. 
&lt;BR /&gt;So once part1 is done , I can do the same after reading flat file , and pass required value to a variable(var2). 
&lt;BR /&gt;Do help on how to get part 1 done and how to check whether var1=var2 and only if it matches the job should &amp;nbsp;succeed else should fail. 
&lt;BR /&gt;In SSIS we can do that using execute sql task and can reconcile data using precedent constraint, I am looking for a similar function. 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks and Regards 
&lt;BR /&gt;Praveen U~ 
&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;</description>
      <pubDate>Thu, 21 Jan 2016 13:14:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-sql-query-result-set-to-a-variable-in-talend/m-p/2273763#M50636</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-21T13:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a sql query result set to a variable in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-sql-query-result-set-to-a-variable-in-talend/m-p/2273764#M50637</link>
      <description>Hi &amp;nbsp;&lt;BR /&gt;Execute the count query with tMSSQLInput and store the result to a context variable on &amp;nbsp;tJavaRow, the job looks like:&lt;BR /&gt;tMSSQLInput--main--tJavaRow&lt;BR /&gt;&amp;nbsp; &amp;nbsp;|&lt;BR /&gt;onsubjobokb&lt;BR /&gt;&amp;nbsp; &amp;nbsp;|&lt;BR /&gt;tFileInputDelimited_1--main--tJavaRow--runIf--tDie&lt;BR /&gt;on tJavarow:&lt;BR /&gt;context.nb_employee==input_row.columnName;&lt;BR /&gt;Set the condition of runIf:&lt;BR /&gt;!((Integer)globalMap.get("tFileInputDelimited_1_NB_LINE")==context.nb_employee)&lt;BR /&gt;tDie: stop the job and throw a customized error message.</description>
      <pubDate>Sun, 31 Jan 2016 05:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-sql-query-result-set-to-a-variable-in-talend/m-p/2273764#M50637</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-31T05:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a sql query result set to a variable in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-sql-query-result-set-to-a-variable-in-talend/m-p/2273765#M50638</link>
      <description>Hi, I'have difficult to do it. 
&lt;BR /&gt;I have the first query "select max(date) from tab1". That result is necessary for the second query because will be part of conditions. 
&lt;BR /&gt;I want use the max(date) to select the record from tab2 like this: 
&lt;BR /&gt;"select * from tab2 join... where tab1.max(date) &amp;gt; tab2.max(date)" 
&lt;BR /&gt;How I can do it? I would use context variables or variables in tmap... help&amp;nbsp; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;&amp;nbsp; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;&amp;nbsp; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;&amp;nbsp; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;&amp;nbsp;</description>
      <pubDate>Mon, 01 Feb 2016 15:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-sql-query-result-set-to-a-variable-in-talend/m-p/2273765#M50638</guid>
      <dc:creator>chichibio</dc:creator>
      <dc:date>2016-02-01T15:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a sql query result set to a variable in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-sql-query-result-set-to-a-variable-in-talend/m-p/2273766#M50639</link>
      <description>&lt;PRE&gt;Hi, I'have difficult to do it.&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;I have the first query "select max(date) from tab1". That result is necessary for the second query because will be part of conditions.&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;I want use the max(date) to select the record from tab2 like this:&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;"select * from tab2 join... where tab1.max(date) &amp;gt; tab2.max(date)"&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;How I can do it? I would use context variables or variables in tmap... help&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/PRE&gt;&lt;BR /&gt;You can store the result of the first query to a context variable, and use this variable in the other query. For example:&lt;BR /&gt;tMysqlInput1--main--tJavaRow&lt;BR /&gt;&amp;nbsp; |&lt;BR /&gt;onsubjobok&lt;BR /&gt;&amp;nbsp; |&lt;BR /&gt;tMysqlInput2--main--tLogRow&lt;BR /&gt;on tJavaRow:&lt;BR /&gt;context.date=input_row.max_date_column;&lt;BR /&gt;on tMysqlInput2: write the query like this:&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;"select * from tab2 join... where tab1.max("+context.date+") &amp;gt; tab2.max("+context.date+")"&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 02 Feb 2016 04:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-sql-query-result-set-to-a-variable-in-talend/m-p/2273766#M50639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-02T04:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a sql query result set to a variable in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-sql-query-result-set-to-a-variable-in-talend/m-p/2273767#M50640</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;PRE&gt;Hi, I'have difficult to do it.&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;I have the first query "select max(date) from tab1". That result is necessary for the second query because will be part of conditions.&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;I want use the max(date) to select the record from tab2 like this:&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;"select * from tab2 join... where tab1.max(date) &amp;gt; tab2.max(date)"&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;How I can do it? I would use context variables or variables in tmap... help&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/PRE&gt;&lt;BR /&gt;You can store the result of the first query to a context variable, and use this variable in the other query. For example:&lt;BR /&gt;tMysqlInput1--main--tJavaRow&lt;BR /&gt;&amp;nbsp; |&lt;BR /&gt;onsubjobok&lt;BR /&gt;&amp;nbsp; |&lt;BR /&gt;tMysqlInput2--main--tLogRow&lt;BR /&gt;on tJavaRow:&lt;BR /&gt;context.date=input_row.max_date_column;&lt;BR /&gt;on tMysqlInput2: write the query like this:&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;"select * from tab2 join... where tab1.max("+context.date+") &amp;gt; tab2.max("+context.date+")"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Ok, the first step is difficult. How i can store the query result to a context variable. I want see the step.&lt;BR /&gt;I have that screen :</description>
      <pubDate>Tue, 02 Feb 2016 08:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-sql-query-result-set-to-a-variable-in-talend/m-p/2273767#M50640</guid>
      <dc:creator>chichibio</dc:creator>
      <dc:date>2016-02-02T08:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a sql query result set to a variable in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-sql-query-result-set-to-a-variable-in-talend/m-p/2273768#M50641</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;How i can store the query result to a context variable. I want see the step.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;I have that screen :&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;I have showed you the job design as below:
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tMysqlInput1--main--tJavaRow&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp; |&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;onsubjobok&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp; |&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tMysqlInput2--main--tLogRow&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;on tJavaRow:&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;context.date=input_row.max_date_column;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;//date is a context variable. If you have any troubles to get it works, please upload a screenshot of your job.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Shong&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 02 Feb 2016 09:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-sql-query-result-set-to-a-variable-in-talend/m-p/2273768#M50641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-02T09:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a sql query result set to a variable in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-sql-query-result-set-to-a-variable-in-talend/m-p/2273769#M50642</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt; 
     &lt;BLOCKQUOTE&gt; 
      &lt;TABLE border="1"&gt; 
       &lt;TBODY&gt; 
        &lt;TR&gt; 
         &lt;TD&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;How i can store the query result to a context variable. I want see the step.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;I have that screen :&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt; 
        &lt;/TR&gt; 
       &lt;/TBODY&gt; 
      &lt;/TABLE&gt; 
     &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;I have showed you the job design as below:&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tMysqlInput1--main--tJavaRow&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp; |&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;onsubjobok&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp; |&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tMysqlInput2--main--tLogRow&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;on tJavaRow:&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;context.date=input_row.max_date_column;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;//date is a context variable. If you have any troubles to get it works, please upload a screenshot of your job.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Shong&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Thnx for your patience, I'm beginner.&amp;nbsp; 
&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'm do it, but in tJavaRow I can't write&amp;nbsp; 
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;context.date=input_row.max_date_column;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Dynamic setting is not available.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;David 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCkF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148573i03A13DBAB30A35B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCkF.png" alt="0683p000009MCkF.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 02 Feb 2016 13:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-sql-query-result-set-to-a-variable-in-talend/m-p/2273769#M50642</guid>
      <dc:creator>chichibio</dc:creator>
      <dc:date>2016-02-02T13:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a sql query result set to a variable in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-sql-query-result-set-to-a-variable-in-talend/m-p/2273770#M50643</link>
      <description>Hi&lt;BR /&gt;Write the java code in the basic setting panel rather than dynamic settings panel. Please refers to the component documentation and learn the basic usage of component.&amp;nbsp;</description>
      <pubDate>Tue, 02 Feb 2016 14:35:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-sql-query-result-set-to-a-variable-in-talend/m-p/2273770#M50643</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-02T14:35:17Z</dc:date>
    </item>
  </channel>
</rss>

