<?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: Multiple String Handling in one field in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Multiple-String-Handling-in-one-field/m-p/2293672#M66622</link>
    <description>Hi All&lt;BR /&gt;I am new to &amp;nbsp;talend &amp;nbsp;so i don't know the &amp;nbsp;functionality how do i start to learn the the functionalities. i want some kind of document to start from the scratch&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;NZ</description>
    <pubDate>Thu, 24 Nov 2016 11:55:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-24T11:55:15Z</dc:date>
    <item>
      <title>Multiple String Handling in one field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-String-Handling-in-one-field/m-p/2293671#M66621</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;I want to use 2 string handling function in one field&lt;BR /&gt;For Eg: i have a email id like this Nizam@Tal!com&lt;BR /&gt;2things i want to do first thing is i want to convert this string as a Upper and the second one is i want to replace This one ! as .&lt;BR /&gt;Finall Output Nizam@Tal.com&lt;BR /&gt;How can i do it &amp;nbsp;these things separately i can able to do, how can i combine and do it .&lt;BR /&gt;And Also i want to learn the expression editor each and every function its there tell me the way to learn the expression editor or some kind of links to start from the scratch it will be useful&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;NZ&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 11:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-String-Handling-in-one-field/m-p/2293671#M66621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-24T11:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple String Handling in one field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-String-Handling-in-one-field/m-p/2293672#M66622</link>
      <description>Hi All&lt;BR /&gt;I am new to &amp;nbsp;talend &amp;nbsp;so i don't know the &amp;nbsp;functionality how do i start to learn the the functionalities. i want some kind of document to start from the scratch&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;NZ</description>
      <pubDate>Thu, 24 Nov 2016 11:55:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-String-Handling-in-one-field/m-p/2293672#M66622</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-24T11:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple String Handling in one field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-String-Handling-in-one-field/m-p/2293673#M66623</link>
      <description>The best way to learn how to do this is to dive into Java and OOP in general. You can achieve your goal by using this statement (row1.InputField contains your value):&lt;BR /&gt;&lt;PRE&gt;row1.InputField.toUpperCase().replace("!", ".")&lt;/PRE&gt;&lt;BR /&gt;To learn each and every function, you will have to learn Java as Talend uses Java as its backbone. Any Java beginner's guide should do. The aforementioned "toUpperCase" and "replace" methods are methods of the Java String class. If you want to learn about the additional system routines provided by Talend, look here:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=System+routines" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=System+routines&lt;/A&gt;</description>
      <pubDate>Thu, 24 Nov 2016 14:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-String-Handling-in-one-field/m-p/2293673#M66623</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2016-11-24T14:29:34Z</dc:date>
    </item>
  </channel>
</rss>

