<?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 Manipulating excel with null values in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Manipulating-excel-with-null-values/m-p/2335814#M104334</link>
    <description>&lt;P&gt;I am reading an excel spread sheet with the following attributes:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Column&amp;nbsp;A: Date&lt;/P&gt; 
&lt;P&gt;Column B: Int&lt;/P&gt; 
&lt;P&gt;Column C String&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I then have to perform some manipulation work on each row and output to another excel sheet. One of the things I need to do is test if the input column C is null and if it is, to leave the entire row blank in the output sheet. I have attempted several different variations of using a ternary expression in tMap to accomplish this, but with no luck. I then switch to an if statement, again in the tMap, but also ran into trouble here. Can someone help me with a solution. I am racking my head on this and need someone with more experience to help me get past this hump.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jul 2018 20:44:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-04T20:44:14Z</dc:date>
    <item>
      <title>Manipulating excel with null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Manipulating-excel-with-null-values/m-p/2335814#M104334</link>
      <description>&lt;P&gt;I am reading an excel spread sheet with the following attributes:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Column&amp;nbsp;A: Date&lt;/P&gt; 
&lt;P&gt;Column B: Int&lt;/P&gt; 
&lt;P&gt;Column C String&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I then have to perform some manipulation work on each row and output to another excel sheet. One of the things I need to do is test if the input column C is null and if it is, to leave the entire row blank in the output sheet. I have attempted several different variations of using a ternary expression in tMap to accomplish this, but with no luck. I then switch to an if statement, again in the tMap, but also ran into trouble here. Can someone help me with a solution. I am racking my head on this and need someone with more experience to help me get past this hump.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 20:44:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Manipulating-excel-with-null-values/m-p/2335814#M104334</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-04T20:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Manipulating excel with null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Manipulating-excel-with-null-values/m-p/2335815#M104335</link>
      <description>Concatenate all columns and seperate it with a delimiter like ;&lt;BR /&gt;this concatenated string is your output if column C is not null / has a value.&lt;BR /&gt;in tmap you test for column C ... if not then concat else ";;" empty string&lt;BR /&gt;Next&lt;BR /&gt;is get the concatenated string back to columns with tNormalize and for item seperator use the ;&lt;BR /&gt;&lt;BR /&gt;Easy... =|;-))&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jul 2018 21:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Manipulating-excel-with-null-values/m-p/2335815#M104335</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-07-12T21:48:12Z</dc:date>
    </item>
  </channel>
</rss>

