<?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: Input Excel to DataWarehouse (Dimension Tables And Fact Table Load) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Input-Excel-to-DataWarehouse-Dimension-Tables-And-Fact-Table/m-p/2374700#M137258</link>
    <description>Come on, this is why some companies order consultants to solve problems. Your question is a bit complex and actually it looks a bit someone other should do the job. 
&lt;BR /&gt;At first I would think about putting the excel content into a database table (say staging). With SQL you can do a lot more complex and helpful things as with processing row by row of an excel file. 
&lt;BR /&gt;Extracting dimensions are greatly supported with SQL distinct expressions. Unpivot data are possible with some User components - search for unpivot in Talend Exchange.</description>
    <pubDate>Thu, 22 Aug 2013 07:27:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-08-22T07:27:02Z</dc:date>
    <item>
      <title>Input Excel to DataWarehouse (Dimension Tables And Fact Table Load)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Input-Excel-to-DataWarehouse-Dimension-Tables-And-Fact-Table/m-p/2374699#M137257</link>
      <description>Hi, 
&lt;BR /&gt; Got an Excel with Some Months Data.. Need to Unpivot those Months to Rows and Select the UniQue Column values for Dimension Tables. 
&lt;BR /&gt;From the Particular Column With Months Data need to Create Fact Table with Values. 
&lt;BR /&gt;Note: 
&lt;BR /&gt;Need to Create Unpivot From Excel.. 
&lt;BR /&gt;And Pivot From Unpivoted Data. 
&lt;BR /&gt;Distinct Column Values for Dimension Table (With No Null Value) 
&lt;BR /&gt;From Pivoted Data Need to Form Fact Table with Dimension Table Join. 
&lt;BR /&gt;Using SQL Server as DB. (So my Metadata will be Stored in SQL Server Tables). 
&lt;BR /&gt;Have to Check Any Duplicates and New Entry for 2nd Time Input. 
&lt;BR /&gt;Have attached Image From Excel With step by Step 
&lt;BR /&gt;Image1: (Input Excel) 
&lt;BR /&gt;Image2: (Unpivoted Months Column to Rows) 
&lt;BR /&gt;Imgae3: (Unique Column Values for Datawarehouse Dimension Tables and Product Table) 
&lt;BR /&gt;Imgae4: (Pivoted Data From Image2 Output) 
&lt;BR /&gt;Image5: (From Pivoted Data Datawarehouse Fact Tables Load - Joins from All Dimension Tables) 
&lt;BR /&gt;Please help me How could I use the above Steps to Built the DB using Talend. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAxF.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140826i661873DF2EBBB37F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAxF.jpg" alt="0683p000009MAxF.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAxK.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145561i57B0BD2796E51556/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAxK.jpg" alt="0683p000009MAxK.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAgf.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153598i9BBE2C557AA18123/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAgf.jpg" alt="0683p000009MAgf.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAxP.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131008i2B98CA64BB68CC71/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAxP.jpg" alt="0683p000009MAxP.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MARM.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133069iA12FAEF6F4C5BB91/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MARM.jpg" alt="0683p000009MARM.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 21 Aug 2013 11:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Input-Excel-to-DataWarehouse-Dimension-Tables-And-Fact-Table/m-p/2374699#M137257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-21T11:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Input Excel to DataWarehouse (Dimension Tables And Fact Table Load)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Input-Excel-to-DataWarehouse-Dimension-Tables-And-Fact-Table/m-p/2374700#M137258</link>
      <description>Come on, this is why some companies order consultants to solve problems. Your question is a bit complex and actually it looks a bit someone other should do the job. 
&lt;BR /&gt;At first I would think about putting the excel content into a database table (say staging). With SQL you can do a lot more complex and helpful things as with processing row by row of an excel file. 
&lt;BR /&gt;Extracting dimensions are greatly supported with SQL distinct expressions. Unpivot data are possible with some User components - search for unpivot in Talend Exchange.</description>
      <pubDate>Thu, 22 Aug 2013 07:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Input-Excel-to-DataWarehouse-Dimension-Tables-And-Fact-Table/m-p/2374700#M137258</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-22T07:27:02Z</dc:date>
    </item>
  </channel>
</rss>

