<?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: Using tMap within the same table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Using-tMap-within-the-same-table/m-p/2324191#M93922</link>
    <description>&lt;P&gt;This is the problem, it's a huge file&lt;/P&gt;</description>
    <pubDate>Mon, 08 Feb 2021 08:22:18 GMT</pubDate>
    <dc:creator>perdigao1</dc:creator>
    <dc:date>2021-02-08T08:22:18Z</dc:date>
    <item>
      <title>Using tMap within the same table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tMap-within-the-same-table/m-p/2324187#M93918</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;person_id | person_name | person_ref_id&lt;/P&gt;&lt;P&gt;1 ----------- name1 ---------- 50&lt;/P&gt;&lt;P&gt;2 ----------- name2 ---------- 51&lt;/P&gt;&lt;P&gt;3 ----------- name3 ---------- 52&lt;/P&gt;&lt;P&gt;... ...&lt;/P&gt;&lt;P&gt;50 --------- adress1 --------- 200&lt;/P&gt;&lt;P&gt;51 --------- adress2 --------- 201&lt;/P&gt;&lt;P&gt;52 --------- adress3 --------- 202&lt;/P&gt;&lt;P&gt;... ...&lt;/P&gt;&lt;P&gt;200 ------- country1 -------- 500&lt;/P&gt;&lt;P&gt;201 ------- country2 -------- 501&lt;/P&gt;&lt;P&gt;202 ------- country3 -------- 502&lt;/P&gt;&lt;P&gt;... ...&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;in which person_ref_id is a pointer to person_id.&lt;/P&gt;&lt;P&gt;For example, if I want to find all the information about person_id = 1, I can search for 50 and then 200 and then 500 as if it was a cycle. I'll obtain then the information name1, adress1 and country1 that refers to the same person.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is: how can I get all these information and store in a table like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;person_id | person_name | person_adress | person_country&lt;/P&gt;&lt;P&gt;1 ----------- name1 ------- adress1 -------- country1&lt;/P&gt;&lt;P&gt;2 ----------- name2 ------- adress2 -------- country2&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I do that ? Is it possible to do that by reading the original table only once?&lt;/P&gt;&lt;P&gt;Thank you all&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tMap-within-the-same-table/m-p/2324187#M93918</guid>
      <dc:creator>perdigao1</dc:creator>
      <dc:date>2024-11-16T00:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using tMap within the same table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tMap-within-the-same-table/m-p/2324188#M93919</link>
      <description>&lt;P&gt;@Diego Martino​&amp;nbsp;, you need to read the file three times with filter condition of person id  to extract name, address and country records separately and then do the join on person_ref_id=person_id from address and county records in tMap and then pass the all records into table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 05:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tMap-within-the-same-table/m-p/2324188#M93919</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2021-02-08T05:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using tMap within the same table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tMap-within-the-same-table/m-p/2324189#M93920</link>
      <description>&lt;P&gt;Hi, thank you for your answer.&lt;/P&gt;&lt;P&gt;Isn't it possible to do that by reading the original file only once?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 08:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tMap-within-the-same-table/m-p/2324189#M93920</guid>
      <dc:creator>perdigao1</dc:creator>
      <dc:date>2021-02-08T08:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using tMap within the same table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tMap-within-the-same-table/m-p/2324190#M93921</link>
      <description>&lt;P&gt;@Diego Martino​&amp;nbsp;, you can read three times if it is not huge file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar &lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 08:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tMap-within-the-same-table/m-p/2324190#M93921</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2021-02-08T08:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using tMap within the same table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tMap-within-the-same-table/m-p/2324191#M93922</link>
      <description>&lt;P&gt;This is the problem, it's a huge file&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 08:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tMap-within-the-same-table/m-p/2324191#M93922</guid>
      <dc:creator>perdigao1</dc:creator>
      <dc:date>2021-02-08T08:22:18Z</dc:date>
    </item>
  </channel>
</rss>

