<?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: replace null value by  '.' in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/replace-null-value-by/m-p/2367901#M131229</link>
    <description>I believe ashifa is right, try his expression in tmap and see if that helps!</description>
    <pubDate>Wed, 04 Oct 2017 14:23:48 GMT</pubDate>
    <dc:creator>Vinlogs</dc:creator>
    <dc:date>2017-10-04T14:23:48Z</dc:date>
    <item>
      <title>replace null value by  '.'</title>
      <link>https://community.qlik.com/t5/Talend-Studio/replace-null-value-by/m-p/2367896#M131224</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have one colomn for contact number some user did not enter value in that column...&lt;/P&gt;
&lt;P&gt;Now i want to replace that value ny DOT '' . ''&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;
&lt;P&gt;Please reply&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 12:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/replace-null-value-by/m-p/2367896#M131224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T12:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: replace null value by  '.'</title>
      <link>https://community.qlik.com/t5/Talend-Studio/replace-null-value-by/m-p/2367897#M131225</link>
      <description>&lt;P&gt;Using Ternary operator in tMap we can achieve this ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;row1.ColumnName==null || row1.&lt;SPAN&gt;ColumnName&lt;/SPAN&gt;.isEmpty()?".":row1.&lt;SPAN&gt;ColumnName&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 12:33:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/replace-null-value-by/m-p/2367897#M131225</guid>
      <dc:creator>ashif2</dc:creator>
      <dc:date>2017-10-04T12:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: replace null value by  '.'</title>
      <link>https://community.qlik.com/t5/Talend-Studio/replace-null-value-by/m-p/2367898#M131226</link>
      <description>this making new column ...and i want "." where column value is null</description>
      <pubDate>Wed, 04 Oct 2017 13:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/replace-null-value-by/m-p/2367898#M131226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T13:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: replace null value by  '.'</title>
      <link>https://community.qlik.com/t5/Talend-Studio/replace-null-value-by/m-p/2367899#M131227</link>
      <description>&lt;P&gt;No need to new column, you can change the simple expression in tMap Output&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;i.e. row1.ColumnName to&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;row1.ColumnName==null || row1.&lt;/SPAN&gt;&lt;SPAN&gt;ColumnName&lt;/SPAN&gt;&lt;SPAN&gt;.isEmpty()?".":row1.&lt;/SPAN&gt;&lt;SPAN&gt;ColumnName&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 13:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/replace-null-value-by/m-p/2367899#M131227</guid>
      <dc:creator>ashif2</dc:creator>
      <dc:date>2017-10-04T13:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: replace null value by  '.'</title>
      <link>https://community.qlik.com/t5/Talend-Studio/replace-null-value-by/m-p/2367900#M131228</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ak.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lr7G.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156107i79F8F0A80663E092/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lr7G.png" alt="0683p000009Lr7G.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 13:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/replace-null-value-by/m-p/2367900#M131228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T13:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: replace null value by  '.'</title>
      <link>https://community.qlik.com/t5/Talend-Studio/replace-null-value-by/m-p/2367901#M131229</link>
      <description>I believe ashifa is right, try his expression in tmap and see if that helps!</description>
      <pubDate>Wed, 04 Oct 2017 14:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/replace-null-value-by/m-p/2367901#M131229</guid>
      <dc:creator>Vinlogs</dc:creator>
      <dc:date>2017-10-04T14:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: replace null value by  '.'</title>
      <link>https://community.qlik.com/t5/Talend-Studio/replace-null-value-by/m-p/2367902#M131230</link>
      <description>&lt;P&gt;it's working properly...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much..&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 07:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/replace-null-value-by/m-p/2367902#M131230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-05T07:40:13Z</dc:date>
    </item>
  </channel>
</rss>

