<?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: How to create hierarchical output from one source file without using too many tHashInput as a lookup? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201446#M3535</link>
    <description>You could try tmap option to reload at each row to get heirarchy infomation.&lt;BR /&gt;&lt;BR /&gt;Main — your input file (emp name,emp id, mng id,[newcol- list of manger])&lt;BR /&gt;Do reaload at each row ( global var on manager id)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Lookup - from inputfile filter record with (manager id of main ) = (emp id of lookup)&lt;BR /&gt;&lt;BR /&gt;Ouput - main emp name , lookup manager id , concatinate (lookup emp name )with existing list of manager&lt;BR /&gt;&lt;BR /&gt;Do this in tloop 4-5 times. Read ouput of tmap as input in loop.&lt;BR /&gt;Last cols will have your manager list.it should work.&lt;BR /&gt;&lt;BR /&gt;Let me know if you face issue.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 18 Jan 2019 17:40:38 GMT</pubDate>
    <dc:creator>akumar2301</dc:creator>
    <dc:date>2019-01-18T17:40:38Z</dc:date>
    <item>
      <title>How to create hierarchical output from one source file without using too many tHashInput as a lookup?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201445#M3534</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd like to know your inputs on how to create a hierarchy from one source file without using too many tHashInputs as a lookup. See requirements and expected output below:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Input&lt;/STRONG&gt;&lt;BR /&gt;|Emp Name&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| Emp Id | Manager Id|&lt;BR /&gt;|--------------------------------------------------|&lt;BR /&gt;|Jerome Sare&amp;nbsp; &amp;nbsp; | JNS12&amp;nbsp; | MR13&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&lt;BR /&gt;|Madey Den&amp;nbsp; &amp;nbsp; &amp;nbsp; |&amp;nbsp; MR13&amp;nbsp; | MB14&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;BR /&gt;|Mike Bick&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| MB14&amp;nbsp; &amp;nbsp;| TS15&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&lt;BR /&gt;|Trevlin Sucre&amp;nbsp; &amp;nbsp;| TS15&amp;nbsp; &amp;nbsp; | DS16&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&lt;BR /&gt;|Dicker Sipeds&amp;nbsp; | DS16&amp;nbsp; &amp;nbsp;| VS17&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;BR /&gt;|Vander Sicken | VS17&amp;nbsp; &amp;nbsp;| VS17&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Expected Output&lt;/STRONG&gt;&lt;BR /&gt;Emp Name&amp;nbsp; &amp;nbsp; &amp;nbsp; | CEO_LVL1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| CEO_LVL2&amp;nbsp; &amp;nbsp; &amp;nbsp;| CEO_LVL3&amp;nbsp; &amp;nbsp; | CEO_LVL4&lt;BR /&gt;-------------------------------------------------------------------------------------------------&lt;BR /&gt;Jerome Sare&amp;nbsp; &amp;nbsp; | Vander Sicken | Dicker Sipeds | Trevlin Sucre | Mike Bick&lt;BR /&gt;Madey Den&amp;nbsp; &amp;nbsp; &amp;nbsp; | Vander Sicken | Dicker Sipeds | Trevlin Sucre | Mike Bick&lt;BR /&gt;Mike Bick&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| Vander Sicken | Dicker Sipeds | Trevlin Sucre |&lt;BR /&gt;Trevlin Sucre&amp;nbsp; &amp;nbsp;| Vander Sicken | Dicker Sipeds |&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;BR /&gt;Dicker Sipeds&amp;nbsp; | Vander Sicken |&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;|&lt;BR /&gt;Vander Sicken | Vander Sicken |&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;|&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CEO_LVL1&amp;nbsp;=&amp;nbsp;Emp Id is equal to manager Id that will be CEO_LVL1, then it will traverse down up to 4 levels to get the CEO_LVL2 - CEO_LVL4.&lt;BR /&gt;&lt;BR /&gt;Let me know your thoughts on this.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 02:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201445#M3534</guid>
      <dc:creator>jerownimow</dc:creator>
      <dc:date>2019-01-18T02:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create hierarchical output from one source file without using too many tHashInput as a lookup?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201446#M3535</link>
      <description>You could try tmap option to reload at each row to get heirarchy infomation.&lt;BR /&gt;&lt;BR /&gt;Main — your input file (emp name,emp id, mng id,[newcol- list of manger])&lt;BR /&gt;Do reaload at each row ( global var on manager id)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Lookup - from inputfile filter record with (manager id of main ) = (emp id of lookup)&lt;BR /&gt;&lt;BR /&gt;Ouput - main emp name , lookup manager id , concatinate (lookup emp name )with existing list of manager&lt;BR /&gt;&lt;BR /&gt;Do this in tloop 4-5 times. Read ouput of tmap as input in loop.&lt;BR /&gt;Last cols will have your manager list.it should work.&lt;BR /&gt;&lt;BR /&gt;Let me know if you face issue.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jan 2019 17:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201446#M3535</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-01-18T17:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to create hierarchical output from one source file without using too many tHashInput as a lookup?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201447#M3536</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Abhishek,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your response. I'll give this a try, but I'm still confused on some points:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. What will be the content of the new col on Main row of tMap?&lt;BR /&gt;2. Why I will concatenate&amp;nbsp;(lookup emp name )with existing list of manager&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. What will be the option will I use in tLoop?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you provide an example for this?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance!&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Jerome&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 03:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201447#M3536</guid>
      <dc:creator>jerownimow</dc:creator>
      <dc:date>2019-01-21T03:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to create hierarchical output from one source file without using too many tHashInput as a lookup?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201448#M3537</link>
      <description>Last column will contain the CEO(Manager List). This hierarchy of Managers appended after each loop run.&lt;BR /&gt;&lt;BR /&gt;e.g. for Jerome Sare&lt;BR /&gt;After 1st run last column will have Madey Den&lt;BR /&gt;After 2nd run last column will have Mike Bick,Madey Den&lt;BR /&gt;and so on.&lt;BR /&gt;&lt;BR /&gt;I will try to implement and send you a sample job if i get time.&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jan 2019 08:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201448#M3537</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-01-21T08:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create hierarchical output from one source file without using too many tHashInput as a lookup?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201449#M3538</link>
      <description>&lt;P&gt;I'm also thinking if it is possible to loop records until &lt;SPAN&gt;Emp Id is equal to manager Id, then afterwards that's the time to traverse down up to 4 levels since some of the records have random number of levels before reaching the topmost level. But I'm not knowledgeable how to do that.&lt;BR /&gt;What I'm thinking is a series of lookups, but I know that it takes too much toll on the performance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 09:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201449#M3538</guid>
      <dc:creator>jerownimow</dc:creator>
      <dc:date>2019-01-21T09:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to create hierarchical output from one source file without using too many tHashInput as a lookup?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201450#M3539</link>
      <description>&lt;P&gt;PFA the job for the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is assuming you have only One one root Elements (TOP CEO). Hope this will help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did it quick so you could improve the design as per your use case.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 10:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201450#M3539</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-01-21T10:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create hierarchical output from one source file without using too many tHashInput as a lookup?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201451#M3540</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Abhishek,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you so much for your inputs and the job, I'm getting the idea little by little, but I couldn't make it work. I encountered an error which is&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;Missing file on the main row of tMap, I added +1 to make it work, but the loop doesn't stop. Also, it will generate several files from the loop which may cause a space issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Jerome&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 08:28:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201451#M3540</guid>
      <dc:creator>jerownimow</dc:creator>
      <dc:date>2019-01-22T08:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create hierarchical output from one source file without using too many tHashInput as a lookup?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201452#M3541</link>
      <description>&lt;P&gt;Ideally it should not give error with the input I attached.You might have to correct the path in INPUT and OUTPUT.&lt;/P&gt; 
