<?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: tLoop on a tFileInputDelimited : loop number of rows in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tLoop-on-a-tFileInputDelimited-loop-number-of-rows/m-p/2342157#M110048</link>
    <description>unfortunately ((Integer)globalMap.get("tFileInputDelimited_1_NB_LINE")) is null when I am launching the job.  Any idea?&lt;BR /&gt;Valery</description>
    <pubDate>Wed, 29 Feb 2012 15:35:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-02-29T15:35:49Z</dc:date>
    <item>
      <title>tLoop on a tFileInputDelimited : loop number of rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tLoop-on-a-tFileInputDelimited-loop-number-of-rows/m-p/2342151#M110042</link>
      <description>Hello 
&lt;BR /&gt;I put a tLoop on a tFileInputDelimited component in order to loop on it. For the tLoop component, there is a "to" param to define (default value : 10). If I have a non deterministic number of row in the tFileInputDelimited, how can I define the "to" param of tLoop in order to loop at least the number of the row that we have in the file? 
&lt;BR /&gt;thks 
&lt;BR /&gt;Valery</description>
      <pubDate>Wed, 29 Feb 2012 14:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tLoop-on-a-tFileInputDelimited-loop-number-of-rows/m-p/2342151#M110042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-29T14:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: tLoop on a tFileInputDelimited : loop number of rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tLoop-on-a-tFileInputDelimited-loop-number-of-rows/m-p/2342152#M110043</link>
      <description>Hi,
&lt;BR /&gt;Use tFileProperties to find the number of rows in your file.
&lt;BR /&gt;Good luck</description>
      <pubDate>Wed, 29 Feb 2012 14:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tLoop-on-a-tFileInputDelimited-loop-number-of-rows/m-p/2342152#M110043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-29T14:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: tLoop on a tFileInputDelimited : loop number of rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tLoop-on-a-tFileInputDelimited-loop-number-of-rows/m-p/2342153#M110044</link>
      <description>Hi,&lt;BR /&gt;Not sure what you are trying to do here. The file gets read row by row for all rows in it, you don't need a loop there. Can you explain the need for the loop?&lt;BR /&gt;Regards,&lt;BR /&gt;Arno</description>
      <pubDate>Wed, 29 Feb 2012 14:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tLoop-on-a-tFileInputDelimited-loop-number-of-rows/m-p/2342153#M110044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-29T14:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: tLoop on a tFileInputDelimited : loop number of rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tLoop-on-a-tFileInputDelimited-loop-number-of-rows/m-p/2342154#M110045</link>
      <description>Correct Arno, I did not understand why at the begin. Effetively tFileInputDelimited read row by row. 
&lt;BR /&gt;but in 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCrHfCAK" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/how-to-add-an-empty-row/td-p/114679&lt;/A&gt; they are using it. I don't really understand why but it runs. 
&lt;BR /&gt;Valery</description>
      <pubDate>Wed, 29 Feb 2012 15:21:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tLoop-on-a-tFileInputDelimited-loop-number-of-rows/m-p/2342154#M110045</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-29T15:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: tLoop on a tFileInputDelimited : loop number of rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tLoop-on-a-tFileInputDelimited-loop-number-of-rows/m-p/2342155#M110046</link>
      <description>Okay, in case you want to add rows like in that case I get it.&lt;BR /&gt;Using tFileProperties, like saukema suggested, is the correct solution i suppose. &lt;BR /&gt;Regards,&lt;BR /&gt;Arno</description>
      <pubDate>Wed, 29 Feb 2012 15:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tLoop-on-a-tFileInputDelimited-loop-number-of-rows/m-p/2342155#M110046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-29T15:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: tLoop on a tFileInputDelimited : loop number of rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tLoop-on-a-tFileInputDelimited-loop-number-of-rows/m-p/2342156#M110047</link>
      <description>Arno,&lt;BR /&gt;If you get it, could you explain it me brievely?&lt;BR /&gt;thks&lt;BR /&gt;Valery</description>
      <pubDate>Wed, 29 Feb 2012 15:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tLoop-on-a-tFileInputDelimited-loop-number-of-rows/m-p/2342156#M110047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-29T15:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: tLoop on a tFileInputDelimited : loop number of rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tLoop-on-a-tFileInputDelimited-loop-number-of-rows/m-p/2342157#M110048</link>
      <description>unfortunately ((Integer)globalMap.get("tFileInputDelimited_1_NB_LINE")) is null when I am launching the job.  Any idea?&lt;BR /&gt;Valery</description>
      <pubDate>Wed, 29 Feb 2012 15:35:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tLoop-on-a-tFileInputDelimited-loop-number-of-rows/m-p/2342157#M110048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-29T15:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: tLoop on a tFileInputDelimited : loop number of rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tLoop-on-a-tFileInputDelimited-loop-number-of-rows/m-p/2342158#M110049</link>
      <description>Hi Valery,&lt;BR /&gt;Still unsure about what you are trying to achieve here. Do you just want to replicate what's done in the other thread, or do you have a need to insert empty rows?&lt;BR /&gt;Regards,&lt;BR /&gt;Arno</description>
      <pubDate>Thu, 01 Mar 2012 07:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tLoop-on-a-tFileInputDelimited-loop-number-of-rows/m-p/2342158#M110049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-01T07:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: tLoop on a tFileInputDelimited : loop number of rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tLoop-on-a-tFileInputDelimited-loop-number-of-rows/m-p/2342159#M110050</link>
      <description>Hello&lt;BR /&gt;Insert an empty row&lt;BR /&gt;Valery</description>
      <pubDate>Thu, 01 Mar 2012 09:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tLoop-on-a-tFileInputDelimited-loop-number-of-rows/m-p/2342159#M110050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-01T09:01:08Z</dc:date>
    </item>
  </channel>
</rss>

