<?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 tMap integer to a string in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMap-integer-to-a-string/m-p/2345820#M113295</link>
    <description>&lt;P&gt;in tMap how do I convert an integer ("0") to a string ("Not Available")? I want the lines where the number 0 appears to become the string.&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2023 23:39:35 GMT</pubDate>
    <dc:creator>sss1684971169</dc:creator>
    <dc:date>2023-05-24T23:39:35Z</dc:date>
    <item>
      <title>tMap integer to a string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-integer-to-a-string/m-p/2345820#M113295</link>
      <description>&lt;P&gt;in tMap how do I convert an integer ("0") to a string ("Not Available")? I want the lines where the number 0 appears to become the string.&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 23:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-integer-to-a-string/m-p/2345820#M113295</guid>
      <dc:creator>sss1684971169</dc:creator>
      <dc:date>2023-05-24T23:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: tMap integer to a string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-integer-to-a-string/m-p/2345821#M113296</link>
      <description>&lt;P&gt;Hello @Ana Lopes​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Please try the below expression in Bold&lt;/P&gt;&lt;P&gt;     ​int num=0;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;String ret=&lt;B&gt;"0".equals(String.valueOf(num))?"Not Available": String.valueOf(num)&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;System.out.println(ret);&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 00:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-integer-to-a-string/m-p/2345821#M113296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-25T00:39:37Z</dc:date>
    </item>
  </channel>
</rss>

