<?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: How to get DATA from multiple tables at onece in ETL ??? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214466#M11295</link>
    <description>Can you explain more about it please?
&lt;BR /&gt;I have my tables, and defined the scehma for them (auto one)
&lt;BR /&gt;Than, how can I use them all? means, I don't want just to get the data, but do some kind of join
&lt;BR /&gt;Here is a example
&lt;BR /&gt;If I have 3 tables
&lt;BR /&gt;cars, date, people
&lt;BR /&gt;people has both the car key and the date key
&lt;BR /&gt;so I want to get all the cars to a someone on the date
&lt;BR /&gt;Something like a join, but with more than two tables.
&lt;BR /&gt;Just getting all the data, but having it on each row with the needed data that is sutible for the keys</description>
    <pubDate>Thu, 06 Nov 2008 09:46:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-11-06T09:46:43Z</dc:date>
    <item>
      <title>How to get DATA from multiple tables at onece in ETL ???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214461#M11290</link>
      <description>Hi
&lt;BR /&gt;I have 3 tables I need to get data out
&lt;BR /&gt;lets call them pets, store, food (just an example)
&lt;BR /&gt;I just want to get all the data from those tables, but with a join, mean that if pets have "petID" and so does store, than it will bring it and not show "petID" twice (you get my point, a usually join)
&lt;BR /&gt;When I use the "tMysqlInput" I can choose more than one table (even 10 or more) at the Query design.
&lt;BR /&gt;So there it works ok.
&lt;BR /&gt;BUT
&lt;BR /&gt;I need to choose table name for it, and there is more than one table.
&lt;BR /&gt;Also,
&lt;BR /&gt;I need to define "schema" for it, and need to id manually (not that good) and when I pass it to something like a "logger"
&lt;BR /&gt;It doesn't work
&lt;BR /&gt;Can someone please assist me here ?
&lt;BR /&gt;Thank you.</description>
      <pubDate>Sat, 16 Nov 2024 14:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214461#M11290</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to get DATA from multiple tables at onece in ETL ???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214462#M11291</link>
      <description>If you don't use the Guess Query button you don't have to specify the right table name.&lt;BR /&gt;To create the schema you can try to use the guess schema button the if it doesn't work you can create it manually&lt;BR /&gt;cheers</description>
      <pubDate>Wed, 05 Nov 2008 14:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214462#M11291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-05T14:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get DATA from multiple tables at onece in ETL ???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214463#M11292</link>
      <description>amm I have tried, but getting problems&lt;BR /&gt;Seem like the data isn't right&lt;BR /&gt;and why can't I just AUTO create the schema? just like when selecting one table and let it guess the sql for it ??&lt;BR /&gt;Thank you!!</description>
      <pubDate>Wed, 05 Nov 2008 16:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214463#M11292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-05T16:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get DATA from multiple tables at onece in ETL ???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214464#M11293</link>
      <description>Anyone ???</description>
      <pubDate>Wed, 05 Nov 2008 20:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214464#M11293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-05T20:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to get DATA from multiple tables at onece in ETL ???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214465#M11294</link>
      <description>hi,
&lt;BR /&gt;i'm not sure to correctly understand,
&lt;BR /&gt;just put all your tables you need and connect them by a TMAP. One tmysqlinput by table.
&lt;BR /&gt;You can use db connection in metadata an retrieve the schema for you tables.
&lt;BR /&gt;After you can drag your table in your job, qry and schema are auto define.</description>
      <pubDate>Thu, 06 Nov 2008 09:10:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214465#M11294</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-06T09:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to get DATA from multiple tables at onece in ETL ???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214466#M11295</link>
      <description>Can you explain more about it please?
