<?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: Usage of Oracle Functions in Talend(SUBSTR and INSTR) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Usage-of-Oracle-Functions-in-Talend-SUBSTR-and-INSTR/m-p/2214882#M11533</link>
    <description>Hi Cantoine
&lt;BR /&gt; Thank you for the reply I am using the Java Project. I need to do this transformation in the tMap but i coundnt find the functions which will solve the purpose of SUBSTR and INSTR.
&lt;BR /&gt; Is there any function in Talend will do this or i need to write a user defined function in Java which will solve the purpose??
&lt;BR /&gt;
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Selva.</description>
    <pubDate>Tue, 06 Jan 2009 02:39:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-01-06T02:39:56Z</dc:date>
    <item>
      <title>Usage of Oracle Functions in Talend(SUBSTR and INSTR)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Usage-of-Oracle-Functions-in-Talend-SUBSTR-and-INSTR/m-p/2214880#M11531</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to use the below expression in Talend 7.2 ESB Version in Toracle component.. It works fine in oracle. But throws error in Talend.  Can you please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;replace(REGEXP_SUBSTR(ALT.alt_to_name,'[^,]+',1,2),'"','')as Lastname&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 14:06:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Usage-of-Oracle-Functions-in-Talend-SUBSTR-and-INSTR/m-p/2214880#M11531</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Usage of Oracle Functions in Talend(SUBSTR and INSTR)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Usage-of-Oracle-Functions-in-Talend-SUBSTR-and-INSTR/m-p/2214881#M11532</link>
      <description>Hi, 
&lt;BR /&gt;Are you using your SUBSTR oracle function into a tOracleInput component or into another one ? 
&lt;BR /&gt;Are you using a Java or Perl project? 
&lt;BR /&gt;You have different ways to resolve it. 
&lt;BR /&gt;You can use directly Oracle function into the SQL expression (tOracleInput); or write in Java or Perl in the tMap component. 
&lt;BR /&gt;The better way is to write into a tMap this transformation; of course if one day you modify your source (oracle) to another source (IBM DB2); your job will still working. 
&lt;BR /&gt;Best regards;</description>
      <pubDate>Mon, 05 Jan 2009 17:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Usage-of-Oracle-Functions-in-Talend-SUBSTR-and-INSTR/m-p/2214881#M11532</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-01-05T17:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Usage of Oracle Functions in Talend(SUBSTR and INSTR)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Usage-of-Oracle-Functions-in-Talend-SUBSTR-and-INSTR/m-p/2214882#M11533</link>
      <description>Hi Cantoine
&lt;BR /&gt; Thank you for the reply I am using the Java Project. I need to do this transformation in the tMap but i coundnt find the functions which will solve the purpose of SUBSTR and INSTR.
&lt;BR /&gt; Is there any function in Talend will do this or i need to write a user defined function in Java which will solve the purpose??
&lt;BR /&gt;
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Selva.</description>
      <pubDate>Tue, 06 Jan 2009 02:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Usage-of-Oracle-Functions-in-Talend-SUBSTR-and-INSTR/m-p/2214882#M11533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-01-06T02:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Usage of Oracle Functions in Talend(SUBSTR and INSTR)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Usage-of-Oracle-Functions-in-Talend-SUBSTR-and-INSTR/m-p/2214883#M11534</link>
      <description>Hi Selva,
&lt;BR /&gt;you could use the functions of the String object in java. For example:
&lt;BR /&gt;
&lt;PRE&gt;rowN.variable.substring(beginIndex, endIndex)&lt;/PRE&gt;
&lt;BR /&gt;Because I don't know the INST function I couldn't give you a java equivalent.
&lt;BR /&gt;You could find more information in the 
&lt;A href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" target="_blank" rel="nofollow noopener noreferrer"&gt;JDK documentation&lt;/A&gt;.
&lt;BR /&gt;Bye
&lt;BR /&gt;Volker</description>
      <pubDate>Tue, 06 Jan 2009 21:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Usage-of-Oracle-Functions-in-Talend-SUBSTR-and-INSTR/m-p/2214883#M11534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-01-06T21:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Usage of Oracle Functions in Talend(SUBSTR and INSTR)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Usage-of-Oracle-Functions-in-Talend-SUBSTR-and-INSTR/m-p/2214884#M11535</link>
      <description>Hi Selva,
&lt;BR /&gt;To replace INSTR (oracle expression) to a Java expression your can use the following syntax : rowN.variable.indexOf(':') 
&lt;BR /&gt;indexOf(':') =&amp;gt; return the position where character : is present.
&lt;BR /&gt;
&lt;BR /&gt;Oracle INSTR(PROP25,':',1,1) and Java rowN.variable.indexOf(':') are equal.
&lt;BR /&gt;
&lt;BR /&gt;SUBSTR(PROP25,INSTR(PROP25,':',1,1)+1) =&amp;gt; you can write this : rowN.variable.substring((rowN.variable.indexOf(':'))+1)
&lt;BR /&gt;
&lt;BR /&gt;Best regards</description>
      <pubDate>Wed, 07 Jan 2009 11:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Usage-of-Oracle-Functions-in-Talend-SUBSTR-and-INSTR/m-p/2214884#M11535</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-01-07T11:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Usage of Oracle Functions in Talend(SUBSTR and INSTR)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Usage-of-Oracle-Functions-in-Talend-SUBSTR-and-INSTR/m-p/2214885#M11536</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to use the below expression in Talend, Can you please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;replace(REGEXP_SUBSTR(ALT.alt_to_name,'[^,]+',1,2),'"','')as Lastname&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2020 10:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Usage-of-Oracle-Functions-in-Talend-SUBSTR-and-INSTR/m-p/2214885#M11536</guid>
      <dc:creator>Divya3</dc:creator>
      <dc:date>2020-07-25T10:48:56Z</dc:date>
    </item>
  </channel>
</rss>

