<?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: Conditional mapping using lookUp input in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Conditional-mapping-using-lookUp-input/m-p/2217016#M12785</link>
    <description>&lt;P&gt;Thank you very much for your answers, I realise that my explanation of the situation wasn't the most clear so I'll give it another shot.&lt;BR /&gt;&lt;BR /&gt;I have a local file with some data - it looks something like this:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;JobNumber&amp;gt;M2019/2042&amp;lt;/jobNumber&amp;gt;&lt;BR /&gt;&amp;lt;Text14&amp;gt;M2019/2045&amp;lt;/jobNumber&amp;gt;&lt;BR /&gt;&amp;lt;SpecificationName&amp;gt;32149&amp;lt;/SpecificationName&amp;gt;&lt;/P&gt; 
&lt;P&gt;...&lt;BR /&gt;&lt;BR /&gt;The data of this file is stored in row1 in the tMap.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;P&gt;row7 is a Salesforce&amp;nbsp; input lookup.&amp;nbsp;&lt;BR /&gt;So the case is:&lt;/P&gt; 
&lt;P&gt;Pseudocode -&amp;nbsp;&lt;BR /&gt;IF row1.JobNumber == row7.ContractNumber&amp;nbsp;&lt;BR /&gt;set SalesforceContractNumber to row7.id&lt;BR /&gt;else if row1.Text14 == row7.ContractNumber&lt;/P&gt; 
&lt;P&gt;set SalesforceContractNumber to row7.id&lt;/P&gt; 
&lt;P&gt;else&lt;/P&gt; 
&lt;P&gt;null&lt;BR /&gt;&lt;BR /&gt;How the map currently looks:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="conditionalMap.PNG" style="width: 710px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M47n.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128915i7CDD0284A47C6ACF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M47n.png" alt="0683p000009M47n.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I hope this clarifies the problem.&lt;BR /&gt;&lt;BR /&gt;I greatly appreciate you taking your time looking at this and giving me input. Because I'm feeling a bit lost!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 31 Mar 2019 20:01:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-03-31T20:01:40Z</dc:date>
    <item>
      <title>Conditional mapping using lookUp input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-mapping-using-lookUp-input/m-p/2217012#M12781</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have a case that i've been trying to implement for some time but i dont seem to be able to wrap my head around this. Hopefully you can be of some help.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have an input file and a lookup Input which is a salesforce object containing a contractNumber.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My case is that i want to do a conditional check of the contractNumber of the input lookup against a number which is in input file. If its a match, i want to input the matched number, otherwise another number should be the input. Is this possible?&lt;/P&gt; 
&lt;P&gt;I've tried doing expressions such as "row1.jobNumber == row7.ContractNumber ? row1.jobNumber " but this does not work as row7.ContractNumber is not recognized as a variable.&amp;nbsp;&lt;BR /&gt;(Row7 is the input lookup object, Row1 is the input file).&amp;nbsp;&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="Capture.PNG" style="width: 416px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M47O.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132182i275768E682B0D824/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M47O.png" alt="0683p000009M47O.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;(Not the expresison i wrote, but just to give you an idea of what im trying to do..)&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;How could i go about solving this? Any idea would be much appreciated!&lt;/P&gt; 
&lt;P&gt;Thanks for reading.&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 06:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-mapping-using-lookUp-input/m-p/2217012#M12781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T06:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional mapping using lookUp input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-mapping-using-lookUp-input/m-p/2217013#M12782</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPQ1AAO"&gt;@deldel131&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I didn't understand what you would like to achieve.&lt;/P&gt;
&lt;P&gt;Can you give some examples of input data (row1 and row7) and output data you want to get?&lt;/P&gt;</description>
      <pubDate>Sat, 30 Mar 2019 19:35:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-mapping-using-lookUp-input/m-p/2217013#M12782</guid>
      <dc:creator>DataTeam1</dc:creator>
      <dc:date>2019-03-30T19:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional mapping using lookUp input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-mapping-using-lookUp-input/m-p/2217014#M12783</link>
      <description>Hi, 
