<?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: how to generate ASCII values for an alphabetic sequence in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-generate-ASCII-values-for-an-alphabetic-sequence/m-p/2287456#M61044</link>
    <description>Hi 
&lt;BR /&gt;You can call the system function&amp;nbsp;Numeric.sequence("s1",1,1) to generate a sequence number for each row.&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
    <pubDate>Tue, 08 Sep 2015 05:18:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-08T05:18:53Z</dc:date>
    <item>
      <title>how to generate ASCII values for an alphabetic sequence</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-generate-ASCII-values-for-an-alphabetic-sequence/m-p/2287455#M61043</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Helvetica Neue"&gt;The sequence goes like A, B, C ...... Z, AA, AB, AC ..... AZ, BA, BB, BC.... BZ, CA, CB, CC....CZ, DA......ZA, ZB....ZZ, AAA, AAB, AAC....AAZ, ABA, ABB... AZZ, BAA, BAB....ZZZ&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Helvetica Neue"&gt;I want output as1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20........27,28,29,,,,,,,,,,,,,,,,,,,,,,,,,,,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Helvetica Neue"&gt;using talend component .&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Helvetica Neue"&gt;Any suggestions thanks in Advance&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Helvetica Neue"&gt;Regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Helvetica Neue"&gt;VK&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2015 11:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-generate-ASCII-values-for-an-alphabetic-sequence/m-p/2287455#M61043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-03T11:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to generate ASCII values for an alphabetic sequence</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-generate-ASCII-values-for-an-alphabetic-sequence/m-p/2287456#M61044</link>
      <description>Hi 
&lt;BR /&gt;You can call the system function&amp;nbsp;Numeric.sequence("s1",1,1) to generate a sequence number for each row.&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 08 Sep 2015 05:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-generate-ASCII-values-for-an-alphabetic-sequence/m-p/2287456#M61044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-08T05:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to generate ASCII values for an alphabetic sequence</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-generate-ASCII-values-for-an-alphabetic-sequence/m-p/2287457#M61045</link>
      <description>hi shong,
&lt;BR /&gt;thanks for your reply
&lt;BR /&gt;but if my input is A,B,C,D,AA,AB,AZ,BA,BF,BZ,ZZ,AAA,ZAB,ZZZ
&lt;BR /&gt;THEN HOW COULD I USE&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Numeric.sequence("s1",1,1)&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;THANKS&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;VK&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 10 Sep 2015 13:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-generate-ASCII-values-for-an-alphabetic-sequence/m-p/2287457#M61045</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-10T13:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to generate ASCII values for an alphabetic sequence</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-generate-ASCII-values-for-an-alphabetic-sequence/m-p/2287458#M61046</link>
      <description>Hi 
&lt;BR /&gt;Add one column in the output table of tMap, and set its expression as: 
&lt;BR /&gt;Numeric.sequence("s1",1,1)&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 15 Sep 2015 13:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-generate-ASCII-values-for-an-alphabetic-sequence/m-p/2287458#M61046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-15T13:48:14Z</dc:date>
    </item>
  </channel>
</rss>

