<?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: join two tables/file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/join-two-tables-file/m-p/2239570#M27322</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000005VF8vAAG"&gt;@mailforsaggy&lt;/A&gt;,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If we take a closer look at your&amp;nbsp;data, the output that you want cannot be achieved.&lt;BR /&gt;&lt;BR /&gt;We just have status for day&amp;nbsp;03, six and 20 the other days in your output is just made up data.&lt;BR /&gt;&lt;BR /&gt;At the best, you can get is this:&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="result.JPG" style="width: 327px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0B2.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145932i787C6818E38F54A1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0B2.jpg" alt="0683p000009M0B2.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;P&gt;The rest of that&amp;nbsp;data you want&amp;nbsp;is not existent to match.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Unless you have some criteria,&amp;nbsp;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;Dates between day&amp;nbsp;4 and 5&lt;STRONG&gt; AND (status = null)&lt;/STRONG&gt; should be&amp;nbsp;equals "active"&lt;/LI&gt; 
 &lt;LI&gt;Dates between day 7 and19&lt;STRONG&gt;&amp;nbsp;AND (status = null)&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;should be&amp;nbsp;equals "charge"&lt;/SPAN&gt;&lt;/LI&gt; 
 &lt;LI&gt;Dates between day&amp;nbsp;21 and 22&lt;STRONG&gt;&amp;nbsp;AND (status = null)&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;should be&amp;nbsp;equals "close"&lt;/SPAN&gt;&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&lt;SPAN&gt;This condition is just to make sure&amp;nbsp; we will not mess up with good data ***&lt;STRONG&gt;AND (status = null)&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Cheers&lt;/P&gt;</description>
    <pubDate>Thu, 04 Oct 2018 14:14:41 GMT</pubDate>
    <dc:creator>Alaor_Silva</dc:creator>
    <dc:date>2018-10-04T14:14:41Z</dc:date>
    <item>
      <title>join two tables/file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/join-two-tables-file/m-p/2239565#M27317</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one scenario, where I wanted to join two files/tables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Input1: transaction details,&lt;/P&gt;&lt;P&gt;id|trans_date&lt;BR /&gt;3|9/3/2018&lt;BR /&gt;3|9/4/2018&lt;BR /&gt;3|9/5/2018&lt;BR /&gt;3|9/6/2018&lt;BR /&gt;3|9/7/2018&lt;BR /&gt;3|9/8/2018&lt;BR /&gt;3|9/9/2018&lt;BR /&gt;3|9/10/2018&lt;BR /&gt;3|9/11/2018&lt;BR /&gt;3|9/12/2018&lt;BR /&gt;3|9/13/2018&lt;BR /&gt;3|9/14/2018&lt;BR /&gt;3|9/15/2018&lt;BR /&gt;3|9/16/2018&lt;BR /&gt;3|9/17/2018&lt;BR /&gt;3|9/18/2018&lt;BR /&gt;3|9/19/2018&lt;BR /&gt;3|9/20/2018&lt;BR /&gt;3|9/21/2018&lt;BR /&gt;3|9/22/2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Input 2: status&lt;/P&gt;&lt;P&gt;id|status|dt&lt;BR /&gt;3|active|9/3/2018&lt;BR /&gt;3|charge off|9/6/2018&lt;BR /&gt;3|close|9/20/2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;output should be:&lt;/P&gt;&lt;P&gt;id|trans_date|Status&lt;BR /&gt;3|9/3/2018 |active&lt;BR /&gt;3|9/4/2018 |active&lt;BR /&gt;3|9/5/2018 |active&lt;BR /&gt;3|9/6/2018 |charge&lt;BR /&gt;3|9/7/2018 |charge&lt;BR /&gt;3|9/8/2018 |charge&lt;BR /&gt;3|9/9/2018 |charge&lt;BR /&gt;3|9/10/2018|charge&lt;BR /&gt;3|9/11/2018|charge&lt;BR /&gt;3|9/12/2018|charge&lt;BR /&gt;3|9/13/2018|charge&lt;BR /&gt;3|9/14/2018|charge&lt;BR /&gt;3|9/15/2018|charge&lt;BR /&gt;3|9/16/2018|charge&lt;BR /&gt;3|9/17/2018|charge&lt;BR /&gt;3|9/18/2018|charge&lt;BR /&gt;3|9/19/2018|charge&lt;BR /&gt;3|9/20/2018|close&lt;BR /&gt;3|9/21/2018|close&lt;BR /&gt;3|9/22/2018|close&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can someone help here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 22:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/join-two-tables-file/m-p/2239565#M27317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-03T22:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: join two tables/file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/join-two-tables-file/m-p/2239566#M27318</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000005VF8vAAG"&gt;@mailforsaggy&lt;/A&gt;,you do inner join&amp;nbsp; with all match model and the in the expression you need to derive that&amp;nbsp; by comparing the dates.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 06:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/join-two-tables-file/m-p/2239566#M27318</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-10-04T06:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: join two tables/file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/join-two-tables-file/m-p/2239567#M27319</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000005VF8vAAG"&gt;@mailforsaggy&lt;/A&gt;,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You&amp;nbsp;need to do like this.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="job_main.JPG" style="width: 736px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0An.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133990i0B6B54742B039C2E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0An.jpg" alt="0683p000009M0An.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Then inside the tMAP&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="join.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0As.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147486i4EEEA0EDE6338061/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0As.jpg" alt="0683p000009M0As.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 12:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/join-two-tables-file/m-p/2239567#M27319</guid>
      <dc:creator>Alaor_Silva</dc:creator>
      <dc:date>2018-10-04T12:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: join two tables/file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/join-two-tables-file/m-p/2239568#M27320</link>
      <description>Hi 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;, 
