<?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: How to handle null values while Converting .dat file to parquet file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-handle-null-values-while-Converting-dat-file-to-parquet/m-p/2228669#M19855</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOcsAAG"&gt;@satpaul&lt;/A&gt;&amp;nbsp;,can you show the input and output data too?&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jun 2020 07:38:16 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2020-06-22T07:38:16Z</dc:date>
    <item>
      <title>How to handle null values while Converting .dat file to parquet file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-handle-null-values-while-Converting-dat-file-to-parquet/m-p/2228668#M19854</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to handle null values using Tmap but getting records whose values are not null.&lt;/P&gt;&lt;P&gt;i have used if else condition but not getting proper output.&lt;/P&gt;&lt;P&gt;Attached screenshot for the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-handle-null-values-while-Converting-dat-file-to-parquet/m-p/2228668#M19854</guid>
      <dc:creator>satpaul</dc:creator>
      <dc:date>2024-11-16T02:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle null values while Converting .dat file to parquet file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-handle-null-values-while-Converting-dat-file-to-parquet/m-p/2228669#M19855</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOcsAAG"&gt;@satpaul&lt;/A&gt;&amp;nbsp;,can you show the input and output data too?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 07:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-handle-null-values-while-Converting-dat-file-to-parquet/m-p/2228669#M19855</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-06-22T07:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle null values while Converting .dat file to parquet file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-handle-null-values-while-Converting-dat-file-to-parquet/m-p/2228670#M19856</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For Eg Input data&lt;/P&gt;
&lt;P&gt;emp.dat&lt;/P&gt;
&lt;P&gt;id|Name|sal&lt;/P&gt;
&lt;P&gt;1|AA|100&lt;/P&gt;
&lt;P&gt;2|BB|200&lt;/P&gt;
&lt;P&gt;3|CC|&lt;/P&gt;
&lt;P&gt;OUTPUT&lt;/P&gt;
&lt;P&gt;id|Name|sal&lt;/P&gt;
&lt;P&gt;1|AA|100&lt;/P&gt;
&lt;P&gt;2|BB|200&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but i need the whole records in parquet format&lt;/P&gt;
&lt;P&gt;id|Name|sal&lt;/P&gt;
&lt;P&gt;1|AA|100&lt;/P&gt;
&lt;P&gt;2|BB|200&lt;/P&gt;
&lt;P&gt;3|CC|empty string&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in tmap i have used for that column if else but null records not coming.&lt;/P&gt;
&lt;P&gt;i have attached the file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 11:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-handle-null-values-while-Converting-dat-file-to-parquet/m-p/2228670#M19856</guid>
      <dc:creator>satpaul</dc:creator>
      <dc:date>2020-06-22T11:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle null values while Converting .dat file to parquet file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-handle-null-values-while-Converting-dat-file-to-parquet/m-p/2228671#M19857</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOcsAAG"&gt;@satpaul&lt;/A&gt;&amp;nbsp;, you need to use the below way for an empty string. have you used in tmap enable filter in the output section?&lt;/P&gt; 
&lt;P&gt;possible share you job design.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;row1.RISK_PCT==null ? "":row1.RISK_PCT&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 11:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-handle-null-values-while-Converting-dat-file-to-parquet/m-p/2228671#M19857</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-06-22T11:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle null values while Converting .dat file to parquet file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-handle-null-values-while-Converting-dat-file-to-parquet/m-p/2228672#M19858</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i already used this.&lt;/P&gt;
&lt;P&gt;Attached the screenshot for the same.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Mb1K"&gt;Capture1.PNG&lt;/A&gt;</description>
      <pubDate>Mon, 22 Jun 2020 13:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-handle-null-values-while-Converting-dat-file-to-parquet/m-p/2228672#M19858</guid>
      <dc:creator>satpaul</dc:creator>
      <dc:date>2020-06-22T13:35:21Z</dc:date>
    </item>
  </channel>
</rss>

