<?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: Bridge table with Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Bridge-table-with-Talend/m-p/2290157#M63465</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P class="shortdesc"&gt;If we understand your question very well, please have a look at tMap component. It transforms and routes data from single or multiple sources to single or multiple destinations.&lt;/P&gt;
&lt;P&gt;Here are online documents about:&lt;A title="TalendHelpCenter:tMap" href="https://help.talend.com/reader/eQZTskQyWGsPFEh60rnfhA/oed8~eiONvn0pUbgQ5jh0g" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tMap&lt;/A&gt;, &lt;A title="TalendHelpCenter:Configuring the transformation in tMap" href="https://help.talend.com/reader/RWaZ_yBcWWmA5SiaU_tCeg/yKqZz9XRmD7FOOapbrfC_g" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Configuring the transformation in tMap&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Let us know if it is what you are looking for.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 04 May 2018 09:24:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-04T09:24:38Z</dc:date>
    <item>
      <title>Bridge table with Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Bridge-table-with-Talend/m-p/2290156#M63464</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&amp;nbsp;I am new to Talend and I have a question.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am working on a MySQL database. I have 2 different schemas: The first is my&amp;nbsp;OLTP&amp;nbsp;and the second is my data warehouse. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In my project we need to&amp;nbsp;built&amp;nbsp; ETL process for the data be batch into the data warehouse tables.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Since we have fact table that relates to more than one record in a dimension table (many-to-many)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;we created&amp;nbsp;bridge&amp;nbsp;table, so i need to feed the bridge table.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;the OLTP table&amp;nbsp;is groups_in_sessions:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt; seesion_id |group_id |   
-------------------
  1         | 30      |   
  2         | 26      |
  1         | 34      | &lt;BR /&gt;  4         | 11      |&lt;BR /&gt;  2         | 11      |&lt;BR /&gt;  5         | 30      |&lt;BR /&gt;  5         | 34      |&lt;BR /&gt;  6         | 34      |&lt;BR /&gt;  &lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I created in my dwh a bridge table - br_collection_dim, and also group_dim ( for other use case )&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So the&amp;nbsp;br_collection_dim in this case will be:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt; collection_id  |group_id |   
-------------------
  1             | 30      |   
  1             | 34      |
  2             | 11      | &lt;BR /&gt;  2             | 26      |&lt;BR /&gt;  3             | 11      |&lt;BR /&gt;  4             | 34      |&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Note that every session may contain more than 2 groups, and 2 groups could take place in more than one session, but only one collection will be created for them.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So my question is how do I populate the bridge table with data using Talend? I know it might be a big question, but I even don't have any idea from where to start the process.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope you'll understand what I'm trying to do!&lt;BR /&gt;Regards&lt;BR /&gt;Eliran&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Bridge-table-with-Talend/m-p/2290156#M63464</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Bridge table with Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Bridge-table-with-Talend/m-p/2290157#M63465</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P class="shortdesc"&gt;If we understand your question very well, please have a look at tMap component. It transforms and routes data from single or multiple sources to single or multiple destinations.&lt;/P&gt;
&lt;P&gt;Here are online documents about:&lt;A title="TalendHelpCenter:tMap" href="https://help.talend.com/reader/eQZTskQyWGsPFEh60rnfhA/oed8~eiONvn0pUbgQ5jh0g" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tMap&lt;/A&gt;, &lt;A title="TalendHelpCenter:Configuring the transformation in tMap" href="https://help.talend.com/reader/RWaZ_yBcWWmA5SiaU_tCeg/yKqZz9XRmD7FOOapbrfC_g" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Configuring the transformation in tMap&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Let us know if it is what you are looking for.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 09:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Bridge-table-with-Talend/m-p/2290157#M63465</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-04T09:24:38Z</dc:date>
    </item>
  </channel>
</rss>

