<?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: Issue in tmap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Issue-in-tmap/m-p/2346618#M114002</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;It worked fine for me!&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 776px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5PI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140870i9F9F69591CDD1E49/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5PI.png" alt="0683p000009M5PI.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5PN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130011i949AFC51B58F6C12/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5PN.png" alt="0683p000009M5PN.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;row1.Element_id.contains(row2.filter_element_id) &amp;amp;&amp;amp; row1.B_type.equals( row2.Filter_B_type)&lt;/PRE&gt; 
&lt;P&gt;Please check whether you are adding variables in right case. That could be the reason.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;We have resolved both your original and supplementary query now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; If all looks fine, please spare a second to mark the topic as resolved.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2019 04:08:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-04T04:08:41Z</dc:date>
    <item>
      <title>Issue in tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-in-tmap/m-p/2346615#M113999</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I have one mapping issue. The issue goes like:&lt;/P&gt;&lt;P&gt;I have a fact table:&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;fact id&lt;/TD&gt;&lt;TD&gt;Element_id&lt;/TD&gt;&lt;TD&gt;B_type&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;23.A01-01-PV&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;23.A02-01-PV&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;23.A03-01-PV&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Then I have a rule table like:&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Rule id&lt;/TD&gt;&lt;TD&gt;filter element id&lt;/TD&gt;&lt;TD&gt;Filter B_type&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;23.A&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;23.A01&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;23.A02-01-PV&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I want to create an X-ref table between both of them. For this I need to comapre the pattern in rule table and use the Filter B_type.&lt;/P&gt;&lt;P&gt;Final Output:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;fact id&lt;/TD&gt;&lt;TD&gt;Rule id&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;To comapre the strings, I broke element_id in both the tables in TMap like following&lt;/P&gt;&lt;P&gt;Fact Table:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Element_id&lt;/TD&gt;&lt;TD&gt;Bdel&lt;/TD&gt;&lt;TD&gt;Group&lt;/TD&gt;&lt;TD&gt;Undergroup&lt;/TD&gt;&lt;TD&gt;LNO&lt;/TD&gt;&lt;TD&gt;Component&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;23.A01-01-PV&lt;/TD&gt;&lt;TD&gt;23&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;01&lt;/TD&gt;&lt;TD&gt;01&lt;/TD&gt;&lt;TD&gt;PV&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;23.A02-01-PV&lt;/TD&gt;&lt;TD&gt;23&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;02&lt;/TD&gt;&lt;TD&gt;01&lt;/TD&gt;&lt;TD&gt;PV&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;23.A03-01-PV&lt;/TD&gt;&lt;TD&gt;23&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;03&lt;/TD&gt;&lt;TD&gt;01&lt;/TD&gt;&lt;TD&gt;PV&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Rule Table:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;filter element id&lt;/TD&gt;&lt;TD&gt;Bdel&lt;/TD&gt;&lt;TD&gt;Group&lt;/TD&gt;&lt;TD&gt;Undergroup&lt;/TD&gt;&lt;TD&gt;LNO&lt;/TD&gt;&lt;TD&gt;Component&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;23.A&lt;/TD&gt;&lt;TD&gt;23&lt;/TD&gt;&lt;TD&gt;A&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Null&lt;/TD&gt;&lt;TD&gt;Null&lt;/TD&gt;&lt;TD&gt;Null&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;23.A01&lt;/TD&gt;&lt;TD&gt;23&lt;/TD&gt;&lt;TD&gt;A&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;01&lt;/TD&gt;&lt;TD&gt;Null&lt;/TD&gt;&lt;TD&gt;Null&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;23.A02-01-PV&lt;/TD&gt;&lt;TD&gt;23&lt;/TD&gt;&lt;TD&gt;A&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;02&lt;/TD&gt;&lt;TD&gt;01&lt;/TD&gt;&lt;TD&gt;PV&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Unfortunately now I am stuck. I dont know how to comapre these two in TMap to produce the Final output mentioned above.&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Priyadarshini&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 13:41:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-in-tmap/m-p/2346615#M113999</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-31T13:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-in-tmap/m-p/2346616#M114000</link>
      <description>&lt;P&gt;Hi Priya,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; I hope the below solution will help you (Note:- In your sample output, you did not mention the combination for fact_id 3. I hope it was accidental)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5N2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137645i40D30EFA5AE193BE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5N2.png" alt="0683p000009M5N2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please refer the tMap details below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5N7.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152282i436F6360CCFA90AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5N7.png" alt="0683p000009M5N7.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;row3.element_id.contains(row4.filter_element_id)&lt;/PRE&gt; 
&lt;P&gt;On a lighter note, I hope your team members looking for regular expression won't complain this time &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&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, 01 Jun 2019 17:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-in-tmap/m-p/2346616#M114000</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-01T17:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-in-tmap/m-p/2346617#M114001</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;&amp;nbsp;!&lt;/P&gt; 
&lt;P&gt;Thank you so much for your reply. The solution works but fails when I add a condition. As you can see in the example, there is one more filter called Filter B_TYPE. So in the expression filter, I added this&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;row3.element_id.contains(row4_Element.FILTER_ELEMENT_ID) &amp;amp;&amp;amp; row3.type.equals( row4_Element.FILTER_B_TYPE). Is it not correct?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;Priya&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 08:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-in-tmap/m-p/2346617#M114001</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-03T08:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-in-tmap/m-p/2346618#M114002</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;It worked fine for me!&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 776px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5PI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140870i9F9F69591CDD1E49/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5PI.png" alt="0683p000009M5PI.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5PN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130011i949AFC51B58F6C12/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5PN.png" alt="0683p000009M5PN.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;row1.Element_id.contains(row2.filter_element_id) &amp;amp;&amp;amp; row1.B_type.equals( row2.Filter_B_type)&lt;/PRE&gt; 
&lt;P&gt;Please check whether you are adding variables in right case. That could be the reason.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;We have resolved both your original and supplementary query now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; If all looks fine, please spare a second to mark the topic as resolved.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 04:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-in-tmap/m-p/2346618#M114002</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-04T04:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-in-tmap/m-p/2346619#M114003</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you for your 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;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;Priya&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2019 11:01:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-in-tmap/m-p/2346619#M114003</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-05T11:01:46Z</dc:date>
    </item>
  </channel>
</rss>

