<?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: [resolved] Extract sample rows from delimited input file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Extract-sample-rows-from-delimited-input-file/m-p/2244873#M30892</link>
    <description>Hi&lt;BR /&gt;Thank you very much for your answers.&lt;BR /&gt;I needed a random output so I'll use the built in feature of the fileinputdelimited componant (lazy me ! could have found it alone)&lt;BR /&gt;Bye</description>
    <pubDate>Thu, 02 Apr 2015 03:45:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-04-02T03:45:28Z</dc:date>
    <item>
      <title>[resolved] Extract sample rows from delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Extract-sample-rows-from-delimited-input-file/m-p/2244870#M30889</link>
      <description>Hello 
&lt;BR /&gt;From one delimited input file (csv with X rows) I would like to extract a sample file with one row out of each 200. 
&lt;BR /&gt;Is there a component that will let me do this ? 
&lt;BR /&gt;If so, I think i'll have to get the number of line from input file with globalvar NBLINE, and add a modulus 200 (%200) 
&lt;BR /&gt;Thanks a lot.&amp;nbsp;</description>
      <pubDate>Tue, 31 Mar 2015 17:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Extract-sample-rows-from-delimited-input-file/m-p/2244870#M30889</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-31T17:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Extract sample rows from delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Extract-sample-rows-from-delimited-input-file/m-p/2244871#M30890</link>
      <description>Hi&amp;nbsp; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;fbonnot,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Do you want to extract the first 200 rows or any 200 rows in input file? If former, you can use "Header", "Footer" and "Limit" option in tfileinputdelimited component to control&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, sans-serif"&gt;the number of lines needed.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;If you want to extract any 200 rows in your input file, could you please take a look at a related forum:&amp;nbsp;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCqs8CAC" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-how-to-read-data-from-text-file-from-nth-line-to-nth/td-p/111823&lt;/A&gt;&amp;nbsp;to see if it is what you are looking for?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 01 Apr 2015 08:17:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Extract-sample-rows-from-delimited-input-file/m-p/2244871#M30890</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-01T08:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Extract sample rows from delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Extract-sample-rows-from-delimited-input-file/m-p/2244872#M30891</link>
      <description>Do you need random rows then use Advance Setting--&amp;gt; "Extract Line at Random"&amp;nbsp;
&lt;BR /&gt;this can provide you random rows from your input file. use limit option to control the number of lines needed.&amp;nbsp;</description>
      <pubDate>Wed, 01 Apr 2015 09:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Extract-sample-rows-from-delimited-input-file/m-p/2244872#M30891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-01T09:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Extract sample rows from delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Extract-sample-rows-from-delimited-input-file/m-p/2244873#M30892</link>
      <description>Hi&lt;BR /&gt;Thank you very much for your answers.&lt;BR /&gt;I needed a random output so I'll use the built in feature of the fileinputdelimited componant (lazy me ! could have found it alone)&lt;BR /&gt;Bye</description>
      <pubDate>Thu, 02 Apr 2015 03:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Extract-sample-rows-from-delimited-input-file/m-p/2244873#M30892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-02T03:45:28Z</dc:date>
    </item>
  </channel>
</rss>