&lt;BR /&gt;I tried this thing but if I do inner join on id and date, then other records from from trasn table get dropped. if I joined only on id with all match model, then I am getting in output 60 rows instead of 20. and each row replicated thrice. but this is not what I want if you check the output.</description>
      <pubDate>Thu, 04 Oct 2018 13:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/join-two-tables-file/m-p/2239568#M27320</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-04T13:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: join two tables/file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/join-two-tables-file/m-p/2239569#M27321</link>
      <description>Hi 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LOmcAAG"&gt;@nhalicka&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;if i join on id and date, then in the output I will get only 3 records, which is not the required output</description>
      <pubDate>Thu, 04 Oct 2018 13:44:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/join-two-tables-file/m-p/2239569#M27321</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-04T13:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: join two tables/file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/join-two-tables-file/m-p/2239570#M27322</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000005VF8vAAG"&gt;@mailforsaggy&lt;/A&gt;,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If we take a closer look at your&amp;nbsp;data, the output that you want cannot be achieved.&lt;BR /&gt;&lt;BR /&gt;We just have status for day&amp;nbsp;03, six and 20 the other days in your output is just made up data.&lt;BR /&gt;&lt;BR /&gt;At the best, you can get is this:&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="result.JPG" style="width: 327px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0B2.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145932i787C6818E38F54A1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0B2.jpg" alt="0683p000009M0B2.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;P&gt;The rest of that&amp;nbsp;data you want&amp;nbsp;is not existent to match.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Unless you have some criteria,&amp;nbsp;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;Dates between day&amp;nbsp;4 and 5&lt;STRONG&gt; AND (status = null)&lt;/STRONG&gt; should be&amp;nbsp;equals "active"&lt;/LI&gt; 
 &lt;LI&gt;Dates between day 7 and19&lt;STRONG&gt;&amp;nbsp;AND (status = null)&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;should be&amp;nbsp;equals "charge"&lt;/SPAN&gt;&lt;/LI&gt; 
 &lt;LI&gt;Dates between day&amp;nbsp;21 and 22&lt;STRONG&gt;&amp;nbsp;AND (status = null)&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;should be&amp;nbsp;equals "close"&lt;/SPAN&gt;&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&lt;SPAN&gt;This condition is just to make sure&amp;nbsp; we will not mess up with good data ***&lt;STRONG&gt;AND (status = null)&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 14:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/join-two-tables-file/m-p/2239570#M27322</guid>
      <dc:creator>Alaor_Silva</dc:creator>
      <dc:date>2018-10-04T14:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: join two tables/file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/join-two-tables-file/m-p/2239571#M27323</link>
      <description>&lt;P&gt;I am getting the same output. but which is not I wanted.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 20:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/join-two-tables-file/m-p/2239571#M27323</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-01T20:57:47Z</dc:date>
    </item>
  </channel>
</rss>

