<?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 Change to &amp;quot;null&amp;quot; (string) in a big matrix in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/Change-to-quot-null-quot-string-in-a-big-matrix/m-p/2425903#M3984</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a .tab file which contains a "table" with +700 columns and 3M rows, more or less. I want to replace all the blanks in the different "cells" with the word "null"&lt;/P&gt;
&lt;P&gt;Is there a way to loop throught the rows and / or columns and do some tjava program or something like that so I don't have to do it manually on a tmap?&lt;/P&gt;
&lt;P&gt;Thanx&lt;/P&gt;</description>
    <pubDate>Fri, 01 Mar 2024 12:51:45 GMT</pubDate>
    <dc:creator>oasis2000</dc:creator>
    <dc:date>2024-03-01T12:51:45Z</dc:date>
    <item>
      <title>Change to "null" (string) in a big matrix</title>
      <link>https://community.qlik.com/t5/Data-Quality/Change-to-quot-null-quot-string-in-a-big-matrix/m-p/2425903#M3984</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a .tab file which contains a "table" with +700 columns and 3M rows, more or less. I want to replace all the blanks in the different "cells" with the word "null"&lt;/P&gt;
&lt;P&gt;Is there a way to loop throught the rows and / or columns and do some tjava program or something like that so I don't have to do it manually on a tmap?&lt;/P&gt;
&lt;P&gt;Thanx&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 12:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Change-to-quot-null-quot-string-in-a-big-matrix/m-p/2425903#M3984</guid>
      <dc:creator>oasis2000</dc:creator>
      <dc:date>2024-03-01T12:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Change to "null" (string) in a big matrix</title>
      <link>https://community.qlik.com/t5/Data-Quality/Change-to-quot-null-quot-string-in-a-big-matrix/m-p/2431069#M3989</link>
      <description>&lt;P&gt;hello&lt;/P&gt;
&lt;P&gt;you can design a job as follows:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="msjian_0-1710469339118.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/162041i960D7C545297E421/image-size/medium?v=v2&amp;amp;px=400" role="button" title="msjian_0-1710469339118.png" alt="msjian_0-1710469339118.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for example:&lt;BR /&gt;my input data format as follows: the field separate is “;”&lt;BR /&gt;1;Mr;msjian;;a&lt;BR /&gt;2;Mr;msjian;;b&lt;/P&gt;
&lt;P&gt;but in the job, the &lt;STRONG&gt;tFileInputDelimited&lt;/STRONG&gt; and &lt;STRONG&gt;tFileInputDelimited&lt;/STRONG&gt; components, set its field separate to "#", that means will make all the line data as one column, then set &lt;STRONG&gt;tJavaRow&lt;/STRONG&gt; components code as above to do a replacement, the output file may is your want as follows:&lt;BR /&gt;1;Mr;msjian;null;a&lt;BR /&gt;2;Mr;msjian;null;b&lt;BR /&gt;&lt;BR /&gt;the sample job see attachment file&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Jian&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 02:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Change-to-quot-null-quot-string-in-a-big-matrix/m-p/2431069#M3989</guid>
      <dc:creator>msjian</dc:creator>
      <dc:date>2024-03-15T02:34:03Z</dc:date>
    </item>
  </channel>
</rss>

