<?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: Joining 3 input in a TMap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Joining-3-input-in-a-TMap/m-p/2265733#M45183</link>
    <description>&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Actually what i forgot to mention is, that infoA should'nt be equal to A.id, the condition &amp;nbsp;is:&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;if infoA is in the tfileInputDelimited then&amp;nbsp;we take operator and code_alpha from table B where b.Id = infoB and &amp;nbsp;we assign operator to support and code_alpha to country&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;so for each line in input c i should verify if infoA is in input A&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;then&amp;nbsp;we take operator and code_alpha from table B where b.Id = infoB and &amp;nbsp;we assign operator to support and code_alpha to country&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Fri, 11 Mar 2016 13:52:53 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2016-03-11T13:52:53Z</dc:date>
    <item>
      <title>Joining 3 input in a TMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Joining-3-input-in-a-TMap/m-p/2265731#M45181</link>
      <description>Hello,&lt;BR /&gt;i'm new to Talend, and i have a problem.&lt;BR /&gt;I have 3 input in my Tmap, A,b and C.&lt;BR /&gt;input&amp;nbsp;A contain: Id&lt;BR /&gt;input&amp;nbsp;B:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-Id&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-Operator&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -Code_Alpha&lt;BR /&gt;input&amp;nbsp;C contains:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -ID&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-infoA&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -infoB&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -Country&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -Support&lt;BR /&gt;The problem is:&lt;BR /&gt;Now, the country and support of the input C are empty, the goal is to have the table C as an output, with Country and Support filled in with the right informations.&lt;BR /&gt;My probleme is, there is a condition to fill these field, and i don't know how to apply it.&lt;BR /&gt;The condition is:&lt;BR /&gt;We should keep in mind that InfoA and Info B are different, and B.Id stocks infoA and InfoB&lt;BR /&gt;if infoA == A.ID &amp;nbsp;we take operator and code_alpha from table B where b.Id = infoB and &amp;nbsp;we assign operator to support and code_alpha to country&lt;BR /&gt;if infoB == A.ID&amp;nbsp;&amp;nbsp;we take operator and code_alpha from table B where b.Id = infoA and &amp;nbsp;we assign operator to support and code_alpha to country&lt;BR /&gt;i hope i was clear in my explanation,&lt;BR /&gt;And Thank you for your help in advance,</description>
      <pubDate>Sat, 16 Nov 2024 10:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Joining-3-input-in-a-TMap/m-p/2265731#M45181</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T10:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Joining 3 input in a TMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Joining-3-input-in-a-TMap/m-p/2265732#M45182</link>
      <description>you can split it into two flows. 
&lt;BR /&gt;1st flow , inner join the 3 tables ( infoA == A.ID &amp;nbsp;we take operator and code_alpha from table B where b.Id = infoB and &amp;nbsp;we assign operator to support and code_alpha to country ) 
&lt;BR /&gt;2nd flow inner join the 3 tables again, (infoB == A.ID&amp;nbsp;&amp;nbsp;we take operator and code_alpha from table B where b.Id = infoA and &amp;nbsp;we assign operator to support and code_alpha to country) and you update insert the same table. 
&lt;BR /&gt;or you store both outputs in a file ou hashoutput and you do union. 
&lt;BR /&gt;Good luck</description>
      <pubDate>Fri, 11 Mar 2016 13:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Joining-3-input-in-a-TMap/m-p/2265732#M45182</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-11T13:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Joining 3 input in a TMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Joining-3-input-in-a-TMap/m-p/2265733#M45183</link>
      <description>&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Actually what i forgot to mention is, that infoA should'nt be equal to A.id, the condition &amp;nbsp;is:&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;if infoA is in the tfileInputDelimited then&amp;nbsp;we take operator and code_alpha from table B where b.Id = infoB and &amp;nbsp;we assign operator to support and code_alpha to country&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;so for each line in input c i should verify if infoA is in input A&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;then&amp;nbsp;we take operator and code_alpha from table B where b.Id = infoB and &amp;nbsp;we assign operator to support and code_alpha to country&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Fri, 11 Mar 2016 13:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Joining-3-input-in-a-TMap/m-p/2265733#M45183</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-03-11T13:52:53Z</dc:date>
    </item>
  </channel>
</rss>

