<?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: Testing expression in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Testing-expression/m-p/2248194#M33123</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;Not sure where to connect&amp;nbsp;&lt;SPAN&gt;tUniqueRow component.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="image.png" style="width: 200px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8Iu.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133104iF56050B0CCD41DA8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8Iu.png" alt="0683p000009M8Iu.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;Could you please give me more details on how to do it.&lt;/P&gt; 
&lt;P&gt;Maybe you can give an example.&lt;/P&gt; 
&lt;P&gt;Many thanks&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Erlandas&lt;/P&gt;</description>
    <pubDate>Mon, 11 Nov 2019 10:10:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-11-11T10:10:17Z</dc:date>
    <item>
      <title>Testing expression</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Testing-expression/m-p/2248190#M33119</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am trying to do a simple task with&amp;nbsp; Talend Open Studio for Data Integration.&lt;/P&gt;
&lt;P&gt;Added a simple excel file (AAA_in) with a few columns (AAA, BBB, CCC), and I would like to know&lt;/P&gt;
&lt;P&gt;in the column (CCC) value is empty or not. If it is empty/not empty, CCC_boolean - true/false.&lt;/P&gt;
&lt;P&gt;I would like to see this information in XML out (AAA_out)&lt;/P&gt;
&lt;P&gt;Added expression&amp;nbsp;AAA_in.CCC.equals("") and I should see&amp;nbsp;CCC_boolean is true or false.&lt;/P&gt;
&lt;P&gt;When I testing&amp;nbsp;expression, it works.&lt;/P&gt;
&lt;P&gt;But actually, when I running a job and data in the column is empty, Talend stops on this line without any xml results.&lt;/P&gt;
&lt;P&gt;Could you please help with this simple task.&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Erlandas&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>Sun, 10 Nov 2019 11:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Testing-expression/m-p/2248190#M33119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-10T11:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Testing expression</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Testing-expression/m-p/2248191#M33120</link>
      <description>First, make sure the value is empty string or null value, or you can use this express whatever it is empty or null value, for example, on a tMap, set the expression on the CCC 
&lt;BR /&gt;(row1.CCC==null||row1.CCC.equals(""))?true:false 
&lt;BR /&gt; 
&lt;BR /&gt;If you still have the issues, please provides more details. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong 
&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Nov 2019 02:58:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Testing-expression/m-p/2248191#M33120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-11T02:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Testing expression</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Testing-expression/m-p/2248192#M33121</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Yes, thank you very much, it works!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One more question, please.&lt;/P&gt;
&lt;P&gt;How can I check column rows?&lt;/P&gt;
&lt;P&gt;If the column rows values are equal, mark these rows as true.&lt;/P&gt;
&lt;P&gt;Something like this in CCC, we can see C335 and C335 equals&lt;/P&gt;
&lt;P&gt;and I would like to add boolean true.&lt;/P&gt;
&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;
 &lt;TBODY&gt;
  &lt;TR&gt;
   &lt;TD&gt;AAA&lt;/TD&gt;
   &lt;TD&gt;BBB&lt;/TD&gt;
   &lt;TD&gt;CCC&lt;/TD&gt;
   &lt;TD&gt;DDD&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;A111&lt;/TD&gt;
   &lt;TD&gt;B222&lt;/TD&gt;
   &lt;TD&gt;C333&lt;/TD&gt;
   &lt;TD&gt;D444&lt;/TD&gt;
   &lt;TD&gt;FALSE&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;A112&lt;/TD&gt;
   &lt;TD&gt;B223&lt;/TD&gt;
   &lt;TD&gt;C335&lt;/TD&gt;
   &lt;TD&gt;D445&lt;/TD&gt;
   &lt;TD&gt;TRUE&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;A113&lt;/TD&gt;
   &lt;TD&gt;B224&lt;/TD&gt;
   &lt;TD&gt;C335&lt;/TD&gt;
   &lt;TD&gt;D446&lt;/TD&gt;
   &lt;TD&gt;TRUE&lt;/TD&gt;
  &lt;/TR&gt;
 &lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for your help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Erlandas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 07:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Testing-expression/m-p/2248192#M33121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-11T07:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Testing expression</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Testing-expression/m-p/2248193#M33122</link>
      <description>I think you need to get the duplicated values using tUniqueRow component, and then do an left outer join between input data and duplicated values on a tMap.</description>
      <pubDate>Mon, 11 Nov 2019 09:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Testing-expression/m-p/2248193#M33122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-11T09:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Testing expression</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Testing-expression/m-p/2248194#M33123</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;Not sure where to connect&amp;nbsp;&lt;SPAN&gt;tUniqueRow component.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="image.png" style="width: 200px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8Iu.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133104iF56050B0CCD41DA8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8Iu.png" alt="0683p000009M8Iu.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;Could you please give me more details on how to do it.&lt;/P&gt; 
&lt;P&gt;Maybe you can give an example.&lt;/P&gt; 
&lt;P&gt;Many thanks&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Erlandas&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 10:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Testing-expression/m-p/2248194#M33123</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-11T10:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Testing expression</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Testing-expression/m-p/2248195#M33124</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found how this can be done.&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Erlandas&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 13:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Testing-expression/m-p/2248195#M33124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-18T13:15:55Z</dc:date>
    </item>
  </channel>
</rss>

