<?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: Generate 20 digit random SimCardNumber(int) in Talend  Open Studio in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Generate-20-digit-random-SimCardNumber-int-in-Talend-Open-Studio/m-p/2227279#M18937</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;The maximum value of integer data type in java is&amp;nbsp;&lt;STRONG&gt;2,147,483,647.&amp;nbsp;&lt;/STRONG&gt;So you cannot directly create the sim number as integer type. But I have generated the random 20 digit sim number in string data type.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 914px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0Ro.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140749iD97E61227A6E0175/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0Ro.png" alt="0683p000009M0Ro.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;For this, in the sequence, I have created four columns of integer data type with values ranging from 10000 to 99999. In the tmap, I converted them to string and concatenated the values. Hope it will help to resolve your query. The component screen shots are as below.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 777px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0HR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150445i15BFDFAE568C9415/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0HR.png" alt="0683p000009M0HR.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0Rt.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130597iB7B8A54388E0948F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0Rt.png" alt="0683p000009M0Rt.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The expression used is as below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Integer.toString(row1.sim_number_part1)+Integer.toString(row1.sim_number_part2) + Integer.toString(row1.sim_number_part3) +&lt;BR /&gt;Integer.toString(row1.sim_number_part4)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If the answer has helped you, could you please mark the topic as resolved? Kudos are also welcome.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
    <pubDate>Fri, 12 Oct 2018 06:26:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-10-12T06:26:37Z</dc:date>
    <item>
      <title>Generate 20 digit random SimCardNumber(int) in Talend  Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generate-20-digit-random-SimCardNumber-int-in-Talend-Open-Studio/m-p/2227274#M18932</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;How to generate 20 digit random SimCardNumber(int) in Talend&amp;nbsp; Open Studio?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Dhara&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 12:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generate-20-digit-random-SimCardNumber-int-in-Talend-Open-Studio/m-p/2227274#M18932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-28T12:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Generate 20 digit random SimCardNumber(int) in Talend  Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generate-20-digit-random-SimCardNumber-int-in-Talend-Open-Studio/m-p/2227275#M18933</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;This component tRowGenerator can create an input flow in a Job for testing purposes, in particular for boundary test sets.&lt;/P&gt; 
&lt;P&gt;Please refer to this online component reference:&lt;A title="https://help.talend.com/reader/BM9JUGjCyUoc77mebzVshw/TifKX_CgJCoB3aoxG3QqGQ" href="https://help.talend.com/reader/BM9JUGjCyUoc77mebzVshw/TifKX_CgJCoB3aoxG3QqGQ" target="_self" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/BM9JUGjCyUoc77mebzVshw/TifKX_CgJCoB3aoxG3QqGQ&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Sat, 29 Sep 2018 08:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generate-20-digit-random-SimCardNumber-int-in-Talend-Open-Studio/m-p/2227275#M18933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-29T08:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Generate 20 digit random SimCardNumber(int) in Talend  Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generate-20-digit-random-SimCardNumber-int-in-Talend-Open-Studio/m-p/2227276#M18934</link>
      <description>&lt;P&gt;Hello &lt;A href="https://community.qlik.com/s/profile/0053p000007LOP2AAO"&gt;@dhara3010&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Is this component Ok with you?&lt;/P&gt; 
&lt;P&gt;Feel free to post your issue here.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Sun, 30 Sep 2018 09:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generate-20-digit-random-SimCardNumber-int-in-Talend-Open-Studio/m-p/2227276#M18934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-30T09:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Generate 20 digit random SimCardNumber(int) in Talend  Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generate-20-digit-random-SimCardNumber-int-in-Talend-Open-Studio/m-p/2227277#M18935</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I used this component but didn't got the expected result as I needed. I used explicitly appended a number 9 to make it 10 digit number.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Dhara&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 14:12:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generate-20-digit-random-SimCardNumber-int-in-Talend-Open-Studio/m-p/2227277#M18935</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-11T14:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Generate 20 digit random SimCardNumber(int) in Talend  Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generate-20-digit-random-SimCardNumber-int-in-Talend-Open-Studio/m-p/2227278#M18936</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you please elaborate your case with an example with expected output values?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 03:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generate-20-digit-random-SimCardNumber-int-in-Talend-Open-Studio/m-p/2227278#M18936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-12T03:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Generate 20 digit random SimCardNumber(int) in Talend  Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generate-20-digit-random-SimCardNumber-int-in-Talend-Open-Studio/m-p/2227279#M18937</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;The maximum value of integer data type in java is&amp;nbsp;&lt;STRONG&gt;2,147,483,647.&amp;nbsp;&lt;/STRONG&gt;So you cannot directly create the sim number as integer type. But I have generated the random 20 digit sim number in string data type.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 914px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0Ro.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140749iD97E61227A6E0175/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0Ro.png" alt="0683p000009M0Ro.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;For this, in the sequence, I have created four columns of integer data type with values ranging from 10000 to 99999. In the tmap, I converted them to string and concatenated the values. Hope it will help to resolve your query. The component screen shots are as below.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 777px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0HR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150445i15BFDFAE568C9415/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0HR.png" alt="0683p000009M0HR.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0Rt.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130597iB7B8A54388E0948F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0Rt.png" alt="0683p000009M0Rt.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The expression used is as below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Integer.toString(row1.sim_number_part1)+Integer.toString(row1.sim_number_part2) + Integer.toString(row1.sim_number_part3) +&lt;BR /&gt;Integer.toString(row1.sim_number_part4)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If the answer has helped you, could you please mark the topic as resolved? Kudos are also welcome.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 06:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generate-20-digit-random-SimCardNumber-int-in-Talend-Open-Studio/m-p/2227279#M18937</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-12T06:26:37Z</dc:date>
    </item>
  </channel>
</rss>

