<?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: Determining Last Row in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Determining-Last-Row/m-p/2239753#M27459</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;What's tutorial are you referring to? Could you please post it on forum?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Mon, 27 Aug 2018 07:18:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-27T07:18:00Z</dc:date>
    <item>
      <title>Determining Last Row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Determining-Last-Row/m-p/2239752#M27458</link>
      <description>&lt;P&gt;Hi everyone, I tried to follow this tutorial but when I try to build the job I have this error.&lt;/P&gt;&lt;P&gt;I did everything right from the tutorial and I have jdk 1.8 installed and used by talend (v6.4.1).&lt;/P&gt;&lt;P&gt;Could someone help me ? thanks for reading&lt;/P&gt;&lt;P&gt;Hi, I'm trying to develop a talend component where I process 5 records at a time, then at the end of the 5th record, I send the results to my output connection. I have this part working great, the only issue I am having is figuring out what to do if I have an uneven dataset.&lt;/P&gt;&lt;P&gt;Say I have 14 records total. How do I know on the 14th record that I am on the last record of the dataset? Ideally I would like to accomplish this all within my component, and within the main.javajet file, since I cannot send rows as output in the end.javajet file.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 25 Aug 2018 15:31:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Determining-Last-Row/m-p/2239752#M27458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-25T15:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Determining Last Row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Determining-Last-Row/m-p/2239753#M27459</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;What's tutorial are you referring to? Could you please post it on forum?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 07:18:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Determining-Last-Row/m-p/2239753#M27459</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-27T07:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Determining Last Row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Determining-Last-Row/m-p/2239754#M27460</link>
      <description>&lt;P&gt;Hello jaisonpaul,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here's my little suggestion:&lt;/P&gt;
&lt;P&gt;Subjob 1: Read your data source and write the output to a tHashOutput component.&lt;/P&gt;
&lt;P&gt;Subjob 2: Read your data from tHashInput (should be faster than reading from file or database again); if you create a sequence in a tMap, you can compare the sequence value to the value&lt;/P&gt;
&lt;PRE&gt;(Integer) globalMap.get("tFileInputDelimited_1_NB_LINE")&lt;/PRE&gt;
&lt;P&gt;(Substitue "tFileInputDelimited_1" with your input component.) If they are equal, you are processing the last record.&lt;/P&gt;
&lt;P&gt;I hope this helps or gives you an idea.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thomas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 15:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Determining-Last-Row/m-p/2239754#M27460</guid>
      <dc:creator>ThWabi</dc:creator>
      <dc:date>2018-08-27T15:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Determining Last Row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Determining-Last-Row/m-p/2239755#M27461</link>
      <description>&lt;P&gt;Hey, I could use a little help with a Talend Job im creating. Its pretty simple. Its purpose is to iterate through a directory with certain files, rename them and write a log.txt if there is anything wrong. The log is written by a tFileOutputDelimited with informations given by a tJavaRow-Code. But the logfile isnt working correctly. For example there are Statement a, b and c comitted to the Output. Only b and c are written to the log.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 08:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Determining-Last-Row/m-p/2239755#M27461</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-10T08:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Determining Last Row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Determining-Last-Row/m-p/2239756#M27462</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOl0AAG"&gt;@Matilda44&lt;/A&gt; , please open a new topic. Dont spam.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 13:39:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Determining-Last-Row/m-p/2239756#M27462</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-09-10T13:39:12Z</dc:date>
    </item>
  </channel>
</rss>

