<?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 [resolved] Use multiple times the same input in one tMap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Use-multiple-times-the-same-input-in-one-tMap/m-p/2276088#M52280</link>
    <description>Hello
&lt;BR /&gt;I'd like to create a job which use an existing tMap.
&lt;BR /&gt;I need to make 3 relation to the same input (a other tMap)
&lt;BR /&gt;The concrete simpliefied :
&lt;BR /&gt;I have a "user" table with 2 columns : idold and idnew
&lt;BR /&gt;I have a "company" table with 4 columns : companyid, assigned_to_id, created_by and modified_by.
&lt;BR /&gt;I want to remap assigned_to_id, created_by and modified_by
&lt;BR /&gt;Can I duplicate the user tMap ? Or use three out from the user company and connect them in the company tMap ? Maybe use some java ? I am a bit lost.
&lt;BR /&gt;I imagine that I can chain three tCompanyMap to resolve that case but it seems really complicated ...
&lt;BR /&gt;How can I do ?</description>
    <pubDate>Fri, 18 Jan 2013 16:52:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-01-18T16:52:38Z</dc:date>
    <item>
      <title>[resolved] Use multiple times the same input in one tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Use-multiple-times-the-same-input-in-one-tMap/m-p/2276088#M52280</link>
      <description>Hello
&lt;BR /&gt;I'd like to create a job which use an existing tMap.
&lt;BR /&gt;I need to make 3 relation to the same input (a other tMap)
&lt;BR /&gt;The concrete simpliefied :
&lt;BR /&gt;I have a "user" table with 2 columns : idold and idnew
&lt;BR /&gt;I have a "company" table with 4 columns : companyid, assigned_to_id, created_by and modified_by.
&lt;BR /&gt;I want to remap assigned_to_id, created_by and modified_by
&lt;BR /&gt;Can I duplicate the user tMap ? Or use three out from the user company and connect them in the company tMap ? Maybe use some java ? I am a bit lost.
&lt;BR /&gt;I imagine that I can chain three tCompanyMap to resolve that case but it seems really complicated ...
&lt;BR /&gt;How can I do ?</description>
      <pubDate>Fri, 18 Jan 2013 16:52:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Use-multiple-times-the-same-input-in-one-tMap/m-p/2276088#M52280</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-18T16:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Use multiple times the same input in one tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Use-multiple-times-the-same-input-in-one-tMap/m-p/2276089#M52281</link>
      <description>Hi 
&lt;BR /&gt;You can use 
&lt;A href="https://help.talend.com/search/all?query=tReplicate&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tReplicate&lt;/A&gt; to duplicate the incoming schema many times. If it does not fit your request, please upload a screenshot of the job showing what you are trying to do.
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 21 Jan 2013 02:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Use-multiple-times-the-same-input-in-one-tMap/m-p/2276089#M52281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-21T02:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Use multiple times the same input in one tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Use-multiple-times-the-same-input-in-one-tMap/m-p/2276090#M52282</link>
      <description>the original path :
&lt;BR /&gt;
&lt;A href="http://www.casimages.com/img.php?i=130121100706650744.png" rel="nofollow noopener noreferrer"&gt;http://www.casimages.com/img.php?i=130121100706650744.png&lt;/A&gt;
&lt;BR /&gt;the tmap :
&lt;BR /&gt;i want to link created_by / assigned_user_id / modified_user_id to ids (in out1)
&lt;BR /&gt;i want to create multiple link ..
&lt;BR /&gt;in sql i would create
&lt;BR /&gt;select * from row3 left join out1 o1 on o1.ids = row3.assigned_user_id left join out1 o2 on o2.ids = row3.created_by
&lt;BR /&gt;
&lt;A href="http://www.casimages.com/img.php?i=13012110113163210.png" rel="nofollow noopener noreferrer"&gt;http://www.casimages.com/img.php?i=13012110113163210.png&lt;/A&gt;
&lt;BR /&gt;i tryied treplicate but I don't understand how it can solve my case
&lt;BR /&gt;
&lt;A href="http://www.casimages.com/img.php?i=130121100736193095.png" rel="nofollow noopener noreferrer"&gt;http://www.casimages.com/img.php?i=130121100736193095.png&lt;/A&gt;</description>
      <pubDate>Mon, 21 Jan 2013 09:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Use-multiple-times-the-same-input-in-one-tMap/m-p/2276090#M52282</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-21T09:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Use multiple times the same input in one tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Use-multiple-times-the-same-input-in-one-tMap/m-p/2276091#M52283</link>
      <description>Hi 
&lt;BR /&gt;
&lt;PRE&gt;in sql i would create&lt;BR /&gt;select * from row3 left join out1 o1 on o1.ids  = row3.assigned_user_id left join out1 o2 on o2.ids = row3.created_by&lt;BR /&gt;http://www.casimages.com/img.php?i=13012110113163210.png&lt;/PRE&gt;
&lt;BR /&gt;tMap supports multiple input rows, you just need do a left outer join on tMap as you did on tMap_2.
&lt;BR /&gt;BTW, please upload the images to the forum next time, it is convenient for us to look them.
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 25 Jan 2013 12:26:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Use-multiple-times-the-same-input-in-one-tMap/m-p/2276091#M52283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-25T12:26:14Z</dc:date>
    </item>
  </channel>
</rss>

