<?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 Talend in Talend Data Catalog</title>
    <link>https://community.qlik.com/t5/Talend-Data-Catalog/Talend/m-p/2325575#M388</link>
    <description>&lt;P&gt;I have developped 5 jobs, each one generate a file :&amp;nbsp; file 1 : CCR , file 2: DENT,file3: PLI, file4: COMMISSION , file5: BVC.&lt;/P&gt; 
&lt;P&gt;now i want to generate a csv file counting number of rows generated from tables of each job.&lt;/P&gt; 
&lt;P&gt;remarque: each job generate new result every 15 minutes.&lt;/P&gt; 
&lt;P&gt;Please if there is any suggestions for building this job , post them as soon as possible. &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;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Nov 2018 12:41:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-11-01T12:41:54Z</dc:date>
    <item>
      <title>Talend</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Talend/m-p/2325575#M388</link>
      <description>&lt;P&gt;I have developped 5 jobs, each one generate a file :&amp;nbsp; file 1 : CCR , file 2: DENT,file3: PLI, file4: COMMISSION , file5: BVC.&lt;/P&gt; 
&lt;P&gt;now i want to generate a csv file counting number of rows generated from tables of each job.&lt;/P&gt; 
&lt;P&gt;remarque: each job generate new result every 15 minutes.&lt;/P&gt; 
&lt;P&gt;Please if there is any suggestions for building this job , post them as soon as possible. &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;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 12:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Talend/m-p/2325575#M388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-01T12:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Talend</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Talend/m-p/2325576#M389</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; If you want to identify the number of records loaded in each job load, you an use NB_LINE paramater for that output component and print it (or store it to a variable for future use). In below job, I was able to create a sample of 10 records and I loaded them to a file. I am printing the data later into console using java String.out command.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 871px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0oJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149652i7181874C3EAA3E0D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0oJ.png" alt="0683p000009M0oJ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;In the tjava, I gave Control+Space to get the variable as shown below.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0OC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132731i75168BF21A27D6A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0OC.png" alt="0683p000009M0OC.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If the answer has helped to resolve your query, could you please mark the topic as resolved? Kudos are also welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 18:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Talend/m-p/2325576#M389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-01T18:58:56Z</dc:date>
    </item>
  </channel>
</rss>

