<?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: Thousand group separator to print a numeric sequence in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Thousand-group-separator-to-print-a-numeric-sequence/m-p/2367688#M131037</link>
    <description>Hi, 
&lt;BR /&gt;try this: 
&lt;BR /&gt; 
&lt;BR /&gt;"Records cached: " + String.format("%,d", Var.counter_Fetched&amp;nbsp;); 
&lt;BR /&gt;see 
&lt;A href="http://docs.oracle.com/javase/tutorial/java/data/numberformat.html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://docs.oracle.com/javase/tutorial/java/data/numberformat.html&lt;/A&gt;&amp;nbsp;for more Details 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;regards 
&lt;BR /&gt;dj</description>
    <pubDate>Wed, 26 Oct 2016 14:41:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-26T14:41:34Z</dc:date>
    <item>
      <title>Thousand group separator to print a numeric sequence</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Thousand-group-separator-to-print-a-numeric-sequence/m-p/2367687#M131036</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;I have, in a tMap component, a counter to count the number of records processed. The counter is defined as&amp;nbsp;&lt;BR /&gt;name = Var.counter_Fetched&amp;nbsp;&lt;BR /&gt;function = Numeric.sequence("counter_Fetched", 1, 1)&amp;nbsp;&lt;BR /&gt;in a variable of type "int".&amp;nbsp;&lt;BR /&gt;the variable is then sent to an output row concatenated with a string in the form of:&amp;nbsp;&lt;BR /&gt;"Records cached: " + Var.counter_Fetched&amp;nbsp;&lt;BR /&gt;the output row is, eventually, sent to a tLogRow do display, on the console, the progress.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;How can I set a thousand separator for the output message?&amp;nbsp;&lt;BR /&gt;For instance, currently at the 40000th record, it displays:&lt;BR /&gt;"Record cached: 40000"&lt;BR /&gt;I want to display&amp;nbsp;&lt;BR /&gt;"Record cached: 40.000"&lt;BR /&gt;&lt;BR /&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 14:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Thousand-group-separator-to-print-a-numeric-sequence/m-p/2367687#M131036</guid>
      <dc:creator>Shinesei</dc:creator>
      <dc:date>2016-10-26T14:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Thousand group separator to print a numeric sequence</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Thousand-group-separator-to-print-a-numeric-sequence/m-p/2367688#M131037</link>
      <description>Hi, 
&lt;BR /&gt;try this: 
&lt;BR /&gt; 
&lt;BR /&gt;"Records cached: " + String.format("%,d", Var.counter_Fetched&amp;nbsp;); 
&lt;BR /&gt;see 
&lt;A href="http://docs.oracle.com/javase/tutorial/java/data/numberformat.html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://docs.oracle.com/javase/tutorial/java/data/numberformat.html&lt;/A&gt;&amp;nbsp;for more Details 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;regards 
&lt;BR /&gt;dj</description>
      <pubDate>Wed, 26 Oct 2016 14:41:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Thousand-group-separator-to-print-a-numeric-sequence/m-p/2367688#M131037</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-26T14:41:34Z</dc:date>
    </item>
  </channel>
</rss>

