<?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 convert Long to String and String to Long in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-Long-to-String-and-String-to-Long/m-p/2260090#M41341</link>
    <description>If you have to do a lot of this type of conversion, you may want to consider tConvertType.
&lt;BR /&gt;This is a link to a video that converts Strings to Longs w/o having to add Java in expressions.
&lt;BR /&gt;
&lt;A href="http://bekwam.blogspot.com/2011/02/tutorial-converting-data-types-with.html" rel="nofollow noopener noreferrer"&gt;http://bekwam.blogspot.com/2011/02/tutorial-converting-data-types-with.html&lt;/A&gt;
&lt;BR /&gt;-Carl</description>
    <pubDate>Mon, 21 Mar 2011 15:10:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-03-21T15:10:20Z</dc:date>
    <item>
      <title>How to convert Long to String and String to Long</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-Long-to-String-and-String-to-Long/m-p/2260088#M41339</link>
      <description>HI,&lt;BR /&gt;Could any one post the solution for converting Long to String and String to Long.&lt;BR /&gt;Thanks,&lt;BR /&gt;-Teja</description>
      <pubDate>Sat, 16 Nov 2024 13:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-Long-to-String-and-String-to-Long/m-p/2260088#M41339</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Long to String and String to Long</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-Long-to-String-and-String-to-Long/m-p/2260089#M41340</link>
      <description>Long to String:&lt;BR /&gt;&lt;PRE&gt;&amp;lt;var&amp;gt;.toString()&lt;BR /&gt;//to protect agianst null pointers:&lt;BR /&gt;&amp;lt;var&amp;gt; == null ? null : var.toString()&lt;/PRE&gt;&lt;BR /&gt;String to Long:&lt;BR /&gt;&lt;PRE&gt;Long.parseLong(&amp;lt;var&amp;gt;)&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 Mar 2011 14:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-Long-to-String-and-String-to-Long/m-p/2260089#M41340</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-21T14:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Long to String and String to Long</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-Long-to-String-and-String-to-Long/m-p/2260090#M41341</link>
      <description>If you have to do a lot of this type of conversion, you may want to consider tConvertType.
&lt;BR /&gt;This is a link to a video that converts Strings to Longs w/o having to add Java in expressions.
&lt;BR /&gt;
&lt;A href="http://bekwam.blogspot.com/2011/02/tutorial-converting-data-types-with.html" rel="nofollow noopener noreferrer"&gt;http://bekwam.blogspot.com/2011/02/tutorial-converting-data-types-with.html&lt;/A&gt;
&lt;BR /&gt;-Carl</description>
      <pubDate>Mon, 21 Mar 2011 15:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-Long-to-String-and-String-to-Long/m-p/2260090#M41341</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-21T15:10:20Z</dc:date>
    </item>
  </channel>
</rss>

