<?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: string position in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/string-position/m-p/2364685#M128398</link>
    <description>Hi ,&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Yeah always its the last.</description>
    <pubDate>Fri, 10 Jul 2015 09:06:38 GMT</pubDate>
    <dc:creator>j_</dc:creator>
    <dc:date>2015-07-10T09:06:38Z</dc:date>
    <item>
      <title>string position</title>
      <link>https://community.qlik.com/t5/Talend-Studio/string-position/m-p/2364683#M128396</link>
      <description>&lt;P&gt;Hi ,&lt;BR /&gt;&amp;nbsp; I have a value like this 12%jayanthi%678 ..Now i have to find wat is the position of &amp;nbsp;% (that is present after Jayanthi ..Position is 13) in the tmap.how to do it?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 08:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/string-position/m-p/2364683#M128396</guid>
      <dc:creator>j_</dc:creator>
      <dc:date>2015-07-10T08:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: string position</title>
      <link>https://community.qlik.com/t5/Talend-Studio/string-position/m-p/2364684#M128397</link>
      <description>You can use "indexOf()" or "lastIndexOf()" to get the position of a char within a String. In this case it looks like "lastIndexOf()" might be what you need. However, you need to be a bit more precise with your requirement. Is it always the last instance of the character that you want?
&lt;BR /&gt;
&lt;BR /&gt;Check out the String methods available to you here (
&lt;A href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html" rel="nofollow noopener noreferrer"&gt;http://docs.oracle.com/javase/7/docs/api/java/lang/String.html&lt;/A&gt;).</description>
      <pubDate>Fri, 10 Jul 2015 09:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/string-position/m-p/2364684#M128397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-10T09:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: string position</title>
      <link>https://community.qlik.com/t5/Talend-Studio/string-position/m-p/2364685#M128398</link>
      <description>Hi ,&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Yeah always its the last.</description>
      <pubDate>Fri, 10 Jul 2015 09:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/string-position/m-p/2364685#M128398</guid>
      <dc:creator>j_</dc:creator>
      <dc:date>2015-07-10T09:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: string position</title>
      <link>https://community.qlik.com/t5/Talend-Studio/string-position/m-p/2364686#M128399</link>
      <description>But the lastindexof couldnt be use in the tmap</description>
      <pubDate>Fri, 10 Jul 2015 09:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/string-position/m-p/2364686#M128399</guid>
      <dc:creator>j_</dc:creator>
      <dc:date>2015-07-10T09:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: string position</title>
      <link>https://community.qlik.com/t5/Talend-Studio/string-position/m-p/2364687#M128400</link>
      <description>Yes it can. You can use Java in the tMap expressions. If you want to do something a bit more complicated than one expression, you can code your own method in a routine which can be used in the tMap. Talend is just a code generator. Java can be used in a lot of areas.</description>
      <pubDate>Fri, 10 Jul 2015 09:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/string-position/m-p/2364687#M128400</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-10T09:13:56Z</dc:date>
    </item>
  </channel>
</rss>

