<?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 tMap: Padding Number. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMap-Padding-Number/m-p/2269161#M47501</link>
    <description>Bonjour, 
&lt;BR /&gt;I'm no Java specialist. 
&lt;BR /&gt;I would like to have my Numeric.sequence in the following fix format: "S00000000" (with padding "0"). 
&lt;BR /&gt;sequence 0 -&amp;gt; S00000000 
&lt;BR /&gt;sequence 1 -&amp;gt; S00000001 
&lt;BR /&gt;.. 
&lt;BR /&gt;sequence 111 -&amp;gt; S00000111 
&lt;BR /&gt;etc. 
&lt;BR /&gt;I can convert a number to a string but I cannot make it in this precise format. 
&lt;BR /&gt;Thanks. 
&lt;BR /&gt;PM</description>
    <pubDate>Sat, 16 Nov 2024 14:21:12 GMT</pubDate>
    <dc:creator>ptremblay</dc:creator>
    <dc:date>2024-11-16T14:21:12Z</dc:date>
    <item>
      <title>tMap: Padding Number.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Padding-Number/m-p/2269161#M47501</link>
      <description>Bonjour, 
&lt;BR /&gt;I'm no Java specialist. 
&lt;BR /&gt;I would like to have my Numeric.sequence in the following fix format: "S00000000" (with padding "0"). 
&lt;BR /&gt;sequence 0 -&amp;gt; S00000000 
&lt;BR /&gt;sequence 1 -&amp;gt; S00000001 
&lt;BR /&gt;.. 
&lt;BR /&gt;sequence 111 -&amp;gt; S00000111 
&lt;BR /&gt;etc. 
&lt;BR /&gt;I can convert a number to a string but I cannot make it in this precise format. 
&lt;BR /&gt;Thanks. 
&lt;BR /&gt;PM</description>
      <pubDate>Sat, 16 Nov 2024 14:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Padding-Number/m-p/2269161#M47501</guid>
      <dc:creator>ptremblay</dc:creator>
      <dc:date>2024-11-16T14:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: tMap: Padding Number.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Padding-Number/m-p/2269162#M47502</link>
      <description>Try this:&lt;BR /&gt;&lt;PRE&gt;"S" + new java.text.DecimalFormat("00000000").format(111)&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 May 2008 16:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Padding-Number/m-p/2269162#M47502</guid>
      <dc:creator>amaumont</dc:creator>
      <dc:date>2008-05-28T16:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: tMap: Padding Number.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Padding-Number/m-p/2269163#M47503</link>
      <description>It works now. 
&lt;BR /&gt;This also teaches me on how to use java within the Expression Editor. 
&lt;BR /&gt;Many thanks. 
&lt;BR /&gt;PM</description>
      <pubDate>Wed, 28 May 2008 16:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Padding-Number/m-p/2269163#M47503</guid>
      <dc:creator>ptremblay</dc:creator>
      <dc:date>2008-05-28T16:43:03Z</dc:date>
    </item>
  </channel>
</rss>