&lt;BR /&gt;1rst of all, you should never use == to compare 2 strings. Use String.compare() instead. 
&lt;BR /&gt;2nd you cannot use an "if" expression un the place you use it. Use a ternary expression instead. 
&lt;BR /&gt;And finally to solve your case, ude a left outer join on your tMap (between row1.jobNumber and row7.ContractNumber) then on the right side of the tMap (output) you can do what you want for the Name field with the following expression: 
&lt;BR /&gt;row7.ContractNumber == null ? row1.jobNumber : row7.ContractNumber 
&lt;BR /&gt;Hope this help. 
&lt;BR /&gt;</description>
      <pubDate>Sun, 31 Mar 2019 07:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-mapping-using-lookUp-input/m-p/2217014#M12783</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-03-31T07:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional mapping using lookUp input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-mapping-using-lookUp-input/m-p/2217015#M12784</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;you are absolutely right but the&amp;nbsp;conception of &lt;A href="https://community.qlik.com/s/profile/0053p000007LPQ1AAO"&gt;@deldel131&lt;/A&gt;&amp;nbsp;problem seems to be illogical or I don't understand it.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;When you have values of&amp;nbsp;&lt;SPAN&gt;row1.jobNumber as bellow:&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#FF00FF"&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#FF00FF"&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#FF00FF"&gt;&lt;SPAN&gt;3&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#FF00FF"&gt;&lt;SPAN&gt;4&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#FF00FF"&gt;&lt;SPAN&gt;5&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;and values of&amp;nbsp;row7.ContractNumber as bellow&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;SPAN&gt;30&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;SPAN&gt;5&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;And when you use left outer join (main row1 and lookup row7) and use&amp;nbsp;row7.ContractNumber == null ? row1.jobNumber : row7.ContractNumber&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;you will have:&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF00FF"&gt;1&lt;/FONT&gt; - &lt;FONT color="#800000"&gt;&lt;FONT color="#008000"&gt;1&lt;/FONT&gt;&lt;FONT color="#333333"&gt; =&amp;gt; &lt;FONT color="#008000"&gt;1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#800000"&gt;&lt;FONT color="#333333"&gt;&lt;FONT color="#FF00FF"&gt;2&lt;/FONT&gt; -&lt;FONT color="#008000"&gt; 2&lt;/FONT&gt; =&amp;gt; &lt;FONT color="#008000"&gt;2&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#800000"&gt;&lt;FONT color="#333333"&gt;&lt;FONT color="#FF00FF"&gt;3&lt;/FONT&gt; - null =&amp;gt; &lt;FONT color="#FF00FF"&gt;3&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#800000"&gt;&lt;FONT color="#333333"&gt;&lt;FONT color="#FF00FF"&gt;4&lt;/FONT&gt; - null =&amp;gt; &lt;FONT color="#FF00FF"&gt;4&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#800000"&gt;&lt;FONT color="#333333"&gt;&lt;FONT color="#FF00FF"&gt;5&lt;/FONT&gt; - &lt;FONT color="#008000"&gt;5&lt;/FONT&gt; =&amp;gt; &lt;FONT color="#008000"&gt;5&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;So IMHO it doesn't give us expected effect. In this case it is very important to see an example of what&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPQ1AAO"&gt;@deldel131&lt;/A&gt;&amp;nbsp; want to achieve.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Don't hesitate to give kudos&lt;/STRONG&gt; when a reply is helpful and &lt;SPAN&gt;when your query is answered, please &lt;STRONG&gt;mark the topic as resolved&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;/P&gt;</description>
      <pubDate>Sun, 31 Mar 2019 19:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-mapping-using-lookUp-input/m-p/2217015#M12784</guid>
      <dc:creator>DataTeam1</dc:creator>
      <dc:date>2019-03-31T19:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional mapping using lookUp input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-mapping-using-lookUp-input/m-p/2217016#M12785</link>
      <description>&lt;P&gt;Thank you very much for your answers, I realise that my explanation of the situation wasn't the most clear so I'll give it another shot.&lt;BR /&gt;&lt;BR /&gt;I have a local file with some data - it looks something like this:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;JobNumber&amp;gt;M2019/2042&amp;lt;/jobNumber&amp;gt;&lt;BR /&gt;&amp;lt;Text14&amp;gt;M2019/2045&amp;lt;/jobNumber&amp;gt;&lt;BR /&gt;&amp;lt;SpecificationName&amp;gt;32149&amp;lt;/SpecificationName&amp;gt;&lt;/P&gt; 