&lt;P&gt;As I told , i did this quick , you could use Hash components to avoid having multiple file or you could delete file inside loop.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Main Logic is in tMap to build &lt;SPAN&gt;hierarchical&amp;nbsp;output. Using that idea , you could improve the design. My output looks like this.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TalendImage.JPG" style="width: 873px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2Wb.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148102iF447B5AD23336A85/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2Wb.jpg" alt="0683p000009M2Wb.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 09:10:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201452#M3541</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-01-22T09:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create hierarchical output from one source file without using too many tHashInput as a lookup?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201453#M3542</link>
      <description>&lt;P&gt;Thank you so much Sir!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's now working. I am planning to replace the files inside the loop with hash components, but it affected the loop up to the point that it didn't end. I can delete the file as well, but it is needed on the 2nd subjob where the last file will be read.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 06:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201453#M3542</guid>
      <dc:creator>jerownimow</dc:creator>
      <dc:date>2019-01-23T06:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create hierarchical output from one source file without using too many tHashInput as a lookup?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201454#M3543</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LP7CAAW"&gt;@uganesh&lt;/A&gt;&amp;nbsp;. I replaced the delimiter from comma to pipe since my source is csv and has data with comma values.&lt;BR /&gt;But I am currently blocked how will I replace those I/O delimited with Hash components.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What I tried is to make it two subjobs...&lt;/P&gt; 
