<?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] Load only first 10 records in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Load-only-first-10-records/m-p/2258746#M40460</link>
    <description>Hi 
&lt;BR /&gt;Add a sequence number to each records, filter the rows which lesser than 11. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
    <pubDate>Sat, 04 Apr 2015 17:48:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-04-04T17:48:20Z</dc:date>
    <item>
      <title>[resolved] Load only first 10 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Load-only-first-10-records/m-p/2258745#M40459</link>
      <description>HI
&lt;BR /&gt;&amp;nbsp;A small scenario:How to load first 10 records in my target DB. Please let me know how many ways can be solved this problem.
&lt;BR /&gt;Thanks&amp;amp;Regards
&lt;BR /&gt;Siva.</description>
      <pubDate>Sat, 04 Apr 2015 08:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Load-only-first-10-records/m-p/2258745#M40459</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-04T08:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Load only first 10 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Load-only-first-10-records/m-p/2258746#M40460</link>
      <description>Hi 
&lt;BR /&gt;Add a sequence number to each records, filter the rows which lesser than 11. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Sat, 04 Apr 2015 17:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Load-only-first-10-records/m-p/2258746#M40460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-04T17:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Load only first 10 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Load-only-first-10-records/m-p/2258747#M40461</link>
      <description>Use tsample row with Range "1..10" and insert into your Desired Database</description>
      <pubDate>Mon, 06 Apr 2015 10:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Load-only-first-10-records/m-p/2258747#M40461</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-06T10:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Load only first 10 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Load-only-first-10-records/m-p/2258748#M40462</link>
      <description>Hi,
&lt;BR /&gt;if you mean DB like MySQL I would put the limit to the MySQL query, can't see the point to pull like million rows first and then start limiting them.
&lt;BR /&gt;Just add "LIMIT 10" to your SQL query.
&lt;BR /&gt;Peter
&lt;BR /&gt;The Biggest Talend Components Provider (except Talend)</description>
      <pubDate>Mon, 06 Apr 2015 21:36:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Load-only-first-10-records/m-p/2258748#M40462</guid>
      <dc:creator>Cloudbee</dc:creator>
      <dc:date>2015-04-06T21:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Load only first 10 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Load-only-first-10-records/m-p/2258749#M40463</link>
      <description>if your input is file then use "limit" option to get 10 rows only.&amp;nbsp;</description>
      <pubDate>Tue, 07 Apr 2015 07:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Load-only-first-10-records/m-p/2258749#M40463</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-07T07:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Load only first 10 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Load-only-first-10-records/m-p/2258750#M40464</link>
      <description>Tank u&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;kiranpariyarath&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Thanks&amp;amp;Regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;siva.a&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 09 Apr 2015 06:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Load-only-first-10-records/m-p/2258750#M40464</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-09T06:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Load only first 10 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Load-only-first-10-records/m-p/2258751#M40465</link>
      <description>u r welcome 
&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;</description>
      <pubDate>Thu, 09 Apr 2015 10:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Load-only-first-10-records/m-p/2258751#M40465</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-09T10:30:12Z</dc:date>
    </item>
  </channel>
</rss>

