<?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 Handling Quotes and Null values in a column in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/Handling-Quotes-and-Null-values-in-a-column/m-p/2464942#M4052</link>
    <description>&lt;P&gt;I am new to Talend so requiring help during development. I have quotes in some rows of the table but not others (having null values). I had to remove the quotes from the rows and also handle nulls for others rows. I used replace function for remove quotes but it is throwing null exception. Require help here for resolving this issue. Example is as below&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Input:&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE width="109"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="109"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;"211"&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;"211"&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;"123,999"&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Required Output:&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE width="109"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="109"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;211&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;211&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;123,999&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
    <pubDate>Mon, 24 Jun 2024 12:15:51 GMT</pubDate>
    <dc:creator>dhnaz_yus07</dc:creator>
    <dc:date>2024-06-24T12:15:51Z</dc:date>
    <item>
      <title>Handling Quotes and Null values in a column</title>
      <link>https://community.qlik.com/t5/Data-Quality/Handling-Quotes-and-Null-values-in-a-column/m-p/2464942#M4052</link>
      <description>&lt;P&gt;I am new to Talend so requiring help during development. I have quotes in some rows of the table but not others (having null values). I had to remove the quotes from the rows and also handle nulls for others rows. I used replace function for remove quotes but it is throwing null exception. Require help here for resolving this issue. Example is as below&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Input:&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE width="109"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="109"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;"211"&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;"211"&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;"123,999"&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Required Output:&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE width="109"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="109"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;211&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;211&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;123,999&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Mon, 24 Jun 2024 12:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Handling-Quotes-and-Null-values-in-a-column/m-p/2464942#M4052</guid>
      <dc:creator>dhnaz_yus07</dc:creator>
      <dc:date>2024-06-24T12:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Quotes and Null values in a column</title>
      <link>https://community.qlik.com/t5/Data-Quality/Handling-Quotes-and-Null-values-in-a-column/m-p/2465011#M4053</link>
      <description>&lt;PRE&gt;&lt;STRONG&gt;Replace(Value,Chr(34),'')&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;*&lt;/EM&gt;Value &lt;EM&gt;will be your field name&lt;/EM&gt;&lt;/STRONG&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 24 Jun 2024 14:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Handling-Quotes-and-Null-values-in-a-column/m-p/2465011#M4053</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2024-06-24T14:24:17Z</dc:date>
    </item>
  </channel>
</rss>

