<?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: Creating Generic Schema from DB Connection in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Creating-Generic-Schema-from-DB-Connection/m-p/2267532#M46384</link>
    <description>It would make sense that you could just drag and drop them onto the folders you created.&lt;BR /&gt;However, I just tried it and it doesn't work.  Looks to me like you found a real BUG!  I'd submit a bug report.</description>
    <pubDate>Wed, 28 May 2008 19:47:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-05-28T19:47:33Z</dc:date>
    <item>
      <title>Creating Generic Schema from DB Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-Generic-Schema-from-DB-Connection/m-p/2267529#M46381</link>
      <description>Hi,&lt;BR /&gt;Is there a quicker way of creating a Generic Schema from a complete database (with 40+ tables) than having to right-click on each table individually?&lt;BR /&gt;Thanks,&lt;BR /&gt;- Brian</description>
      <pubDate>Sat, 16 Nov 2024 14:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-Generic-Schema-from-DB-Connection/m-p/2267529#M46381</guid>
      <dc:creator>briansms</dc:creator>
      <dc:date>2024-11-16T14:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Generic Schema from DB Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-Generic-Schema-from-DB-Connection/m-p/2267530#M46382</link>
      <description>In the repository, under Metadata/DbConnections/{your connection name}/Table Schemas you can just highlight the tables you want and drag and drop them on the Generic Schemas and they will copy there.&lt;BR /&gt;Should you not have any table schemas under {your connection name}, you can just right-click on the connection name and select retrieve schema and up will pop a dialog box to allow you to fetch them and then you can drag and drop as above...</description>
      <pubDate>Tue, 27 May 2008 22:25:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-Generic-Schema-from-DB-Connection/m-p/2267530#M46382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-27T22:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Generic Schema from DB Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-Generic-Schema-from-DB-Connection/m-p/2267531#M46383</link>
      <description>Thanks SMaz, that worked. Unfortunately it won't let me put the table schemas into a folder once they have been copied down to the Generic Schema node. Every time I drag a table schema within that node to a subfolder, it just makes a Copy of... under the main Generic Schema node. Any ideas? 
&lt;BR /&gt;I want to organize the schemas by application and module... something like... 
&lt;BR /&gt;Generic Schema 
&lt;BR /&gt; | 
&lt;BR /&gt; + Base Application 
&lt;BR /&gt; | + Table 1 schema 
&lt;BR /&gt; | + Table 2 schema 
&lt;BR /&gt; | 
&lt;BR /&gt; + Application w/Calibration module 
&lt;BR /&gt; + Table 1 schema 
&lt;BR /&gt; + Table 2 schema 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;- Brian</description>
      <pubDate>Wed, 28 May 2008 15:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-Generic-Schema-from-DB-Connection/m-p/2267531#M46383</guid>
      <dc:creator>briansms</dc:creator>
      <dc:date>2008-05-28T15:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Generic Schema from DB Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-Generic-Schema-from-DB-Connection/m-p/2267532#M46384</link>
      <description>It would make sense that you could just drag and drop them onto the folders you created.&lt;BR /&gt;However, I just tried it and it doesn't work.  Looks to me like you found a real BUG!  I'd submit a bug report.</description>
      <pubDate>Wed, 28 May 2008 19:47:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-Generic-Schema-from-DB-Connection/m-p/2267532#M46384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-28T19:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Generic Schema from DB Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-Generic-Schema-from-DB-Connection/m-p/2267533#M46385</link>
      <description>Is there any component that helps to get the schema of a table. &lt;BR /&gt;dinamically i need to get the list of tables and schema of all the tables one after another .&lt;BR /&gt;&lt;BR /&gt;thanks and Regards,&lt;BR /&gt;Pravu Mishra.</description>
      <pubDate>Fri, 15 May 2009 15:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-Generic-Schema-from-DB-Connection/m-p/2267533#M46385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-15T15:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Generic Schema from DB Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-Generic-Schema-from-DB-Connection/m-p/2267534#M46386</link>
      <description>You can create some logics using the functions from your own db server to get that kind of thing&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Is there any component that helps to get the schema of a table. &lt;BR /&gt;dinamically i need to get the list of tables and schema of all the tables one after another .&lt;BR /&gt;&lt;BR /&gt;thanks and Regards,&lt;BR /&gt;Pravu Mishra.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 15 May 2009 15:43:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-Generic-Schema-from-DB-Connection/m-p/2267534#M46386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-15T15:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Generic Schema from DB Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-Generic-Schema-from-DB-Connection/m-p/2267535#M46387</link>
      <description>Thanks for your lovely reply. 
&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; 
&lt;BR /&gt;As mentioned in my message, I wanted to do this using talend component. 
&lt;BR /&gt;Thanks and Regards, 
&lt;BR /&gt;pravu Mishra.</description>
      <pubDate>Fri, 15 May 2009 15:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-Generic-Schema-from-DB-Connection/m-p/2267535#M46387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-15T15:55:40Z</dc:date>
    </item>
  </channel>
</rss>

