<?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: [resolved] Creating Data Mart Structure from tables in Data Warehouse in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Creating-Data-Mart-Structure-from-tables-in-Data/m-p/2226162#M18176</link>
    <description>Thanks for the help, much appreciated 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Thu, 06 Nov 2014 10:02:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-11-06T10:02:01Z</dc:date>
    <item>
      <title>[resolved] Creating Data Mart Structure from tables in Data Warehouse</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Creating-Data-Mart-Structure-from-tables-in-Data/m-p/2226158#M18172</link>
      <description>Hi, 
&lt;BR /&gt;I'm running Talend Open Studio 5.5 (community version) and I have a task I need some help with, since I'm new to Talend. 
&lt;BR /&gt;We have a Data Warehouse were we would like to create dynamicly Data Marts from different parameters. Everything is hosted on Amazon Redshift. 
&lt;BR /&gt;Our idea so far is the following: 
&lt;BR /&gt;1: Take all content from the tables were eg. countries = "value (eg. contryname)" and move content and structure of table to data mart. 
&lt;BR /&gt;"FromSchemaName.FromTableName" - "ToSchemaName.ToTableName WhereClauseColumnName1" etc. 
&lt;BR /&gt;2: Talend Job DROP and CREATE TABLE from the structure of "FromSchemaName.FromTableName" 
&lt;BR /&gt;3: Talend Job does INSERT INTO "ToSchemaName.ToTableName SELECT * FROM FromSchemaName.FromTableName" 
&lt;BR /&gt;How is this done, and is there any better way to do it? 
&lt;BR /&gt;It's basicly "Take table structure and data from certain tables in data warehouse and then create and insert structure and data into local data mart"</description>
      <pubDate>Sat, 16 Nov 2024 11:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Creating-Data-Mart-Structure-from-tables-in-Data/m-p/2226158#M18172</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Creating Data Mart Structure from tables in Data Warehouse</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Creating-Data-Mart-Structure-from-tables-in-Data/m-p/2226159#M18173</link>
      <description>Hi,&lt;BR /&gt;Have you thought about data federation?&lt;BR /&gt;Do you really need to drop from structure?&lt;BR /&gt;- Other than data federation, you can design talend jobs to do this task... This is simple and straight forward and talend is specialized for such data transfer activities.&lt;BR /&gt;Vaibhav</description>
      <pubDate>Wed, 05 Nov 2014 11:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Creating-Data-Mart-Structure-from-tables-in-Data/m-p/2226159#M18173</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-05T11:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Creating Data Mart Structure from tables in Data Warehouse</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Creating-Data-Mart-Structure-from-tables-in-Data/m-p/2226160#M18174</link>
      <description>Thanks for the reply,&amp;nbsp; 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;sanvaibhav&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt;My major problem is actually how I can make Talend jobs that does that. Just a simple example or structure reference would help get me started 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 05 Nov 2014 11:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Creating-Data-Mart-Structure-from-tables-in-Data/m-p/2226160#M18174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-05T11:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Creating Data Mart Structure from tables in Data Warehouse</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Creating-Data-Mart-Structure-from-tables-in-Data/m-p/2226161#M18175</link>
      <description>One of the simple flow would be
&lt;BR /&gt;tPreJob--&amp;gt;tDBConnectionInput--&amp;gt;tDBConnectionOutput
&lt;BR /&gt;tDBInput--&amp;gt;tDBOutput
&lt;BR /&gt;|
&lt;BR /&gt;OnSubjobOk
&lt;BR /&gt;|
&lt;BR /&gt;tDBRow (to perform delete action if you need)
&lt;BR /&gt;- This is a very basic job, but to perform this task in more elegant way, this task is extended to around 5-10 different tasks, logging, auditing etc....
&lt;BR /&gt;Check the example below for mysql output, your input will be database in place of flatfile/fixedflow component..but the logic would remain same
&lt;BR /&gt;
&lt;A href="https://help.talend.com/search/all?query=tMysqlInput&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tMysqlInput&amp;amp;content-lang=en&lt;/A&gt;
&lt;BR /&gt;
&lt;A href="https://help.talend.com/search/all?query=tMysqlOutput&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tMysqlOutput&amp;amp;content-lang=en&lt;/A&gt;
&lt;BR /&gt;Hope you got an idea..
&lt;BR /&gt;Thanks
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Wed, 05 Nov 2014 12:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Creating-Data-Mart-Structure-from-tables-in-Data/m-p/2226161#M18175</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-05T12:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Creating Data Mart Structure from tables in Data Warehouse</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Creating-Data-Mart-Structure-from-tables-in-Data/m-p/2226162#M18176</link>
      <description>Thanks for the help, much appreciated 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 06 Nov 2014 10:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Creating-Data-Mart-Structure-from-tables-in-Data/m-p/2226162#M18176</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-06T10:02:01Z</dc:date>
    </item>
  </channel>
</rss>