&lt;BR /&gt;I have my tables, and defined the scehma for them (auto one)
&lt;BR /&gt;Than, how can I use them all? means, I don't want just to get the data, but do some kind of join
&lt;BR /&gt;Here is a example
&lt;BR /&gt;If I have 3 tables
&lt;BR /&gt;cars, date, people
&lt;BR /&gt;people has both the car key and the date key
&lt;BR /&gt;so I want to get all the cars to a someone on the date
&lt;BR /&gt;Something like a join, but with more than two tables.
&lt;BR /&gt;Just getting all the data, but having it on each row with the needed data that is sutible for the keys</description>
      <pubDate>Thu, 06 Nov 2008 09:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214466#M11295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-06T09:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get DATA from multiple tables at onece in ETL ???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214467#M11296</link>
      <description>hi,&lt;BR /&gt;did you have read the user guide?&lt;BR /&gt;The component TMAP is for your need</description>
      <pubDate>Thu, 06 Nov 2008 18:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214467#M11296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-06T18:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get DATA from multiple tables at onece in ETL ???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214468#M11297</link>
      <description>I have read it!
&lt;BR /&gt;Still don't understand
&lt;BR /&gt;Lets say I want to get data out of 5 different tables
&lt;BR /&gt;But, I don't just want to "take" all the data, but do somekind of JOIN, means that if table A and B has a common key like ID, it will use it.
&lt;BR /&gt;How can this be done please?</description>
      <pubDate>Thu, 06 Nov 2008 19:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214468#M11297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-06T19:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get DATA from multiple tables at onece in ETL ???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214469#M11298</link>
      <description>anyone?</description>
      <pubDate>Fri, 07 Nov 2008 06:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214469#M11298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-07T06:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to get DATA from multiple tables at onece in ETL ???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214470#M11299</link>
      <description>link your 5 tables to the tmap.&lt;BR /&gt;In the tmap, link your table on their key.&lt;BR /&gt;just drop the field you want on the right side of the TMAP</description>
      <pubDate>Fri, 07 Nov 2008 08:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214470#M11299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-07T08:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get DATA from multiple tables at onece in ETL ???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214471#M11300</link>
      <description>Ok, so I will make 5 SQL input compents for reading the tables&lt;BR /&gt;Right?&lt;BR /&gt;And than to the TMAP&lt;BR /&gt;But, on the tamp, I have one as the main, and the others as "lookup" tables&lt;BR /&gt;And I want to get all the fiels, but with some kind of join&lt;BR /&gt;Like if table 1 and 2 and 3 have ID, than it will make sure that each row is a join of those ID's&lt;BR /&gt;How can it be done?</description>
      <pubDate>Fri, 07 Nov 2008 08:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214471#M11300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-07T08:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to get DATA from multiple tables at onece in ETL ???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214472#M11301</link>
      <description>you join table1 to table2, table2 to table3...</description>
      <pubDate>Fri, 07 Nov 2008 13:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214472#M11301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-07T13:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to get DATA from multiple tables at onece in ETL ???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214473#M11302</link>
      <description>And than?&lt;BR /&gt;I want to join them all, means all the 5 to one table</description>
      <pubDate>Fri, 07 Nov 2008 13:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214473#M11302</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-07T13:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get DATA from multiple tables at onece in ETL ???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214474#M11303</link>
      <description>Yes you must do this
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;jeremie</description>
      <pubDate>Fri, 07 Nov 2008 14:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214474#M11303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-07T14:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to get DATA from multiple tables at onece in ETL ???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214475#M11304</link>
      <description>Do what?&lt;BR /&gt;5 joins?!&lt;BR /&gt;Isn't there a simpler way?&lt;BR /&gt;how will you do it?&lt;BR /&gt;Can you please upload a photo or something please ?</description>
      <pubDate>Fri, 07 Nov 2008 14:24:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214475#M11304</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-07T14:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get DATA from multiple tables at onece in ETL ???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214476#M11305</link>
      <description>Hello Everone,&lt;BR /&gt;I need a advise on  this issue.&lt;BR /&gt;I am building a data conversion job, where i need to look up using different built in queries from multiple tables(4)(using oracle input components - toracleInput) and validate that data on data in flat file, which i could do on the tmap component using relevant join operations, but my issue is the lookups run before the main flow from CSV componet starts, can any one help me on how i can make the lookups run for each iteration/row of  the data from the main flow (flat file - tFileInputDelimited component) &lt;BR /&gt;my thanks in advance&lt;BR /&gt;Madhu</description>
      <pubDate>Fri, 07 Nov 2008 22:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-DATA-from-multiple-tables-at-onece-in-ETL/m-p/2214476#M11305</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-07T22:08:09Z</dc:date>
    </item>
  </channel>
</rss>

