<?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: tMap and conditional join in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMap-and-conditional-join/m-p/2347333#M114608</link>
    <description>Will 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCjTHCA0" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/How-to-create-multiple-rows-out-from-a-row-input/td-p/68500&lt;/A&gt; or 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCm2HCAS" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-Read-through-an-entire-table-for-each-row-of-another/td-p/82129&lt;/A&gt; (both essentially do the same thing) work for you?</description>
    <pubDate>Sat, 03 Aug 2013 06:17:31 GMT</pubDate>
    <dc:creator>alevy</dc:creator>
    <dc:date>2013-08-03T06:17:31Z</dc:date>
    <item>
      <title>tMap and conditional join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-and-conditional-join/m-p/2347330#M114605</link>
      <description>Hi,&lt;BR /&gt;I'm trying to join a customer row with start and end dates to a generic calendar in tMap, so that I could get the following result&lt;BR /&gt;Customer:&lt;BR /&gt;CustomerX, 2012/01/01, 2012/01/04&lt;BR /&gt;Joined with calendar:&lt;BR /&gt;...&lt;BR /&gt;2012/01/01&lt;BR /&gt;2012/01/02&lt;BR /&gt;2012/01/03&lt;BR /&gt;2012/01/04&lt;BR /&gt;...&lt;BR /&gt;Output:&lt;BR /&gt;CustomerX, 2012/01/01&lt;BR /&gt;CustomerX, 2012/01/02&lt;BR /&gt;CustomerX, 2012/01/03&lt;BR /&gt;CustomerX, 2012/01/04&lt;BR /&gt;I tried to enter the logic in tMaps "Expr. key" like this:&lt;BR /&gt;cust.StartDate &amp;lt;= calendar.Date &amp;amp;&amp;amp; cust.EndDate &amp;gt;= calendar.Date&lt;BR /&gt;But it seems that "Expr. key" doesn't work like that.&lt;BR /&gt;How can I do a join like this?</description>
      <pubDate>Wed, 31 Jul 2013 12:29:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-and-conditional-join/m-p/2347330#M114605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-31T12:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: tMap and conditional join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-and-conditional-join/m-p/2347331#M114606</link>
      <description>Hi,&lt;BR /&gt;I think you can try the component tIntervalMatch to do this case.&lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=tIntervalMatch&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tIntervalMatch&amp;amp;content-lang=en&lt;/A&gt;&lt;BR /&gt;regards</description>
      <pubDate>Wed, 31 Jul 2013 12:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-and-conditional-join/m-p/2347331#M114606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-31T12:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: tMap and conditional join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-and-conditional-join/m-p/2347332#M114607</link>
      <description>tIntervalMatch seems to do the lookup backwards. In order to get the correct amount of rows, I need to bring the calendar in as main and use my real data as lookup, so that I can define the correct min/max values. But this prevents me from bringing any other columns from my data except the lookup-column.
&lt;BR /&gt;I could do normalize/denormalize before and after the intervalmatch, but that seems a really clunky solution.
&lt;BR /&gt;Are there any other ways I could achieve what I'm trying to do?</description>
      <pubDate>Fri, 02 Aug 2013 10:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-and-conditional-join/m-p/2347332#M114607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-02T10:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: tMap and conditional join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-and-conditional-join/m-p/2347333#M114608</link>
      <description>Will 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCjTHCA0" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/How-to-create-multiple-rows-out-from-a-row-input/td-p/68500&lt;/A&gt; or 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCm2HCAS" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-Read-through-an-entire-table-for-each-row-of-another/td-p/82129&lt;/A&gt; (both essentially do the same thing) work for you?</description>
      <pubDate>Sat, 03 Aug 2013 06:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-and-conditional-join/m-p/2347333#M114608</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2013-08-03T06:17:31Z</dc:date>
    </item>
  </channel>
</rss>

