<?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 2 Different Tables of Different Database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299097#M71481</link>
    <description>&lt;P&gt;in a tMap outpout section Activate.unactivate expression filter to do the filter.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Mar 2018 05:40:24 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2018-03-05T05:40:24Z</dc:date>
    <item>
      <title>Join 2 Different Tables of Different Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299091#M71475</link>
      <description>&lt;P&gt;I have to join 2 Different Tables of 2 Different Database. One from SQL Server and other is from Oracle. Now In Informatica we used 1 Dummy Column each for 2 and joined them. After Both database Input Components I kept tReplace to Replace a String each. Now when I am joining them in tmap creating 1 Dummy Column each for both Input Sets it is saying Dummy Columns can't be resolved or is not a variable. I have to filter out data after tmap in below way&lt;/P&gt;&lt;P&gt;(TO_DATE(Date Column of SQL SERVER,'YYYY-MM-DD') &amp;gt;= DATE COLUMN OF ORACLE and TO_DATE(Date Column of SQL SERVER,'YYYY-MM-DD') &amp;lt;=&amp;nbsp; DATE COLUMN OF ORACLE) AND UPPER(Brand column of SQL server)=UPPER(BRAND Column of Oracle Table). If anyone can help will be really helpful to him&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 13:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299091#M71475</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-03-02T13:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Join 2 Different Tables of Different Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299092#M71476</link>
      <description>&lt;P&gt;Hi Richard,Shong&lt;/P&gt;
&lt;P&gt;Can you please advise&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 13:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299092#M71476</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-03-02T13:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Join 2 Different Tables of Different Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299093#M71477</link>
      <description>&lt;P&gt;I'm not sure why you are using "Dummy Columns", is there not a natural key field which will help you join? Maybe if you show me your job design it will help me understand the issue. If you can do it in Informatica, you can do it in Talend...but not necessarily in the same way.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 13:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299093#M71477</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-02T13:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Join 2 Different Tables of Different Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299094#M71478</link>
      <description>&lt;P&gt;actually There is no such column to join between Them.So creating Dummy Columns.&lt;/P&gt;&lt;P&gt;tmssqlinput(select columns from Table)---&amp;gt;treplace(replacing a string)---&amp;gt;&lt;/P&gt;&lt;P&gt;toracleinput(&lt;SPAN&gt;select columns from Table)---&amp;gt;treplace(replacing a string)---&amp;gt;tmap(joining on those 2 Dummy Columns)----Have to filter out based on my condition----&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 14:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299094#M71478</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-03-02T14:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Join 2 Different Tables of Different Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299095#M71479</link>
      <description>Can anybody please help for the filter condition which i have mentioned.</description>
      <pubDate>Sat, 03 Mar 2018 20:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299095#M71479</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-03-03T20:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Join 2 Different Tables of Different Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299096#M71480</link>
      <description>&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;Now joining is happening. But unable to do the Filtering.&amp;nbsp;&lt;/P&gt;&lt;P&gt;After tmap I have to do a filter in below way(which we did in Informatica)&lt;/P&gt;&lt;P&gt;(TO_DATE(Date Column of SQL SERVER,'YYYY-MM-DD') &amp;gt;= (DATE COLUMN OF ORACLE which is in MM/DD/YYYY Format) and TO_DATE(Date Column of SQL SERVER,'YYYY-MM-DD') &amp;lt;= (DATE COLUMN OF ORACLE which is in MM/DD/YYYY Format)) AND UPPER(Brand column of SQL server)=UPPER(BRAND Column of Oracle Table).&lt;/P&gt;</description>
      <pubDate>Sun, 04 Mar 2018 13:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299096#M71480</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-03-04T13:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Join 2 Different Tables of Different Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299097#M71481</link>
      <description>&lt;P&gt;in a tMap outpout section Activate.unactivate expression filter to do the filter.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 05:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299097#M71481</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-03-05T05:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Join 2 Different Tables of Different Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299098#M71482</link>
      <description>&lt;P&gt;Hi Manohar,&lt;/P&gt;&lt;P&gt;There I am doing it. But I am trying with TalendDate.DiffDate where Filtering not happening. So asking what talendDate function I have to use?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 06:24:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299098#M71482</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-03-05T06:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Join 2 Different Tables of Different Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299099#M71483</link>
      <description>use TalendDate.compareDate(myDate,myDate2) in tmap</description>
      <pubDate>Mon, 05 Mar 2018 06:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299099#M71483</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-03-05T06:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Join 2 Different Tables of Different Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299100#M71484</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLs9AAG"&gt;@abhi90&lt;/A&gt;&amp;nbsp;Did it help you ?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 12:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299100#M71484</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-03-05T12:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Join 2 Different Tables of Different Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299101#M71485</link>
      <description>&lt;P&gt;manodwhb&lt;/P&gt;&lt;P&gt;Can you help me in filtering?actually have very less knowledge with this function.&lt;/P&gt;&lt;P&gt;TalendDate.compareDate(myDate,myDate2,"MM/dd/yyyy")&amp;gt;0 is it something like be?&lt;/P&gt;&lt;P&gt;Now MyDate2 is coming from SQL SERVER. which is in yyyy-MM-dd and myDate is in MM/DD/YYYY format. so what will be the filtering condition which we used in Informatica?&lt;/P&gt;&lt;P&gt;(TO_DATE(Date,'YYYY-MM-DD') &amp;gt;= FROM_DATE and TO_DATE(Date,'YYYY-MM-DD') &amp;lt;=&amp;nbsp; TO_DATE)&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 16:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299101#M71485</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-03-06T16:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Join 2 Different Tables of Different Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299102#M71486</link>
      <description>you can use TalendDate.compareDate(myDate,myDate2) funtion to filter.</description>
      <pubDate>Wed, 07 Mar 2018 04:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299102#M71486</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-03-07T04:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Join 2 Different Tables of Different Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299103#M71487</link>
      <description>&lt;P&gt;since i have compared using below way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TalendDate.compareDate(utils.stringToDate(row1.PeriodStart,"MM/dd/yyyy"),row2.Valid_From) &amp;gt; 0&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 11:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299103#M71487</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-03-07T11:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Join 2 Different Tables of Different Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299104#M71488</link>
      <description>&lt;P&gt;did it help you?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 06:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-2-Different-Tables-of-Different-Database/m-p/2299104#M71488</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-03-20T06:53:39Z</dc:date>
    </item>
  </channel>
</rss>

