<?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: Splitting a String at the Comma into FirstName and LastName in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Splitting-a-String-at-the-Comma-into-FirstName-and-LastName/m-p/2320316#M90468</link>
    <description>row1.fullname.contains(",") ? row1.fullname.replaceAll(",.*$", "") : row1.fullname &amp;nbsp; --&amp;gt; to populate out.Lastname&lt;BR /&gt;row1.fullname.contains(",") ? row1.fullname.replaceAll("^.*,", "") : "" &amp;nbsp; --&amp;gt; to populate out.Firstname&lt;BR /&gt;Check the syntax before to go&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;TRF</description>
    <pubDate>Wed, 25 Jan 2017 17:43:10 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2017-01-25T17:43:10Z</dc:date>
    <item>
      <title>Splitting a String at the Comma into FirstName and LastName</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Splitting-a-String-at-the-Comma-into-FirstName-and-LastName/m-p/2320315#M90467</link>
      <description>&lt;P&gt;In tMap, is there a way to test a string to see if it has a comma, and if it does, split it at the comma into FirstName and LastName?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;HLeyes&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 17:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Splitting-a-String-at-the-Comma-into-FirstName-and-LastName/m-p/2320315#M90467</guid>
      <dc:creator>HLeyes</dc:creator>
      <dc:date>2017-01-25T17:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a String at the Comma into FirstName and LastName</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Splitting-a-String-at-the-Comma-into-FirstName-and-LastName/m-p/2320316#M90468</link>
      <description>row1.fullname.contains(",") ? row1.fullname.replaceAll(",.*$", "") : row1.fullname &amp;nbsp; --&amp;gt; to populate out.Lastname&lt;BR /&gt;row1.fullname.contains(",") ? row1.fullname.replaceAll("^.*,", "") : "" &amp;nbsp; --&amp;gt; to populate out.Firstname&lt;BR /&gt;Check the syntax before to go&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;TRF</description>
      <pubDate>Wed, 25 Jan 2017 17:43:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Splitting-a-String-at-the-Comma-into-FirstName-and-LastName/m-p/2320316#M90468</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-01-25T17:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a String at the Comma into FirstName and LastName</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Splitting-a-String-at-the-Comma-into-FirstName-and-LastName/m-p/2320317#M90469</link>
      <description>Thanks, TRF.&amp;nbsp; I'll test it out!&lt;BR /&gt;&lt;BR /&gt;HLeyes</description>
      <pubDate>Mon, 30 Jan 2017 21:51:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Splitting-a-String-at-the-Comma-into-FirstName-and-LastName/m-p/2320317#M90469</guid>
      <dc:creator>HLeyes</dc:creator>
      <dc:date>2017-01-30T21:51:52Z</dc:date>
    </item>
  </channel>
</rss>

