<?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 substring function in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/substring-function/m-p/2271458#M49049</link>
    <description>&lt;P&gt;Hi Guys,&lt;BR /&gt; I have a question regarding substring function. I am trying to extract first 3 characters from column. &lt;BR /&gt;Following is the function i am using. StringHandling.substr(DSLink3.col1,1,3). I am getting error.&lt;BR /&gt;Thanks for help&lt;/P&gt;</description>
    <pubDate>Mon, 09 Apr 2012 18:08:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-04-09T18:08:37Z</dc:date>
    <item>
      <title>substring function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/substring-function/m-p/2271458#M49049</link>
      <description>&lt;P&gt;Hi Guys,&lt;BR /&gt; I have a question regarding substring function. I am trying to extract first 3 characters from column. &lt;BR /&gt;Following is the function i am using. StringHandling.substr(DSLink3.col1,1,3). I am getting error.&lt;BR /&gt;Thanks for help&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2012 18:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/substring-function/m-p/2271458#M49049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-09T18:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: substring function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/substring-function/m-p/2271459#M49050</link>
      <description>Hi skatpally,&lt;BR /&gt;You can do the following:&lt;BR /&gt;DSLink3.col1.substring(0,3).&lt;BR /&gt;In Java, the index of the first character is 0, not 1.</description>
      <pubDate>Tue, 10 Apr 2012 15:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/substring-function/m-p/2271459#M49050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-10T15:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: substring function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/substring-function/m-p/2271460#M49051</link>
      <description>how can i select a string that comes out of the component: tRESTClient for example? 
&lt;BR /&gt;i tried things like tRESTClient.row1.substring(0,5) in tJava component but that doesn't work..the error i get = tRESTClient cannot be resolved 
&lt;BR /&gt;the problem is that the string contains five characters at the beginning of the string that don't belong there.. so i want to remove the five first characters in that string (JSON) so it will be valid in combination with the next component (tExtractJSONFields)</description>
      <pubDate>Thu, 06 Oct 2016 11:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/substring-function/m-p/2271460#M49051</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-06T11:06:09Z</dc:date>
    </item>
  </channel>
</rss>

