<?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: Loading data in sequence order in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-sequence-order/m-p/2366450#M129941</link>
    <description>I tried its not working</description>
    <pubDate>Wed, 18 May 2016 15:14:19 GMT</pubDate>
    <dc:creator>gadasowmya</dc:creator>
    <dc:date>2016-05-18T15:14:19Z</dc:date>
    <item>
      <title>Loading data in sequence order</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-sequence-order/m-p/2366444#M129935</link>
      <description>&lt;P&gt;hi ,&lt;BR /&gt;I am loading 10 rows in to Db with sequence order its loading data and job has ran sucessfully,&lt;BR /&gt;If I have ran d job again job is running but the data is loading &amp;nbsp;with 1st sequence I want continuoes sequence(i.e from 11th). how can i get it??&lt;BR /&gt;Please tell how can I retrive this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2016 10:04:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-sequence-order/m-p/2366444#M129935</guid>
      <dc:creator>gadasowmya</dc:creator>
      <dc:date>2016-04-27T10:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in sequence order</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-sequence-order/m-p/2366445#M129936</link>
      <description>Drive your sequence from the database and not Talend if it is possible. Either use a database sequence, LAST_INSERT_ID() for MYSQL, an autoincrement column or create a function to retrieve the last ID from a table and use that plus 1.</description>
      <pubDate>Wed, 27 Apr 2016 10:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-sequence-order/m-p/2366445#M129936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-27T10:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in sequence order</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-sequence-order/m-p/2366446#M129937</link>
      <description>If I understand you correctly, you need some form on change data capture on your source database. 
&lt;BR /&gt;When you say sequence, is there a column with a sequentially allocated sequence? 
&lt;BR /&gt;If so, just record the last sequence processed. 
&lt;BR /&gt;Or you can use triggers to identify changed data, or use system create/modified timestamps...and so on...</description>
      <pubDate>Wed, 27 Apr 2016 10:50:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-sequence-order/m-p/2366446#M129937</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-27T10:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in sequence order</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-sequence-order/m-p/2366447#M129938</link>
      <description>I have two columns id,name I used sequence for id and generated 10 records using trowgenerator and inserted in MysqlDB(no primary key) again i have run that job again,the records are inserting from '1' I want to get it inserted it from '11' so how many times if i run the job it should insert sequentially.how can I??</description>
      <pubDate>Wed, 27 Apr 2016 13:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-sequence-order/m-p/2366447#M129938</guid>
      <dc:creator>gadasowmya</dc:creator>
      <dc:date>2016-04-27T13:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in sequence order</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-sequence-order/m-p/2366448#M129939</link>
      <description>In this case you need to store the last sequence number used so that you can start your sequencing from last+1</description>
      <pubDate>Fri, 29 Apr 2016 08:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-sequence-order/m-p/2366448#M129939</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-29T08:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in sequence order</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-sequence-order/m-p/2366449#M129940</link>
      <description>Hi,&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;If you have a sequence on the ID&amp;nbsp;column, you can try this &amp;nbsp;:&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;I used this for Oracle 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MHGc.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139859i052DA732EC539A14/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MHGc.png" alt="0683p000009MHGc.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;thanks, 
&lt;BR /&gt;Amine</description>
      <pubDate>Fri, 29 Apr 2016 14:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-sequence-order/m-p/2366449#M129940</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-29T14:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in sequence order</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-sequence-order/m-p/2366450#M129941</link>
      <description>I tried its not working</description>
      <pubDate>Wed, 18 May 2016 15:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-sequence-order/m-p/2366450#M129941</guid>
      <dc:creator>gadasowmya</dc:creator>
      <dc:date>2016-05-18T15:14:19Z</dc:date>
    </item>
  </channel>
</rss>

