<?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: Sequence Generator not working properly. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Sequence-Generator-not-working-properly/m-p/2275911#M52147</link>
    <description>you can do it adding Sequence Generator to offset but you have to store offset.&lt;BR /&gt;I think informatica store offset in db.&lt;BR /&gt;&lt;BR /&gt;BUT&lt;BR /&gt;if it's to have an unique id in db you have to generate it on db (getNextId or auto inrement) .&lt;BR /&gt;if it's to Have an id in file you have to open file get the max id then insert data.&lt;BR /&gt;if it use to merge or reive data in hashmap use local sequence generator .&lt;BR /&gt;&lt;BR /&gt;what do you need?</description>
    <pubDate>Tue, 11 Sep 2018 12:58:44 GMT</pubDate>
    <dc:creator>fdenis</dc:creator>
    <dc:date>2018-09-11T12:58:44Z</dc:date>
    <item>
      <title>Sequence Generator not working properly.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sequence-Generator-not-working-properly/m-p/2275908#M52144</link>
      <description>&lt;P&gt;I am trying to use sequence generator in tMap with the below syntax.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Sequence_Generator.sequence("s1",1,1)&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If my input has 10 rows, it gives me a correct sequence number starting from 1 to 10 but if i delete my output filer and re-run the job, again it starts with 1 rather than starting with 11.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can anyone please help here?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks in Advance!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 12:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sequence-Generator-not-working-properly/m-p/2275908#M52144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-11T12:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sequence Generator not working properly.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sequence-Generator-not-working-properly/m-p/2275909#M52145</link>
      <description>your Sequence Generator can only see the job thread (it run on thread memory).
&lt;BR /&gt;Il you want a permanent index you have to store it into file or database.
&lt;BR /&gt;Regards,</description>
      <pubDate>Tue, 11 Sep 2018 12:47:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sequence-Generator-not-working-properly/m-p/2275909#M52145</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-11T12:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sequence Generator not working properly.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sequence-Generator-not-working-properly/m-p/2275910#M52146</link>
      <description>&lt;P&gt;Is there no component similar to sequence generator transformation in informatica?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 12:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sequence-Generator-not-working-properly/m-p/2275910#M52146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-11T12:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sequence Generator not working properly.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sequence-Generator-not-working-properly/m-p/2275911#M52147</link>
      <description>you can do it adding Sequence Generator to offset but you have to store offset.&lt;BR /&gt;I think informatica store offset in db.&lt;BR /&gt;&lt;BR /&gt;BUT&lt;BR /&gt;if it's to have an unique id in db you have to generate it on db (getNextId or auto inrement) .&lt;BR /&gt;if it's to Have an id in file you have to open file get the max id then insert data.&lt;BR /&gt;if it use to merge or reive data in hashmap use local sequence generator .&lt;BR /&gt;&lt;BR /&gt;what do you need?</description>
      <pubDate>Tue, 11 Sep 2018 12:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sequence-Generator-not-working-properly/m-p/2275911#M52147</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-11T12:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sequence Generator not working properly.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sequence-Generator-not-working-properly/m-p/2275912#M52148</link>
      <description>&lt;P&gt;I wanted to store this as an offset somewhere. I was checking if Talend have some inbuilt component to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will &lt;SPAN class="emphasis"&gt;tAddCRCRow&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="emphasis"&gt;Component would help in this case?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 13:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sequence-Generator-not-working-properly/m-p/2275912#M52148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-11T13:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sequence Generator not working properly.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sequence-Generator-not-working-properly/m-p/2275913#M52149</link>
      <description>why not.&lt;BR /&gt;but,why dont you use a db sequence?&lt;BR /&gt;if you need uuid you can also write a function.!</description>
      <pubDate>Tue, 11 Sep 2018 13:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sequence-Generator-not-working-properly/m-p/2275913#M52149</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-11T13:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sequence Generator not working properly.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sequence-Generator-not-working-properly/m-p/2275914#M52150</link>
      <description>&lt;P&gt;I suggest you to store it as a context variable.&lt;/P&gt;&lt;P&gt;See tContextDump / tContextLoad components for that.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 13:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sequence-Generator-not-working-properly/m-p/2275914#M52150</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-09-11T13:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sequence Generator not working properly.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sequence-Generator-not-working-properly/m-p/2275915#M52151</link>
      <description>Thank you so much for all your replies!!&lt;BR /&gt;&lt;BR /&gt;I think I might have to use a context variable..</description>
      <pubDate>Tue, 11 Sep 2018 13:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sequence-Generator-not-working-properly/m-p/2275915#M52151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-11T13:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sequence Generator not working properly.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sequence-Generator-not-working-properly/m-p/2275916#M52152</link>
      <description>&lt;P&gt;This link may help you&amp;nbsp;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCt7KCAS" target="_self"&gt;https://community.talend.com/t5/Design-and-Development/store-the-dynamic-values-in-context-variable/m-p/127366&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 13:26:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sequence-Generator-not-working-properly/m-p/2275916#M52152</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-09-11T13:26:24Z</dc:date>
    </item>
  </channel>
</rss>

