<?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: tELTOracleXXXX in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tELTOracleXXXX/m-p/2237014#M25575</link>
    <description>&lt;P&gt;Hi Abhishek,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your response and sorry for my silence.&lt;/P&gt;
&lt;P&gt;I saw this solution but my problem was that the lines were not with identifiers (numbers) and limited to 5.&lt;BR /&gt;I used a job to create a table with the same description and a new column to classed this rows. After, with the tELTOracleMap component, I am able to make join on this rows with this new column and left outer join.&lt;/P&gt;
&lt;P&gt;Best regards.&lt;/P&gt;
&lt;P&gt;Philippe&lt;/P&gt;</description>
    <pubDate>Wed, 13 Mar 2019 13:29:24 GMT</pubDate>
    <dc:creator>HanSolo44</dc:creator>
    <dc:date>2019-03-13T13:29:24Z</dc:date>
    <item>
      <title>tELTOracleXXXX</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tELTOracleXXXX/m-p/2237012#M25573</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I have&amp;nbsp;one table (Oracle) under the template "header/lines" (with 1 to 5 lines max).&lt;/P&gt; 
&lt;P&gt;I want a new table where rows are replaced by columns in the same record. Is it possible ?&lt;/P&gt; 
&lt;P&gt;I tried to use tELTOracleXXXX components but I can't find the solution.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This is an example :&lt;/P&gt; 
&lt;P&gt;source table :&lt;/P&gt; 
&lt;PRE&gt;id_tab2	id_tab1	rate	amount	price
1		1		5		100		105
2		1		20		200		240
3		1		10		150		165&lt;/PRE&gt; 
&lt;P&gt;destination table :&lt;/P&gt; 
&lt;PRE&gt;id_tab	rate1	amount1	price1	rate2	amount2	price2	rate3	amount3	price3	rate4	amount4	price4	rate5	amount5	price5
1	5	100	105	20	200	240	10	150	165&lt;/PRE&gt; 
&lt;P&gt;Thank you for your help&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 15:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tELTOracleXXXX/m-p/2237012#M25573</guid>
      <dc:creator>HanSolo44</dc:creator>
      <dc:date>2019-02-01T15:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: tELTOracleXXXX</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tELTOracleXXXX/m-p/2237013#M25574</link>
      <description>&lt;P&gt;It is quite simple to do with PIVOT in Oracle itself. e.g.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;SELECT *&lt;BR /&gt;FROM (SELECT id_tab1, id_tab2, price,amount&lt;BR /&gt;FROM tablename&lt;BR /&gt;where id_tab1=1)&lt;BR /&gt;PIVOT (SUM(price) AS price , SUM(amount) AS amount FOR (id_tab2) IN (1 AS a, 2 AS b, 3 AS c ,4 as d , 5 as e)&lt;BR /&gt;)&lt;BR /&gt;ORDER BY id_tab1;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 12:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tELTOracleXXXX/m-p/2237013#M25574</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-02-28T12:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: tELTOracleXXXX</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tELTOracleXXXX/m-p/2237014#M25575</link>
      <description>&lt;P&gt;Hi Abhishek,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your response and sorry for my silence.&lt;/P&gt;
&lt;P&gt;I saw this solution but my problem was that the lines were not with identifiers (numbers) and limited to 5.&lt;BR /&gt;I used a job to create a table with the same description and a new column to classed this rows. After, with the tELTOracleMap component, I am able to make join on this rows with this new column and left outer join.&lt;/P&gt;
&lt;P&gt;Best regards.&lt;/P&gt;
&lt;P&gt;Philippe&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 13:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tELTOracleXXXX/m-p/2237014#M25575</guid>
      <dc:creator>HanSolo44</dc:creator>
      <dc:date>2019-03-13T13:29:24Z</dc:date>
    </item>
  </channel>
</rss>