&lt;P&gt;...&lt;BR /&gt;&lt;BR /&gt;The data of this file is stored in row1 in the tMap.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;P&gt;row7 is a Salesforce&amp;nbsp; input lookup.&amp;nbsp;&lt;BR /&gt;So the case is:&lt;/P&gt; 
&lt;P&gt;Pseudocode -&amp;nbsp;&lt;BR /&gt;IF row1.JobNumber == row7.ContractNumber&amp;nbsp;&lt;BR /&gt;set SalesforceContractNumber to row7.id&lt;BR /&gt;else if row1.Text14 == row7.ContractNumber&lt;/P&gt; 
&lt;P&gt;set SalesforceContractNumber to row7.id&lt;/P&gt; 
&lt;P&gt;else&lt;/P&gt; 
&lt;P&gt;null&lt;BR /&gt;&lt;BR /&gt;How the map currently looks:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="conditionalMap.PNG" style="width: 710px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M47n.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128915i7CDD0284A47C6ACF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M47n.png" alt="0683p000009M47n.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I hope this clarifies the problem.&lt;BR /&gt;&lt;BR /&gt;I greatly appreciate you taking your time looking at this and giving me input. Because I'm feeling a bit lost!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Mar 2019 20:01:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-mapping-using-lookUp-input/m-p/2217016#M12785</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-31T20:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional mapping using lookUp input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-mapping-using-lookUp-input/m-p/2217017#M12786</link>
      <description>&lt;P&gt;Hi TRF,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;The comparison was definitely wrong, if i do a comparison with a test string where i know its a match it does work. However doing the comparison for the variable row7.ContractNumber does not.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For instance, i tried the expression row1.JobNumber.equals(row7.ContractNumber) ? row7.Id : null&lt;BR /&gt;With this expression it always return null, even when i know that there should be a match.&lt;BR /&gt;&lt;BR /&gt;I'll keep at it.&lt;/P&gt;</description>
      <pubDate>Sun, 31 Mar 2019 20:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-mapping-using-lookUp-input/m-p/2217017#M12786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-31T20:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional mapping using lookUp input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-mapping-using-lookUp-input/m-p/2217018#M12787</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPQ1AAO"&gt;@deldel131&lt;/A&gt;&amp;nbsp;here is an example of the solution:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In tMap_1 I compare row1.JobNumber to row7.ContractNumber (notice that I use Inner Join type).&lt;/P&gt; 
&lt;P&gt;Everything else I send to reject flow&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In the next step I compare Text14 (from last reject) and every thing I send to next reject.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So now I hav 3 outputs and I send data from its into tHashOutput (this component is hidden in palette so you have to unhide it (File =&amp;gt; Edit project propertis =&amp;gt; Designer =&amp;gt; Palete settings =&amp;gt; Technical) )&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Of course I append data.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In the last step I present whole data set (you can see it in tLog_row_4)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My data example&lt;/P&gt; 
&lt;P&gt;Data in row1 (tFixedFlowInput_1):&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="a.PNG" style="width: 171px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M47s.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141238iC2CFECD76425B1CF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M47s.png" alt="0683p000009M47s.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Data in row7&amp;nbsp;(tFixedFlowInput_2 and tFixedFlowInput_3)&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="b.PNG" style="width: 127px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M47x.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157941i9F81767DE30EC6BE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M47x.png" alt="0683p000009M47x.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-inline" image-alt="1.PNG" style="width: 752px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M45O.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142386i5339027335B080DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M45O.png" alt="0683p000009M45O.png" /&gt;&lt;/span&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;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M482.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138029i36D41E4F3BBAE205/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M482.png" alt="0683p000009M482.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5.PNG" style="width: 940px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M487.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153639iD65A9D1D2AD1F42B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M487.png" alt="0683p000009M487.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6.PNG" style="width: 404px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M3qJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147910i55B862543880E4EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M3qJ.png" alt="0683p000009M3qJ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Don't forget to give kudos&lt;/STRONG&gt; when a reply is helpful and &lt;SPAN&gt;when your query is answered, please &lt;STRONG&gt;mark the topic as resolved&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;/P&gt;</description>
      <pubDate>Sun, 31 Mar 2019 21:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-mapping-using-lookUp-input/m-p/2217018#M12787</guid>
      <dc:creator>DataTeam1</dc:creator>
      <dc:date>2019-03-31T21:28:56Z</dc:date>
    </item>
  </channel>
</rss>

