<?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 merge some datas from differents rows in one row in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/How-to-merge-some-datas-from-differents-rows-in-one-row/m-p/2260572#M1545</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;Please provide 5 sample input records and lookup records (not as image but as text data). Also please mention what is the expected output from that 5 records. Then we will get more idea on what you are trying to achieve.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
    <pubDate>Tue, 13 Aug 2019 16:30:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-08-13T16:30:29Z</dc:date>
    <item>
      <title>How to merge some datas from differents rows in one row</title>
      <link>https://community.qlik.com/t5/Data-Quality/How-to-merge-some-datas-from-differents-rows-in-one-row/m-p/2260571#M1544</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to extract datas from Talend to Excel, so i'm using a database table, with some others table on look-up into a tMap. And a tFileoutput excel as an exit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can see the result on the left of the picture. And you can see what i want on the right.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank's&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/How-to-merge-some-datas-from-differents-rows-in-one-row/m-p/2260571#M1544</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge some datas from differents rows in one row</title>
      <link>https://community.qlik.com/t5/Data-Quality/How-to-merge-some-datas-from-differents-rows-in-one-row/m-p/2260572#M1545</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;Please provide 5 sample input records and lookup records (not as image but as text data). Also please mention what is the expected output from that 5 records. Then we will get more idea on what you are trying to achieve.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 16:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/How-to-merge-some-datas-from-differents-rows-in-one-row/m-p/2260572#M1545</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-13T16:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge some datas from differents rows in one row</title>
      <link>https://community.qlik.com/t5/Data-Quality/How-to-merge-some-datas-from-differents-rows-in-one-row/m-p/2260573#M1546</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is kinda what i have as my input record. As a look up i got some more accurate informations that are not important in the process. So that's what i got :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ID&amp;nbsp; |&amp;nbsp; PERIOD&amp;nbsp; |&amp;nbsp; Country&amp;nbsp; |&amp;nbsp; Quantity&amp;nbsp; |&amp;nbsp; Price&amp;nbsp;

1&amp;nbsp; &amp;nbsp;|&amp;nbsp; 2015&amp;nbsp; |&amp;nbsp; 1&amp;nbsp; |&amp;nbsp; 15&amp;nbsp; | 150

2&amp;nbsp; |&amp;nbsp; 2015&amp;nbsp; |&amp;nbsp; 1&amp;nbsp; |&amp;nbsp; 20&amp;nbsp; | 40

2&amp;nbsp; |&amp;nbsp; 2015&amp;nbsp; |&amp;nbsp; 2&amp;nbsp; |&amp;nbsp; 40&amp;nbsp; | 80

3&amp;nbsp; |&amp;nbsp; 2016&amp;nbsp; |&amp;nbsp; 2&amp;nbsp; | 6&amp;nbsp; |&amp;nbsp; 12&lt;/PRE&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;
&lt;P&gt;And this is what i want as an output :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ID&amp;nbsp; |&amp;nbsp; PERIOD&amp;nbsp; |&amp;nbsp; Country1_Quantity&amp;nbsp; |&amp;nbsp; Country_1Price&amp;nbsp; | Country2_Quantity&amp;nbsp; | Country2_Price

1&amp;nbsp; |&amp;nbsp; 2015&amp;nbsp; | 15&amp;nbsp; |&amp;nbsp; 150&amp;nbsp; |&amp;nbsp; 0&amp;nbsp; |&amp;nbsp; 0&amp;nbsp;

2&amp;nbsp; |&amp;nbsp; 2015&amp;nbsp; |&amp;nbsp; 20&amp;nbsp; | 40&amp;nbsp; |&amp;nbsp; 40&amp;nbsp; |&amp;nbsp; 80

3&amp;nbsp; |&amp;nbsp; 2016&amp;nbsp; |&amp;nbsp; 0&amp;nbsp; |&amp;nbsp; 0&amp;nbsp; |&amp;nbsp; 6&amp;nbsp; |&amp;nbsp; 12&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for the lack of accuracy in my first post.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&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>Wed, 14 Aug 2019 08:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/How-to-merge-some-datas-from-differents-rows-in-one-row/m-p/2260573#M1546</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-14T08:54:17Z</dc:date>
    </item>
  </channel>
</rss>

