<?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 joining two tjavarow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/joining-two-tjavarow/m-p/2287913#M61455</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;I have two tJavaRow component in the same job and want to join them using the common key between them. But either tMap or tJoin accepting only one "Main input" and one "Reference input". In my case both are "Main output". How can I make join between them? Please help. it is bit urgent.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Bala&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jun 2016 11:30:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-14T11:30:50Z</dc:date>
    <item>
      <title>joining two tjavarow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/joining-two-tjavarow/m-p/2287913#M61455</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I have two tJavaRow component in the same job and want to join them using the common key between them. But either tMap or tJoin accepting only one "Main input" and one "Reference input". In my case both are "Main output". How can I make join between them? Please help. it is bit urgent.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Bala&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 11:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/joining-two-tjavarow/m-p/2287913#M61455</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-14T11:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: joining two tjavarow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/joining-two-tjavarow/m-p/2287914#M61456</link>
      <description>I'm not sure you're explaining your issue.
&lt;BR /&gt;You can connect two outputs to tMap.
&lt;BR /&gt;One of these is considered a 'lookup'.
&lt;BR /&gt;You can, within tMap, define your join model.
&lt;BR /&gt;It's a similar deal with tJoin.</description>
      <pubDate>Tue, 14 Jun 2016 12:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/joining-two-tjavarow/m-p/2287914#M61456</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-14T12:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: joining two tjavarow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/joining-two-tjavarow/m-p/2287915#M61457</link>
      <description>&lt;A href="https://community.talend.com/legacyfs/online/368908/job.jpg" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFP2.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133108i16D7BBA2B1660407/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFP2.jpg" alt="0683p000009MFP2.jpg" /&gt;&lt;/span&gt;&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;thanks much for the response. Here is my requirement. I am reading multi schema positional and processing them using the tJavaRow. After that I need to join them using the common field which is available in all schemas. thanks</description>
      <pubDate>Tue, 14 Jun 2016 12:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/joining-two-tjavarow/m-p/2287915#M61457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-14T12:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: joining two tjavarow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/joining-two-tjavarow/m-p/2287916#M61458</link>
      <description>You cannot re-join your data, once you've split it from a single source.&lt;BR /&gt;You'll need to drop the data in to a tHashOutput or tFile... so that you can re-read it.</description>
      <pubDate>Tue, 14 Jun 2016 14:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/joining-two-tjavarow/m-p/2287916#M61458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-14T14:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: joining two tjavarow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/joining-two-tjavarow/m-p/2287917#M61459</link>
      <description>I don't think tHashOuput is an option since my input file size more than 10 GB. Do you think of any other possibilities without splitting the record? Basically I would need to do the data validation here. Also the other issue is I have a time constraint like it has to be processed with in a hour. So&amp;nbsp;putting to file&amp;nbsp;and reading&amp;nbsp;may not match with time constraint. Please guide me. thanks&amp;nbsp;</description>
      <pubDate>Tue, 14 Jun 2016 15:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/joining-two-tjavarow/m-p/2287917#M61459</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-14T15:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: joining two tjavarow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/joining-two-tjavarow/m-p/2287918#M61460</link>
      <description>&lt;P&gt;Did you find a solution?&lt;/P&gt;&lt;P&gt;I think i have the same problem.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 23:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/joining-two-tjavarow/m-p/2287918#M61460</guid>
      <dc:creator>ATeixeira</dc:creator>
      <dc:date>2020-12-01T23:38:53Z</dc:date>
    </item>
  </channel>
</rss>

