<?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: Random number genaration in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Random-number-genaration/m-p/2279939#M54944</link>
    <description>Thank you - Lijo, 
&lt;BR /&gt;And I have one more question about on the same scenario, I would like to check the available numbers ( 0000 to 9999 ), If not available number in between ( 0000 to 9999 ) generate the new number. Could you please help me out? 
&lt;BR /&gt;Thank you, 
&lt;BR /&gt;Praveen</description>
    <pubDate>Thu, 23 Dec 2010 14:03:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-12-23T14:03:19Z</dc:date>
    <item>
      <title>Random number genaration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Random-number-genaration/m-p/2279937#M54942</link>
      <description>Hi, 
&lt;BR /&gt;I am new to Talend, I am working on open studio tool, I would like to generate a number with in the numbers. 
&lt;BR /&gt;The number are starting from 0000 to 9999, with in the number find out the not in sequence number and generate the new number, it is in DB2. Please help me out.
&lt;BR /&gt;Thank you, 
&lt;BR /&gt;Praveen</description>
      <pubDate>Sat, 16 Nov 2024 13:10:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Random-number-genaration/m-p/2279937#M54942</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Random number genaration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Random-number-genaration/m-p/2279938#M54943</link>
      <description>Hi
&lt;BR /&gt;for this you can use random number generator in java
&lt;BR /&gt;java.util.Random (package)
&lt;BR /&gt;// for generating random number for the range b\w 0000 to 9999
&lt;BR /&gt;int randomInt = randomGenerator.nextInt(9999)</description>
      <pubDate>Thu, 23 Dec 2010 05:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Random-number-genaration/m-p/2279938#M54943</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-23T05:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Random number genaration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Random-number-genaration/m-p/2279939#M54944</link>
      <description>Thank you - Lijo, 
&lt;BR /&gt;And I have one more question about on the same scenario, I would like to check the available numbers ( 0000 to 9999 ), If not available number in between ( 0000 to 9999 ) generate the new number. Could you please help me out? 
&lt;BR /&gt;Thank you, 
&lt;BR /&gt;Praveen</description>
      <pubDate>Thu, 23 Dec 2010 14:03:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Random-number-genaration/m-p/2279939#M54944</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-23T14:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Random number genaration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Random-number-genaration/m-p/2279940#M54945</link>
      <description>Hi Praveen 
&lt;BR /&gt;Are you storing to numbers in the database?, if yes you can put a query else 
&lt;BR /&gt;you can save the numbers to an arraylist and then check if it contains 
&lt;BR /&gt; boolean blnFound = arrayList.contains("2") 
&lt;BR /&gt;Hope it helps you</description>
      <pubDate>Fri, 24 Dec 2010 06:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Random-number-genaration/m-p/2279940#M54945</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-24T06:41:07Z</dc:date>
    </item>
  </channel>
</rss>

