<?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: Meter records tMap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Meter-records-tMap/m-p/2339422#M107564</link>
    <description>&lt;P&gt;Thank you very much&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKrZAAW"&gt;@iamabhishek&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your idea worked pretty good&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Jorge&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jul 2018 09:41:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-09T09:41:18Z</dc:date>
    <item>
      <title>Meter records tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Meter-records-tMap/m-p/2339418#M107560</link>
      <description>&lt;P&gt;Hi guys!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm a beginner in Talend.&amp;nbsp; I would appreciate your help with the next topic:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm creating a .csv from a DB. I'm using tmap to tranfer the data from the DB to the .csv, doing some changes. My problem is with a new field I want to create.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some different registers can have the same ID, so in my .csv I can get something like this:&lt;/P&gt;&lt;P&gt;0001|.....&lt;/P&gt;&lt;P&gt;0001|....&lt;/P&gt;&lt;P&gt;0001|....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I'm trying to do is to create a new field (column in the .csv) that works like a meter, t&lt;SPAN&gt;o know how many times the ID is repeated &amp;nbsp;&lt;/SPAN&gt; --&amp;gt; example:&lt;/P&gt;&lt;P&gt;0001|1&lt;/P&gt;&lt;P&gt;0001|2&lt;/P&gt;&lt;P&gt;0001|3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have try it in the tMap, codding the field&amp;nbsp;function... but I just achive to compare this table row with other table rows, but for the same record, not for every one....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any solution is welcome, even if it has to be developed outside the tmap.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Jorge&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;</description>
      <pubDate>Fri, 06 Jul 2018 12:42:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Meter-records-tMap/m-p/2339418#M107560</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-06T12:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Meter records tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Meter-records-tMap/m-p/2339419#M107561</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOYYAA4"&gt;@Moe&lt;/A&gt;&amp;nbsp;- you could use&amp;nbsp;&lt;SPAN&gt;Numeric.sequence to generate a sequence number for your input.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Something like this -&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tFixedFlowInput-2.JPG" style="width: 609px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lz1G.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135408iBCD2B53DD94AE223/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lz1G.jpg" alt="0683p000009Lz1G.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;tMap configuration -&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tMap-Seq3.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyhB.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129733i69D8F1BC482B9AB4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyhB.jpg" alt="0683p000009LyhB.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Edit:&lt;/STRONG&gt; For multiple input just have a tSortRow between your input component and tMap&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tRowGenerator-1.JPG" style="width: 865px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lz7N.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131227iB313B8D68A15F917/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lz7N.jpg" alt="0683p000009Lz7N.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tRowGenerator-2.JPG" style="width: 705px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lz7S.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139918i9DCF987D6B47B0E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lz7S.jpg" alt="0683p000009Lz7S.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 13:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Meter-records-tMap/m-p/2339419#M107561</guid>
      <dc:creator>iamabhishek</dc:creator>
      <dc:date>2018-07-06T13:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Meter records tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Meter-records-tMap/m-p/2339420#M107562</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKrZAAW"&gt;@iamabhishek&lt;/A&gt;&amp;nbsp;for your quick answer.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have tried what you proposed (I attack a screenshot) , but I got something like that:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;0001|1.....&lt;/P&gt; 
&lt;P&gt;0002|2.....&lt;/P&gt; 
&lt;P&gt;0002|3.....&lt;/P&gt; 
&lt;P&gt;0003|4....&lt;/P&gt; 
&lt;P&gt;0003|5....&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;0003|6...&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;0004|7...&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;And what I need is :&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;0001|1.....&lt;/P&gt; 
&lt;P&gt;0002|1.....&lt;/P&gt; 
&lt;P&gt;0002|2.....&lt;/P&gt; 
&lt;P&gt;0003|1....&lt;/P&gt; 
&lt;P&gt;0003|2....&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;0003|3...&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;0004|1...&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;I need to restart the meter or the sequence every time the Id is different.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Thank you again.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Jorge&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtIg"&gt;tmap.PNG&lt;/A&gt;</description>
      <pubDate>Fri, 06 Jul 2018 13:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Meter-records-tMap/m-p/2339420#M107562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-06T13:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Meter records tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Meter-records-tMap/m-p/2339421#M107563</link>
      <description>I strongly believe you have missed a tSortRow between your input and tMap, see the edit posted.</description>
      <pubDate>Fri, 06 Jul 2018 14:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Meter-records-tMap/m-p/2339421#M107563</guid>
      <dc:creator>iamabhishek</dc:creator>
      <dc:date>2018-07-06T14:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Meter records tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Meter-records-tMap/m-p/2339422#M107564</link>
      <description>&lt;P&gt;Thank you very much&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKrZAAW"&gt;@iamabhishek&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your idea worked pretty good&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Jorge&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 09:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Meter-records-tMap/m-p/2339422#M107564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-09T09:41:18Z</dc:date>
    </item>
  </channel>
</rss>

