<?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 forwarding more rows than planned to tJavaRow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMap-forwarding-more-rows-than-planned-to-tJavaRow/m-p/2344770#M112382</link>
    <description>&lt;P&gt;Thank you for your reply TRF. I already configured a join key as suggested by vboppudi. I marked his answer as the chosen answer, because he was the first to comment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards.&lt;/P&gt;</description>
    <pubDate>Mon, 02 Apr 2018 16:48:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-02T16:48:06Z</dc:date>
    <item>
      <title>tMap forwarding more rows than planned to tJavaRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-forwarding-more-rows-than-planned-to-tJavaRow/m-p/2344766#M112378</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have 2 objects connecting to a tMap. For my test, I've created 3 records on main object A, and 2 on lookup object B. I've also linked a tJavaRow to my tMap to print the rows values. However, instead of getting 3 records, I'm getting 6 (3 from main object A times 2 from object B) :&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="Capture2.JPG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtLi.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154617i8856FB3C40C8E6CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtLi.jpg" alt="0683p000009LtLi.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How to I prevent that? i only want the 3 records from main object A, with related fields of object B. For example like this job:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture3.JPG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtLx.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136143i77498E557581DD44/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtLx.jpg" alt="0683p000009LtLx.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2018 15:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-forwarding-more-rows-than-planned-to-tJavaRow/m-p/2344766#M112378</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-02T15:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: tMap forwarding more rows than planned to tJavaRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-forwarding-more-rows-than-planned-to-tJavaRow/m-p/2344767#M112379</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What is the join key in tMap?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are not using join key it will be cross join and you will get 2*3 records out.&lt;/P&gt;&lt;P&gt;Please post tMap configurations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2018 15:57:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-forwarding-more-rows-than-planned-to-tJavaRow/m-p/2344767#M112379</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-04-02T15:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: tMap forwarding more rows than planned to tJavaRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-forwarding-more-rows-than-planned-to-tJavaRow/m-p/2344768#M112380</link>
      <description>You must have a common field between main object and each lookup object (probably the field used to establish the lookup relation between these objects).
&lt;BR /&gt;Then you have to choose between inner or outer join model in tMap depending on what you expect.</description>
      <pubDate>Mon, 02 Apr 2018 16:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-forwarding-more-rows-than-planned-to-tJavaRow/m-p/2344768#M112380</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-04-02T16:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: tMap forwarding more rows than planned to tJavaRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-forwarding-more-rows-than-planned-to-tJavaRow/m-p/2344769#M112381</link>
      <description>&lt;P&gt;Thanks a lot vboppudi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A little nudge in the right direction was all that I needed. I configured a join key in my mapping, and it's working as it should now.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2018 16:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-forwarding-more-rows-than-planned-to-tJavaRow/m-p/2344769#M112381</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-02T16:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: tMap forwarding more rows than planned to tJavaRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-forwarding-more-rows-than-planned-to-tJavaRow/m-p/2344770#M112382</link>
      <description>&lt;P&gt;Thank you for your reply TRF. I already configured a join key as suggested by vboppudi. I marked his answer as the chosen answer, because he was the first to comment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2018 16:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-forwarding-more-rows-than-planned-to-tJavaRow/m-p/2344770#M112382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-02T16:48:06Z</dc:date>
    </item>
  </channel>
</rss>

