<?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: recursive/hierarchical query in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/recursive-hierarchical-query/m-p/2371663#M134577</link>
    <description>I believe that a tutorial I have put together may help (with a working example for v5.5.1). It emulates the Oracle "Connect By" functionality using Talend components. You can find the tutorial &lt;A href="http://www.rilhia.com/node/32" target="_blank" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;.</description>
    <pubDate>Sun, 05 Oct 2014 22:06:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-10-05T22:06:53Z</dc:date>
    <item>
      <title>recursive/hierarchical query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/recursive-hierarchical-query/m-p/2371659#M134573</link>
      <description>Hello,&lt;BR /&gt;I've searched, but have not found the definitive answer.  Can you tell me, is it possible to create a query or loop in Talend to return the results of a hierarchical query?  This is the case where you have a table with a foreign key pointing to itself.  It may be N levels deep.  The table might look like:&lt;BR /&gt;Employee&lt;BR /&gt;---------------------------&lt;BR /&gt;employee#|manager#&lt;BR /&gt;1                2&lt;BR /&gt;2                3&lt;BR /&gt;3                null&lt;BR /&gt;where manager# points back to employee#.  Oracle uses a "connect by" syntax for this.  I am using JDBC</description>
      <pubDate>Sat, 16 Nov 2024 12:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/recursive-hierarchical-query/m-p/2371659#M134573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: recursive/hierarchical query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/recursive-hierarchical-query/m-p/2371660#M134574</link>
      <description>Hi
&lt;BR /&gt;Try to use tOracleRow and edit sql with "connect by".
&lt;BR /&gt;Check "Propagate QUERY's recordset" of tOracleRow-&amp;gt;Advanced Settings.
&lt;BR /&gt;Then pass the RecordSet to tParseRecordSet component.
&lt;BR /&gt;Use tParseRecordSet to retrieve columns.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Sat, 14 Jan 2012 03:13:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/recursive-hierarchical-query/m-p/2371660#M134574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-14T03:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: recursive/hierarchical query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/recursive-hierarchical-query/m-p/2371661#M134575</link>
      <description>Sorry, I should have been more clear. I am not using Oracle, that was just an example of what I am trying to do. Is there a way in Talend to do this, either with Talend objects, or with a Loop?</description>
      <pubDate>Mon, 16 Jan 2012 17:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/recursive-hierarchical-query/m-p/2371661#M134575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-16T17:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: recursive/hierarchical query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/recursive-hierarchical-query/m-p/2371662#M134576</link>
      <description>I need the same thing. &amp;nbsp;I want to implement the recursive operation in Talend, not the Database. &amp;nbsp;Basically, I want to start at the leaf (employee) and add manager rows until the top node is reached. &amp;nbsp;&lt;BR /&gt;For those of you familiar with CTE in MS SQL server, I want to implement the same basic functionality using talend objects.</description>
      <pubDate>Sat, 13 Sep 2014 02:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/recursive-hierarchical-query/m-p/2371662#M134576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-13T02:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: recursive/hierarchical query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/recursive-hierarchical-query/m-p/2371663#M134577</link>
      <description>I believe that a tutorial I have put together may help (with a working example for v5.5.1). It emulates the Oracle "Connect By" functionality using Talend components. You can find the tutorial &lt;A href="http://www.rilhia.com/node/32" target="_blank" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;.</description>
      <pubDate>Sun, 05 Oct 2014 22:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/recursive-hierarchical-query/m-p/2371663#M134577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-05T22:06:53Z</dc:date>
    </item>
  </channel>
</rss>

