<?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: Expression Builder Syntax MisMatch in tMap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Expression-Builder-Syntax-MisMatch-in-tMap/m-p/2280661#M55445</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPcGAAW"&gt;@y2k_karthi&lt;/A&gt;&amp;nbsp;, you need to check manually if you want to check for each and every field the same way.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;you cannot connect o/p from the same origin that you need to combine two outputs into&amp;nbsp; singe right.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jun 2020 13:00:42 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2020-06-02T13:00:42Z</dc:date>
    <item>
      <title>Expression Builder Syntax MisMatch in tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Expression-Builder-Syntax-MisMatch-in-tMap/m-p/2280654#M55438</link>
      <description>&lt;P&gt;Guys, I will be working on creating logic using Inner Join in tMap component.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Request:&lt;/STRONG&gt; Two inputs with the same fields(columns), I trying to find matched and unmatched records from both inputs.&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Fields:&lt;/STRONG&gt; Email, FirstName, LastName &amp;amp; City&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Criteria:&lt;/STRONG&gt; Check each and every fields in both inputs using join, If all the field in the row matches it goes to Matched output else Error path. Example: If a File A holds ABC as FirstName and FileB holds different value or blank it will be rejected and Staus should be updated as "Not Matched".&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Components:&lt;/STRONG&gt; tFileInput Delimited (2)--&amp;gt;tMap --&amp;gt;Output - Matched &amp;amp; Output - Rejected&lt;/P&gt; 
&lt;P&gt;I tried the below syntax and it fails to provide the status as&amp;nbsp;"Not Found" as this is used for 'Email' field check.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;((!row5.Customer_Email_Address.equals(row6.Customer_Email_Address)) ? "Not Found" :&lt;BR /&gt;(!row5.MMTFirstName.equals(row6.MMTFirstName) ? "Not Matched" : "Error")&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can you please help to provide the workaround. Screenshot attached for reference.&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 22:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Expression-Builder-Syntax-MisMatch-in-tMap/m-p/2280654#M55438</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-27T22:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Builder Syntax MisMatch in tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Expression-Builder-Syntax-MisMatch-in-tMap/m-p/2280655#M55439</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPcGAAW"&gt;@y2k_karthi&lt;/A&gt;&amp;nbsp;,use the below one and let me know and fields data types should be string.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;(!row5.Customer_Email_Address.equals(row6.Customer_Email_Address)) ? "Not Found" :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(!row5.MMTFirstName.equals(row6.MMTFirstName) ? "Not Matched" : "Error")&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 06:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Expression-Builder-Syntax-MisMatch-in-tMap/m-p/2280655#M55439</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-05-29T06:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Builder Syntax MisMatch in tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Expression-Builder-Syntax-MisMatch-in-tMap/m-p/2280656#M55440</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;, Thanks for your response.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This is still not working, it throws the same status "&lt;STRONG&gt;Not Found&lt;/STRONG&gt;" (1st case expression) for both the cases. Can you help me to get rid of this? Attached the ss for reference.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks in Advance!!&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Mavz"&gt;tMapExpression.jpg&lt;/A&gt;</description>
      <pubDate>Mon, 01 Jun 2020 17:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Expression-Builder-Syntax-MisMatch-in-tMap/m-p/2280656#M55440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-01T17:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Builder Syntax MisMatch in tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Expression-Builder-Syntax-MisMatch-in-tMap/m-p/2280657#M55441</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPcGAAW"&gt;@y2k_karthi&lt;/A&gt;&amp;nbsp;, can you give sample input for those two columns and required output ,so that I will test from my end. you need to break it down to see where the problem is&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 07:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Expression-Builder-Syntax-MisMatch-in-tMap/m-p/2280657#M55441</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-06-02T07:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Builder Syntax MisMatch in tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Expression-Builder-Syntax-MisMatch-in-tMap/m-p/2280658#M55442</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;-&amp;nbsp;I have attached data file(Input_1 &amp;amp; Input_2), One sheet holds four and another with three records.&lt;BR /&gt;I'm looking to get the rejected data with "Not Found" status for missing one and "FirstName Not Matched" for values mismatched column FN.&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Also, added a sheet to show how I need the rejected O/P.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;BR /&gt;Karthi&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MapE"&gt;Data.xlsx&lt;/A&gt;</description>
      <pubDate>Tue, 02 Jun 2020 11:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Expression-Builder-Syntax-MisMatch-in-tMap/m-p/2280658#M55442</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-02T11:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Builder Syntax MisMatch in tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Expression-Builder-Syntax-MisMatch-in-tMap/m-p/2280659#M55443</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPcGAAW"&gt;@y2k_karthi&lt;/A&gt;&amp;nbsp;, your job design should be like below to get the required output. and sheet 1 is Main and sheet 2 should be lookup.&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-inline" image-alt="Job" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MZk6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145154iABA9D13B9A5FDCFD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MZk6.png" alt="0683p000009MZk6.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Job&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="output" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MZjY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133593i49C20C38ACEA4ADE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MZjY.png" alt="0683p000009MZjY.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;output&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tMap settings" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MZcr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138432iD9AEA9DB783D35B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MZcr.png" alt="0683p000009MZcr.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;tMap settings&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 12:00:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Expression-Builder-Syntax-MisMatch-in-tMap/m-p/2280659#M55443</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-06-02T12:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Builder Syntax MisMatch in tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Expression-Builder-Syntax-MisMatch-in-tMap/m-p/2280660#M55444</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;-&amp;nbsp;I agree with your point. This will work by checking one field(First Name), Whats the possible way to accomplish to check multiple fields(Last Name, Country, State, Zip Code, etc.,?&lt;/P&gt;
&lt;P&gt;And, Whether it work only by using tHashOutput &amp;amp; Input? My idea to capture the O/P after tMap.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 12:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Expression-Builder-Syntax-MisMatch-in-tMap/m-p/2280660#M55444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-02T12:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Builder Syntax MisMatch in tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Expression-Builder-Syntax-MisMatch-in-tMap/m-p/2280661#M55445</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPcGAAW"&gt;@y2k_karthi&lt;/A&gt;&amp;nbsp;, you need to check manually if you want to check for each and every field the same way.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;you cannot connect o/p from the same origin that you need to combine two outputs into&amp;nbsp; singe right.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 13:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Expression-Builder-Syntax-MisMatch-in-tMap/m-p/2280661#M55445</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-06-02T13:00:42Z</dc:date>
    </item>
  </channel>
</rss>

