<?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: NB_LINE is null in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/NB-LINE-is-null/m-p/2206823#M6727</link>
    <description>&lt;P&gt;Hi Francois,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Apologies - I'm unsure if I understand. This is the only job that I have run. 'src' within the flow is where I am bringing in data from multiple databases (loops through dependent on whichever database it is pulling from) - it then eventually outputs this data to 'out_prc', which is a singular table on a postgresSQL database. Is there any way I can achieve this total number of rows processed/updated etc. of that 'out_prc' within this flow itself, without having to create a 'parent job'?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Pranay&lt;/P&gt;</description>
    <pubDate>Thu, 20 Sep 2018 12:06:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-20T12:06:55Z</dc:date>
    <item>
      <title>NB_LINE is null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NB-LINE-is-null/m-p/2206821#M6725</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am new to Talend and am having issues with trying to output a log of things such as lines processed, updated, inserted etc. into a a PostgresSql database.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;No matter what I try these values keep appearing as null, when I can see rows entering the database. It is however, an iterative process and so is looped to bring through information from multiple databases to output into a singular database. What I want is the totals as explained above.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I attempted to use tflowmeter and tflowmetercatcher, this sort of did the job but gave me the values for each instance I was bringing in, as opposed to an overall value.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please see attached photos of my flow and fixxedlowinput component for further information.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;IMG src="https://community.qlik.com/" border="0" width="999" height="711" title="nb_line.PNG" alt="nb_line.PNG" /&gt;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Pranay&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 11:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NB-LINE-is-null/m-p/2206821#M6725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-20T11:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: NB_LINE is null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NB-LINE-is-null/m-p/2206822#M6726</link>
      <description>hi,&lt;BR /&gt;you can use a tBufferOutput to throw you job information to his parent.&lt;BR /&gt;in parent job you can sum up all your data to get a global vue.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Sep 2018 11:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NB-LINE-is-null/m-p/2206822#M6726</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-20T11:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: NB_LINE is null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NB-LINE-is-null/m-p/2206823#M6727</link>
      <description>&lt;P&gt;Hi Francois,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Apologies - I'm unsure if I understand. This is the only job that I have run. 'src' within the flow is where I am bringing in data from multiple databases (loops through dependent on whichever database it is pulling from) - it then eventually outputs this data to 'out_prc', which is a singular table on a postgresSQL database. Is there any way I can achieve this total number of rows processed/updated etc. of that 'out_prc' within this flow itself, without having to create a 'parent job'?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Pranay&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 12:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NB-LINE-is-null/m-p/2206823#M6727</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-20T12:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: NB_LINE is null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NB-LINE-is-null/m-p/2206824#M6728</link>
      <description>you cannot sum up into the job.
&lt;BR /&gt;but you can do it into the bd.
&lt;BR /&gt;you can use tPostgresRow to execute a query so you can update total
&lt;BR /&gt;"Update sumupTable set totalField=totalField+0" + globlaMap.get("tPostgresOutput_1_NB_LINES")</description>
      <pubDate>Thu, 20 Sep 2018 12:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NB-LINE-is-null/m-p/2206824#M6728</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-20T12:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: NB_LINE is null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NB-LINE-is-null/m-p/2206825#M6729</link>
      <description>did you solve your problem?</description>
      <pubDate>Fri, 21 Sep 2018 10:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NB-LINE-is-null/m-p/2206825#M6729</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-21T10:28:11Z</dc:date>
    </item>
  </channel>
</rss>