&lt;P&gt;1st subjob is basically the replica without the loop logic&lt;/P&gt; 
&lt;P&gt;while the 2nd job has the loop..setting the output as linked with the 1st hash but it's not working.&lt;BR /&gt;Can you please advice me?&lt;BR /&gt;&lt;BR /&gt;Here's what the job looked like:&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sample.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2Qe.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141574i31FDE7C97B850596/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2Qe.png" alt="0683p000009M2Qe.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 08:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201454#M3543</guid>
      <dc:creator>jerownimow</dc:creator>
      <dc:date>2019-01-25T08:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create hierarchical output from one source file without using too many tHashInput as a lookup?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201455#M3544</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LP7CAAW"&gt;@uganesh&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here's the sample file and talend job that I modified based on the attachment you've provide.&lt;BR /&gt;Thank you very much.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuSq"&gt;ed_users_ceo_hier1.txt&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuQ7"&gt;Hierarchy_Copy.zip&lt;/A&gt;</description>
      <pubDate>Wed, 30 Jan 2019 08:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201455#M3544</guid>
      <dc:creator>jerownimow</dc:creator>
      <dc:date>2019-01-30T08:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create hierarchical output from one source file without using too many tHashInput as a lookup?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201456#M3545</link>
      <description>Find attached a simple job with Hash.&lt;BR /&gt;&amp;amp;nbsp;&lt;BR /&gt;&amp;amp;nbsp;</description>
      <pubDate>Wed, 30 Jan 2019 13:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201456#M3545</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-01-30T13:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create hierarchical output from one source file without using too many tHashInput as a lookup?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201457#M3546</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LP7CAAW"&gt;@uganesh&lt;/A&gt;, I tried executing the job and it doesn't go into loop like the ones you've provided me before. I'm currently in-progress with troubleshooting..Please advise.&lt;BR /&gt;&lt;BR /&gt;Thank you so much!&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 06:35:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201457#M3546</guid>
      <dc:creator>jerownimow</dc:creator>
      <dc:date>2019-01-31T06:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create hierarchical output from one source file without using too many tHashInput as a lookup?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201458#M3547</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LP7CAAW"&gt;@uganesh&lt;/A&gt;&amp;nbsp; Can you please help me with&amp;nbsp;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCoaKCAS" target="_blank"&gt;https://community.talend.com/t5/Data-Quality-Preparation-and/Employee-Hierarchy-using-talend/td-p/161122&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 05:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201458#M3547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-17T05:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to create hierarchical output from one source file without using too many tHashInput as a lookup?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201459#M3548</link>
      <description>Where is the attachment</description>
      <pubDate>Fri, 24 May 2019 07:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-hierarchical-output-from-one-source-file-without/m-p/2201459#M3548</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-24T07:16:57Z</dc:date>
    </item>
  </channel>
</rss>

