<?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: Removing characters before first occurence of space using tMap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Removing-characters-before-first-occurence-of-space-using-tMap/m-p/2330184#M99280</link>
    <description>Assuming your string column is named "col1", set your output column to: row1.col1.
&lt;FONT color="#303336"&gt;&lt;FONT face="Consolas, Menlo, Monaco, " lucida="" console=""&gt;substring&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#303336"&gt;&lt;FONT face="Consolas, Menlo, Monaco, " lucida="" console=""&gt;(&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#303336"&gt;&lt;FONT face="Consolas, Menlo, Monaco, " lucida="" console=""&gt;row1.col1&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#303336"&gt;&lt;FONT face="Consolas, Menlo, Monaco, " lucida="" console=""&gt;.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#303336"&gt;&lt;FONT face="Consolas, Menlo, Monaco, " lucida="" console=""&gt;lastIndexOf&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#303336"&gt;&lt;FONT face="Consolas, Menlo, Monaco, " lucida="" console=""&gt;(&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#7d2727"&gt;&lt;FONT face="Consolas, Menlo, Monaco, " lucida="" console=""&gt;' '&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#303336"&gt;&lt;FONT face="Consolas, Menlo, Monaco, " lucida="" console=""&gt;)+&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#7d2727"&gt;&lt;FONT face="Consolas, Menlo, Monaco, " lucida="" console=""&gt;1&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#303336"&gt;&lt;FONT face="Consolas, Menlo, Monaco, " lucida="" console=""&gt;)&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Fri, 24 Mar 2017 13:44:36 GMT</pubDate>
    <dc:creator>cterenzi</dc:creator>
    <dc:date>2017-03-24T13:44:36Z</dc:date>
    <item>
      <title>Removing characters before first occurence of space using tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Removing-characters-before-first-occurence-of-space-using-tMap/m-p/2330183#M99279</link>
      <description>Hi Guys, 
&lt;BR /&gt;I just wanted to ask if is it possible to remove all the characters before the first occurrence of space in a string using tMap? 
&lt;BR /&gt;For example: 
&lt;BR /&gt;Input: "This is a sentence" 
&lt;BR /&gt;Ouput" "is a sentence" 
&lt;BR /&gt;Thanks! 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133049iD780B7DE0116E4D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACJ.png" alt="0683p000009MACJ.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 24 Mar 2017 05:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Removing-characters-before-first-occurence-of-space-using-tMap/m-p/2330183#M99279</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-24T05:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Removing characters before first occurence of space using tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Removing-characters-before-first-occurence-of-space-using-tMap/m-p/2330184#M99280</link>
      <description>Assuming your string column is named "col1", set your output column to: row1.col1.
&lt;FONT color="#303336"&gt;&lt;FONT face="Consolas, Menlo, Monaco, " lucida="" console=""&gt;substring&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#303336"&gt;&lt;FONT face="Consolas, Menlo, Monaco, " lucida="" console=""&gt;(&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#303336"&gt;&lt;FONT face="Consolas, Menlo, Monaco, " lucida="" console=""&gt;row1.col1&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#303336"&gt;&lt;FONT face="Consolas, Menlo, Monaco, " lucida="" console=""&gt;.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#303336"&gt;&lt;FONT face="Consolas, Menlo, Monaco, " lucida="" console=""&gt;lastIndexOf&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#303336"&gt;&lt;FONT face="Consolas, Menlo, Monaco, " lucida="" console=""&gt;(&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#7d2727"&gt;&lt;FONT face="Consolas, Menlo, Monaco, " lucida="" console=""&gt;' '&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#303336"&gt;&lt;FONT face="Consolas, Menlo, Monaco, " lucida="" console=""&gt;)+&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#7d2727"&gt;&lt;FONT face="Consolas, Menlo, Monaco, " lucida="" console=""&gt;1&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#303336"&gt;&lt;FONT face="Consolas, Menlo, Monaco, " lucida="" console=""&gt;)&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Fri, 24 Mar 2017 13:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Removing-characters-before-first-occurence-of-space-using-tMap/m-p/2330184#M99280</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-03-24T13:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Removing characters before first occurence of space using tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Removing-characters-before-first-occurence-of-space-using-tMap/m-p/2330185#M99281</link>
      <description>Variation :&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;row1.col1.replaceAll("^.* ", "")&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Fri, 24 Mar 2017 15:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Removing-characters-before-first-occurence-of-space-using-tMap/m-p/2330185#M99281</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-03-24T15:49:36Z</dc:date>
    </item>
  </channel>
</rss>

