<?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 Persistent Sequence Generation in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Persistent-Sequence-Generation/m-p/2210520#M8917</link>
    <description>Hi - I am looking for some component that can be shared across jobs while generating the next value of Sequence.&amp;nbsp;&lt;BR /&gt;I found the below link on help page. But this appears to be a non-persistent way which will increment everytime from the value set.&lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=How+to+create+a+Sequence&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=How+to+create+a+Sequence&amp;amp;content-lang=en&lt;/A&gt;&lt;BR /&gt;Below is my requirement.&lt;BR /&gt;I need to get the next value of sequence in parallel and use it in my jobs, while getting the next value i need to ensure that the value is not duplicated for different jobs and is always unique. The sequence is not per row but for Job.&lt;BR /&gt;Eg: While generating the Sequence in Parallel for 4 Jobs:&lt;BR /&gt;Job 1 - Sequence Value = 1&lt;BR /&gt;Job 2 - Sequence Value = 2&lt;BR /&gt;Job 3 - Sequence Value = 3&lt;BR /&gt;Job 4 - Sequence Value = 4&lt;BR /&gt;Thanks,</description>
    <pubDate>Thu, 31 Dec 2015 16:57:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-31T16:57:34Z</dc:date>
    <item>
      <title>Persistent Sequence Generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Persistent-Sequence-Generation/m-p/2210520#M8917</link>
      <description>Hi - I am looking for some component that can be shared across jobs while generating the next value of Sequence.&amp;nbsp;&lt;BR /&gt;I found the below link on help page. But this appears to be a non-persistent way which will increment everytime from the value set.&lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=How+to+create+a+Sequence&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=How+to+create+a+Sequence&amp;amp;content-lang=en&lt;/A&gt;&lt;BR /&gt;Below is my requirement.&lt;BR /&gt;I need to get the next value of sequence in parallel and use it in my jobs, while getting the next value i need to ensure that the value is not duplicated for different jobs and is always unique. The sequence is not per row but for Job.&lt;BR /&gt;Eg: While generating the Sequence in Parallel for 4 Jobs:&lt;BR /&gt;Job 1 - Sequence Value = 1&lt;BR /&gt;Job 2 - Sequence Value = 2&lt;BR /&gt;Job 3 - Sequence Value = 3&lt;BR /&gt;Job 4 - Sequence Value = 4&lt;BR /&gt;Thanks,</description>
      <pubDate>Thu, 31 Dec 2015 16:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Persistent-Sequence-Generation/m-p/2210520#M8917</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-31T16:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Persistent Sequence Generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Persistent-Sequence-Generation/m-p/2210521#M8918</link>
      <description>Does it have to be a sequence?&lt;BR /&gt;You could use UUID (String 36).&lt;BR /&gt;import java.util.UUID;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; public static String getUUID() {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 	return UUID.randomUUID().toString();&lt;BR /&gt;&amp;nbsp; &amp;nbsp; }&lt;BR /&gt;if you need a sequence, you probably either have to externalise the generation to something like a database or use Talend's sequence method; but have to start passing initial values around your Jobs.</description>
      <pubDate>Thu, 31 Dec 2015 17:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Persistent-Sequence-Generation/m-p/2210521#M8918</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-31T17:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Persistent Sequence Generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Persistent-Sequence-Generation/m-p/2210522#M8919</link>
      <description>Hi -&amp;nbsp;
&lt;BR /&gt;Unfortunately i cannot rely on the database as sequences are disabled. Is there anything similar to informatica sequence generator transformation we can use in talend to push the key generation with auto-increment by storing the last incremented value persistently within talend?
&lt;BR /&gt;Thank you.</description>
      <pubDate>Thu, 14 Jan 2016 00:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Persistent-Sequence-Generation/m-p/2210522#M8919</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-14T00:55:03Z</dc:date>
    </item>
  </channel>
</rss>

