<?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: tMap Left Outer Join is not working for two different data sources data(MySql and MongoDB) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288077#M61597</link>
    <description>&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/20858"&gt;@Moe&lt;/A&gt;&amp;nbsp;,based on the data it should work,I do not see any issue. why cannot create test job as by using the data from tLogRow's to files and in new job create that lookup from files to tMap?&lt;/P&gt;</description>
    <pubDate>Thu, 02 May 2019 10:06:37 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2019-05-02T10:06:37Z</dc:date>
    <item>
      <title>tMap Left Outer Join is not working for two different data sources data(MySql and MongoDB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288070#M61590</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt; 
&lt;P&gt;I was trying to collect data from different sources and create a model.&lt;/P&gt; 
&lt;P&gt;So, In process of doing that, I have employee related data in MySql and Employee SwipeIn and SwipeOut data in MongoDB.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I did succeeded by connecting and getting data from both sources and i have used tAggregate to aggregate swipe data.&lt;/P&gt; 
&lt;P&gt;My Workflow looks like below image&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-05-01 at 11.11.44 PM.png" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/18564i5F033EAF70152C17/image-size/large?v=1.0&amp;amp;px=999" title="Screen Shot 2019-05-01 at 11.11.44 PM.png" alt="Screen Shot 2019-05-01 at 11.11.44 PM.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In tMap_2 i do have the columns of Date, EmpID.&lt;/P&gt; 
&lt;P&gt;the output columns of taggregaterow are EmpID, Date, Time, Type&lt;/P&gt; 
&lt;P&gt;Now, By using tMap3, i am trying to join these two tables columns based on EmpID and Date as left outer join.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Before that, to Create Connections between tMap_2 --&amp;gt; tMap3 and tAggregateRow_1 --&amp;gt; tMap_3,&lt;/P&gt; 
&lt;P&gt;I was able to create connection between &amp;nbsp;tMap_2 --&amp;gt; tMap3 without any issue.&lt;/P&gt; 
&lt;P&gt;But when i try to create connection between &lt;STRONG&gt;tAggregateRow_1 --&amp;gt; tMap_3 i couldnt. it is not allowing me to create. then i have to deactivate connection between&amp;nbsp;tMap_2 --&amp;gt; tMap3 and then i created connection between&amp;nbsp;tAggregateRow_1 --&amp;gt; tMap_3 and then i activated connection between&amp;nbsp;tMap_2 --&amp;gt; tMap3.&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;After all these, i did used left outer join as below image to join these columns.&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="Screen Shot 2019-05-01 at 11.20.42 PM.png" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/18565i77FACEBBDFCB6D7B/image-size/large?v=1.0&amp;amp;px=999" title="Screen Shot 2019-05-01 at 11.20.42 PM.png" alt="Screen Shot 2019-05-01 at 11.20.42 PM.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Output:-&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="Screen Shot 2019-05-01 at 11.22.56 PM.png" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/18566i2BCB54CEE619EDF9/image-size/large?v=1.0&amp;amp;px=999" title="Screen Shot 2019-05-01 at 11.22.56 PM.png" alt="Screen Shot 2019-05-01 at 11.22.56 PM.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;As you see in above output image i am unable to get those two columns which i want.&lt;/P&gt; 
&lt;P&gt;I did tried using tJoin in place of tMap_3 but still i am getting the same result.&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;I guess it is because of the activity that i mentioned in bold if i am not wrong.&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can anyone please guide me where i was going wrong.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank in advance.&lt;/P&gt; 
&lt;P&gt;Mohan V.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288070#M61590</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: tMap Left Outer Join is not working for two different data sources data(MySql and MongoDB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288071#M61591</link>
      <description>&lt;P&gt;There are 31 rows for the SwipeInsData row and 13 for row7. I suspect that there are no matches. This could be for several reasons. Can you add a tLogRow to each of those rows and let us know what data you get?&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 23:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288071#M61591</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-01T23:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: tMap Left Outer Join is not working for two different data sources data(MySql and MongoDB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288072#M61592</link>
      <description>&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/1098"&gt;@rhall&lt;/A&gt;&amp;nbsp;thanks for the reply.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I dont think so because, in tMap_2, this is date dimension table where it contains all the dates for each employee&lt;/P&gt; 
&lt;P&gt;where as in tAggregateRow, there will be only those days where the swipein records were captured.&lt;/P&gt; 
&lt;P&gt;And as of now, i am jus checking for the single empid i.e 128256.&lt;/P&gt; 
&lt;P&gt;Please check below images of output for tMap_2 and tAggregateRow.&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;tMap_2&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-05-02 at 8.01.29 AM.png" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/18577i571813834A6B6C2F/image-size/large?v=1.0&amp;amp;px=999" title="Screen Shot 2019-05-02 at 8.01.29 AM.png" alt="Screen Shot 2019-05-02 at 8.01.29 AM.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Output For tAggregateRow:-&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-05-02 at 8.05.49 AM.png" style="width: 810px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/18578i1788D89D2B433B91/image-size/large?v=1.0&amp;amp;px=999" title="Screen Shot 2019-05-02 at 8.05.49 AM.png" alt="Screen Shot 2019-05-02 at 8.05.49 AM.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;let me know if you need any further information .&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Mohan V.&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 03:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288072#M61592</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-02T03:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: tMap Left Outer Join is not working for two different data sources data(MySql and MongoDB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288073#M61593</link>
      <description>&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/20858"&gt;@Moe&lt;/A&gt;&amp;nbsp;,As part of testing I Suggest you to create output files ,one after tMap_2 and other one is tAggregateRow_1 by using two sample jobs and compare those two output files using Talend or some other way like manually,since you have less number of records to know that there are matches or not. I believe there is no matching records or your lookup is not done properly then only you will get nulls from lookup columns.&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 05:19:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288073#M61593</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-05-02T05:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: tMap Left Outer Join is not working for two different data sources data(MySql and MongoDB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288074#M61594</link>
      <description>&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/2468"&gt;@manodwhb&lt;/A&gt;&amp;nbsp; thanks for the reply&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;i did tried the way suggested, by putting logRow at each component as below image&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-05-02 at 11.54.04 AM.png" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/18580i8C13EA4FA504354A/image-size/large?v=1.0&amp;amp;px=999" title="Screen Shot 2019-05-02 at 11.54.04 AM.png" alt="Screen Shot 2019-05-02 at 11.54.04 AM.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;the values are getting flowed till tMap_3 from tAggregateRow but the left outer join is not working.&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;tAggregateRow setting:-&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-05-02 at 12.02.41 PM.png" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/18581i94EFD5FFD6AE1A9E/image-size/large?v=1.0&amp;amp;px=999" title="Screen Shot 2019-05-02 at 12.02.41 PM.png" alt="Screen Shot 2019-05-02 at 12.02.41 PM.png" /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;tLogRow Ouput:-&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-05-02 at 12.12.24 PM.png" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/18585i3227FFB5A9DF93C6/image-size/large?v=1.0&amp;amp;px=999" title="Screen Shot 2019-05-02 at 12.12.24 PM.png" alt="Screen Shot 2019-05-02 at 12.12.24 PM.png" /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;tLogRow_4 Conf:-&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-05-02 at 12.10.56 PM.png" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/18584i491386CD69DEBDCE/image-size/large?v=1.0&amp;amp;px=999" title="Screen Shot 2019-05-02 at 12.10.56 PM.png" alt="Screen Shot 2019-05-02 at 12.10.56 PM.png" /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&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; 
&lt;P&gt;&lt;STRONG&gt;tMap_3 Setting:&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-05-02 at 12.05.37 PM.png" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/18583i416A8EC449080F6D/image-size/large?v=1.0&amp;amp;px=999" title="Screen Shot 2019-05-02 at 12.05.37 PM.png" alt="Screen Shot 2019-05-02 at 12.05.37 PM.png" /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Im still not able to find where exactly it is going wrong.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 07:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288074#M61594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-02T07:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: tMap Left Outer Join is not working for two different data sources data(MySql and MongoDB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288075#M61595</link>
      <description>&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/20858"&gt;@Moe&lt;/A&gt;&amp;nbsp;,Can you verify the data between tLogRow_4 and tLogRow_ for the columns which you are doing lookup in tMap_3 ?&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 07:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288075#M61595</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-05-02T07:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: tMap Left Outer Join is not working for two different data sources data(MySql and MongoDB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288076#M61596</link>
      <description>&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/2468"&gt;@manodwhb&lt;/A&gt;&amp;nbsp; i was going left outer join on Date--&amp;gt; begin_date and EmpID --&amp;gt; emp_id&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;tLogRow Conf:-&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-05-02 at 12.32.58 PM.png" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/18588i2F7EFA105B99ECB5/image-size/large?v=1.0&amp;amp;px=999" title="Screen Shot 2019-05-02 at 12.32.58 PM.png" alt="Screen Shot 2019-05-02 at 12.32.58 PM.png" /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Ouput:-&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-05-02 at 12.34.00 PM.png" style="width: 338px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/18589iA7FD7A0684329F35/image-size/large?v=1.0&amp;amp;px=999" title="Screen Shot 2019-05-02 at 12.34.00 PM.png" alt="Screen Shot 2019-05-02 at 12.34.00 PM.png" /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;tLogRow_2 Ouput:-&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-05-02 at 12.36.49 PM.png" style="width: 464px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/18590i97C65774A88B8F14/image-size/large?v=1.0&amp;amp;px=999" title="Screen Shot 2019-05-02 at 12.36.49 PM.png" alt="Screen Shot 2019-05-02 at 12.36.49 PM.png" /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;tMap_3 Conf:-&lt;/STRONG&gt;&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="Screen Shot 2019-05-02 at 12.29.49 PM.png" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/18587i8E95FD736CE8DA0E/image-size/large?v=1.0&amp;amp;px=999" title="Screen Shot 2019-05-02 at 12.29.49 PM.png" alt="Screen Shot 2019-05-02 at 12.29.49 PM.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 08:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288076#M61596</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-02T08:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: tMap Left Outer Join is not working for two different data sources data(MySql and MongoDB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288077#M61597</link>
      <description>&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/20858"&gt;@Moe&lt;/A&gt;&amp;nbsp;,based on the data it should work,I do not see any issue. why cannot create test job as by using the data from tLogRow's to files and in new job create that lookup from files to tMap?&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 10:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288077#M61597</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-05-02T10:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: tMap Left Outer Join is not working for two different data sources data(MySql and MongoDB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288078#M61598</link>
      <description>&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/2468"&gt;@manodwhb&lt;/A&gt;&amp;nbsp; i did that even.&lt;/P&gt;&lt;P&gt;And it worked cuz the data sources are excel.&lt;/P&gt;&lt;P&gt;and i didnt get that issue where i mentioned in bold in my question that deactivate the links and then create links between tAggreage and tMap and then activate tLog_row4 to tMap_3.&lt;/P&gt;&lt;P&gt;But here i am unable to create the connection jus like that, i have to deactivate the existing link and then i can.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really dont understand where the issue is and why the issue...&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>Thu, 02 May 2019 10:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288078#M61598</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-02T10:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: tMap Left Outer Join is not working for two different data sources data(MySql and MongoDB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288079#M61599</link>
      <description>&lt;P&gt;I can *almost* guarantee that your issue is caused by the Dates. No matter how a Date is formatted, when you match with it, it must match to the millisecond. Two dates (2018-10-10 12:00:00.001 and 2018-10-10 12:00:00.000) will not match. My suspicion is that this is what is happening. A way to test this is to print out your values again, but add a date format which will go down to milliseconds. This would be the first place I would look now that I can see your data types.&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 11:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288079#M61599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-02T11:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: tMap Left Outer Join is not working for two different data sources data(MySql and MongoDB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288080#M61600</link>
      <description>&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/1098"&gt;@rhall&lt;/A&gt;&amp;nbsp; Oh My.......&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;I didn't even think about doing it mannn&lt;/SPAN&gt;...&lt;/P&gt; 
&lt;P&gt;This was the straight point that causing all these things.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank god.&lt;/P&gt; 
&lt;P&gt;At last.&lt;/P&gt; 
&lt;P&gt;i am so thankful you buddy.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;the dates that i am getting from mongodb are in dd-mm-yyyyy hh:mm:ss (01-04-2019 05:30:00 AM) and the dates that i am getting from Mysql are&amp;nbsp;dd-mm-yyyyy hh:mm:ss (01-04-2019 12:00:00 AM).&lt;/P&gt; 
&lt;P&gt;And because of this, the join is not working.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 12:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288080#M61600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-02T12:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: tMap Left Outer Join is not working for two different data sources data(MySql and MongoDB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288081#M61601</link>
      <description>&lt;P&gt;These things catch the best of us out &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 14:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Left-Outer-Join-is-not-working-for-two-different-data/m-p/2288081#M61601</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-02T14:45:50Z</dc:date>
    </item>
  </channel>
</rss>

