<?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 Split Surname into Middle  Last Name in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Split-Surname-into-Middle-Last-Name/m-p/2448601#M97833</link>
    <description>&lt;P&gt;Greetings Experts!&lt;/P&gt;
&lt;P&gt;The Surname field contains the majority of names but needs to be standardized to follow a consistent naming convention. Generally, the first name is properly formatted, although sometimes the first name is included in the surname field, even though it's captured separately.&lt;/P&gt;
&lt;P&gt;Furthermore, the middle name is often missing, and the surname typically holds most of the entries. However, there are occasional inconsistencies within this field, such as titles appearing at the end or unusual characters.&lt;/P&gt;
&lt;P&gt;Nonetheless, the primary&amp;nbsp;goal is to separate the surname into middle and last names.&lt;/P&gt;
&lt;P&gt;Below is a data sample to provide a clearer understanding. Thanks in advance @&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038" target="_blank" rel="noopener"&gt;marcus_sommer&lt;/A&gt;&amp;nbsp;@&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148" target="_blank" rel="noopener"&gt;rwunderlich @or&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/44037"&gt;@steeefan&lt;/a&gt;&amp;nbsp;&amp;nbsp;@MarcoWedel&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Load * inline [&lt;BR /&gt;First Name,Surname&lt;BR /&gt;David, David N.O Plies&lt;BR /&gt;Ivan,Ojo-Yaw&lt;BR /&gt;Jim,Jim Jame Jones&lt;BR /&gt;ESTATE,ESTATE OF Mke Peters-Sui&lt;BR /&gt;Theresa,Theresa cols / Henry cols&lt;BR /&gt;O.,O.J Johnson (Mrs.).&lt;BR /&gt;lt. LT. Col Larson&lt;BR /&gt;Duke,Duke L.T.Y&lt;BR /&gt;Reagan,Rita Rosilina Addo ];&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 20:58:54 GMT</pubDate>
    <dc:creator>Starter</dc:creator>
    <dc:date>2024-11-15T20:58:54Z</dc:date>
    <item>
      <title>Split Surname into Middle  Last Name</title>
      <link>https://community.qlik.com/t5/App-Development/Split-Surname-into-Middle-Last-Name/m-p/2448601#M97833</link>
      <description>&lt;P&gt;Greetings Experts!&lt;/P&gt;
&lt;P&gt;The Surname field contains the majority of names but needs to be standardized to follow a consistent naming convention. Generally, the first name is properly formatted, although sometimes the first name is included in the surname field, even though it's captured separately.&lt;/P&gt;
&lt;P&gt;Furthermore, the middle name is often missing, and the surname typically holds most of the entries. However, there are occasional inconsistencies within this field, such as titles appearing at the end or unusual characters.&lt;/P&gt;
&lt;P&gt;Nonetheless, the primary&amp;nbsp;goal is to separate the surname into middle and last names.&lt;/P&gt;
&lt;P&gt;Below is a data sample to provide a clearer understanding. Thanks in advance @&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038" target="_blank" rel="noopener"&gt;marcus_sommer&lt;/A&gt;&amp;nbsp;@&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148" target="_blank" rel="noopener"&gt;rwunderlich @or&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/44037"&gt;@steeefan&lt;/a&gt;&amp;nbsp;&amp;nbsp;@MarcoWedel&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Load * inline [&lt;BR /&gt;First Name,Surname&lt;BR /&gt;David, David N.O Plies&lt;BR /&gt;Ivan,Ojo-Yaw&lt;BR /&gt;Jim,Jim Jame Jones&lt;BR /&gt;ESTATE,ESTATE OF Mke Peters-Sui&lt;BR /&gt;Theresa,Theresa cols / Henry cols&lt;BR /&gt;O.,O.J Johnson (Mrs.).&lt;BR /&gt;lt. LT. Col Larson&lt;BR /&gt;Duke,Duke L.T.Y&lt;BR /&gt;Reagan,Rita Rosilina Addo ];&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 20:58:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Split-Surname-into-Middle-Last-Name/m-p/2448601#M97833</guid>
      <dc:creator>Starter</dc:creator>
      <dc:date>2024-11-15T20:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Split Surname into Middle  Last Name</title>
      <link>https://community.qlik.com/t5/App-Development/Split-Surname-into-Middle-Last-Name/m-p/2448831#M97840</link>
      <description>&lt;P&gt;The overall goal might be challenging because the entries lack a consistent pattern. Hope this helps.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;...
Mid(Surname, Index(Surname, ' ', 1) + 1, Index(Surname, ' ', -1) - Index(Surname, ' ', 1)-1) as [Middle Name],
Trim(subfield(Surname, ' ', -1)) as [Last Name]
...&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 04 May 2024 20:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Split-Surname-into-Middle-Last-Name/m-p/2448831#M97840</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2024-05-04T20:12:13Z</dc:date>
    </item>
  </channel>
</rss>

