<?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: increment value of column in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/increment-value-of-column/m-p/2378029#M139840</link>
    <description>&lt;P&gt;Hi, sequence can help you , for eg in the tmap output field you want to increment :&lt;/P&gt;&lt;P&gt;Numeric.sequence("s1",10,10)&lt;/P&gt;&lt;P&gt;&amp;nbsp;Send me love and kudos&lt;/P&gt;</description>
    <pubDate>Wed, 09 Feb 2022 15:51:07 GMT</pubDate>
    <dc:creator>gjeremy1617088143</dc:creator>
    <dc:date>2022-02-09T15:51:07Z</dc:date>
    <item>
      <title>increment value of column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/increment-value-of-column/m-p/2378028#M139839</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;I have an excel file that contains data(tFileInputDelimited), I have to create a column that contains a value that increments by 10 for each product:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the input file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;product | sub_product&lt;/P&gt;&lt;P&gt;product 1 | sub_product 1&lt;/P&gt;&lt;P&gt;product 1 | sub_product 2&lt;/P&gt;&lt;P&gt;product 1 | sub_product 3&lt;/P&gt;&lt;P&gt;product 2 | sub_product 5&lt;/P&gt;&lt;P&gt;product 2 | sub_product 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the output file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;product | sub_product | incremental_value&lt;/P&gt;&lt;P&gt;product 1 | sub_product 1 | 10&lt;/P&gt;&lt;P&gt;product 1 | sub_product 2 | 20&lt;/P&gt;&lt;P&gt;product 1 | sub_product 3 | 30&lt;/P&gt;&lt;P&gt;product 2 | sub_product 4 | 10&lt;/P&gt;&lt;P&gt;product 2 | sub_product 5 | 20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this case in each time we have a new product we increment by 10. I try to use tJava and tJavaRow bu i can't do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me please &lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/increment-value-of-column/m-p/2378028#M139839</guid>
      <dc:creator>NBen15</dc:creator>
      <dc:date>2024-11-15T23:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: increment value of column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/increment-value-of-column/m-p/2378029#M139840</link>
      <description>&lt;P&gt;Hi, sequence can help you , for eg in the tmap output field you want to increment :&lt;/P&gt;&lt;P&gt;Numeric.sequence("s1",10,10)&lt;/P&gt;&lt;P&gt;&amp;nbsp;Send me love and kudos&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 15:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/increment-value-of-column/m-p/2378029#M139840</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-02-09T15:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: increment value of column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/increment-value-of-column/m-p/2378030#M139841</link>
      <description>&lt;P&gt;@&lt;A href="https://community.talend.com/s/profile/0055b00000Ll14kAAB" alt="https://community.talend.com/s/profile/0055b00000Ll14kAAB" target="_blank"&gt;gjeremy1617088143&lt;/A&gt; Thanks for your feedback&lt;/P&gt;&lt;P&gt;I have already tried this solution but it increments all the fields to 10, I get 10,20,30,.... even if I change product.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 16:03:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/increment-value-of-column/m-p/2378030#M139841</guid>
      <dc:creator>NBen15</dc:creator>
      <dc:date>2022-02-09T16:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: increment value of column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/increment-value-of-column/m-p/2378031#M139842</link>
      <description>&lt;P&gt;it's normal you have to use one sequence for each product &lt;/P&gt;&lt;P&gt;so if product is a String data :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for eg : if your main input is row1 and the input field is product&lt;/P&gt;&lt;P&gt;Numeric.sequence(row1.product,10,10)&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 16:13:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/increment-value-of-column/m-p/2378031#M139842</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-02-09T16:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: increment value of column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/increment-value-of-column/m-p/2378032#M139843</link>
      <description>&lt;P&gt;@&lt;A href="https://community.talend.com/s/profile/0055b00000Ll14kAAB" alt="https://community.talend.com/s/profile/0055b00000Ll14kAAB" target="_blank"&gt;gjeremy1617088143&lt;/A&gt; it works very well thank you very much&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 16:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/increment-value-of-column/m-p/2378032#M139843</guid>
      <dc:creator>NBen15</dc:creator>
      <dc:date>2022-02-09T16:22:58Z</dc:date>
    </item>
  </channel>
</rss>

