<?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: How to split one name (full name) into forename &amp; family name in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53530#M8189</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Well you guys can try one approach at this point, keep the original way that you guys are using for identifying the checkboxes but at the same time if this approach is giving you the proper formatted first name and last name then use this piece of code for identifying this section of PDF. &lt;BR /&gt;&lt;BR /&gt;You can employ a mixed strategy of using both the ways to get the desirable output because your current approach of text extraction won't work for separating the first name and last name. &lt;BR /&gt;&lt;BR /&gt;I would suggest you verify the results of this VBO for the section we are concerned with and let me know if that is giving us a formatted first name and last name or not.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Other options can be to try other VBO's for extracting the text from PDF such as the iTextSharp one or by employing a python script to get the data but I would suggest lets first try the above approach and see if we get the formatted text or not.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 23 May 2022 12:39:00 GMT</pubDate>
    <dc:creator>devneetmohanty07</dc:creator>
    <dc:date>2022-05-23T12:39:00Z</dc:date>
    <item>
      <title>How to split one name (full name) into forename &amp; family name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53518#M8177</link>
      <description>Hi,&lt;BR /&gt;Please suggest what formula/calculation should I put in to split full name into forename &amp;amp; family name.&lt;BR /&gt;Eg: I have a data item with name - Swati Agrawal. Then how can I split this so that I get one data item as "Swati" and other data item as "Agrawal". In short, how do I split full name into forename &amp;amp; family name.&lt;BR /&gt;&lt;BR /&gt;Looking forward to your help.&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Swati Agrawal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Feb 2021 06:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53518#M8177</guid>
      <dc:creator>SwatiAgrawal</dc:creator>
      <dc:date>2021-02-15T06:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to split one name (full name) into forename &amp; family name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53519#M8178</link>
      <description>One way is to use the InStr function to find the position of the space, then use the Mid function to extract the text on either side of that position. The Utility - String VBO also has a Split function.&amp;nbsp; There are also thousands of examples of string manipulation online,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Feb 2021 09:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53519#M8178</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2021-02-15T09:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to split one name (full name) into forename &amp; family name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53520#M8179</link>
      <description>Can you show me through screenshots how to do this? I am relativey new to Blueprism. Hence, lost in between of a bot &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Swati Agrawal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Feb 2021 12:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53520#M8179</guid>
      <dc:creator>SwatiAgrawal</dc:creator>
      <dc:date>2021-02-15T12:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to split one name (full name) into forename &amp; family name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53521#M8180</link>
      <description>Hi Swati&lt;BR /&gt;I'm using the below expression in the calculation to collect the first part of a string which is having a space. &amp;nbsp;&lt;BR /&gt;&lt;EM&gt;Mid(Trim([Data Item]),1,InStr(Trim([Data Item])," ")-1)&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;Actual Formula: &lt;BR /&gt;Mid(Value, Start Position, End Position), here we have to find the end position by finding the space (" ") in the stored value. &amp;nbsp;Given -1 to remove the additional space which will be in the output.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;[Manoj] [S]&lt;BR /&gt;[Principal Consultant]&lt;BR /&gt;[Infosys]&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Feb 2021 15:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53521#M8180</guid>
      <dc:creator>ManojSivasankar</dc:creator>
      <dc:date>2021-02-15T15:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to split one name (full name) into forename &amp; family name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53522#M8181</link>
      <description>Hi Swati,&lt;BR /&gt;&lt;BR /&gt;There's a really useful function in the "Utility - Strings" VBO for cases such as this. You can split strings of text by a particular character, which in this case would be a space.&lt;BR /&gt;&lt;BR /&gt;The action is called "Split Text" and more information on how to use it can be found by clicking the little blue "i".&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Ben&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ben Lyons&lt;BR /&gt;Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;UK&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Feb 2021 09:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53522#M8181</guid>
      <dc:creator>Ben.Lyons1</dc:creator>
      <dc:date>2021-02-16T09:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to split one name (full name) into forename &amp; family name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53523#M8182</link>
      <description>Hi John,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;How do we split the text without space?&lt;BR /&gt;&lt;BR /&gt;For Example:&lt;BR /&gt;Text: MichaelHolding&lt;BR /&gt;&lt;BR /&gt;Where,&lt;BR /&gt;FirstName: Michael&lt;BR /&gt;Last Name: Holding&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Chakkravarthi PR&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 23 May 2022 07:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53523#M8182</guid>
      <dc:creator>ChakkravarthiPR</dc:creator>
      <dc:date>2022-05-23T07:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to split one name (full name) into forename &amp; family name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53524#M8183</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There must be some logic or a rule defined first for even a digital worker to know what a first name and what a last name is. In your case, how will any digital worker know that without any separator in between ?​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 23 May 2022 07:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53524#M8183</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-05-23T07:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to split one name (full name) into forename &amp; family name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53525#M8184</link>
      <description>&lt;P&gt;Thanks for the swift reply Dev,&lt;BR /&gt;&lt;BR /&gt;Actually, the data that I have is being extracted from PDF and that is saved as a text file and we perform sting manipulation in that,&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="20526.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/20664iCA70487A340B27BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="20526.png" alt="20526.png" /&gt;&lt;/span&gt;this is the PDF text fields and after saving it as a text file&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="20527.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/20665i8840B34637EB4C33/image-size/large?v=v2&amp;amp;px=999" role="button" title="20527.png" alt="20527.png" /&gt;&lt;/span&gt;&lt;BR /&gt;We got the logic to find the string between first name and last name, but how do we separate it as FIRST and LAST name respectively?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Chakkravarthi PR&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 23 May 2022 08:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53525#M8184</guid>
      <dc:creator>ChakkravarthiPR</dc:creator>
      <dc:date>2022-05-23T08:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to split one name (full name) into forename &amp; family name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53526#M8185</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for sharing the overall picture with us. I think the issue here is if you via this extraction route, you won't be able to really build any logic to separate first name and last name since there is practically no identifiers here as well to distinguish between the two sections. Perhaps, the way you have been extracting the text from PDF is probably what is causing this weird formatting which is going to impact the further logic.&lt;BR /&gt;&lt;BR /&gt;Can you tell us what kind of PDF extraction method or which specific action have you used to get the text from PDF file?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 23 May 2022 08:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53526#M8185</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-05-23T08:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to split one name (full name) into forename &amp; family name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53527#M8186</link>
      <description>Hi,&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;PDF- Adobe Acrobat Reader DC.&lt;BR /&gt;we are considering PDF as a text (Save As Other) and then saving it to a TEXT data item(performing data extraction over that).&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Chakkravarthi PR&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 23 May 2022 08:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53527#M8186</guid>
      <dc:creator>ChakkravarthiPR</dc:creator>
      <dc:date>2022-05-23T08:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to split one name (full name) into forename &amp; family name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53528#M8187</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can you confirm once if you are using the following asset from DX Exchange: &lt;A href="https://digitalexchange.blueprism.com/dx/entry/9648/solution/blue-prism---pdf-toolkit" target="_blank" rel="noopener"&gt;Blue Prism PDF Tool Kit&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If yes, then can you try to use the below action within it and show me exactly what kind of an output you are getting?&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="20532.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/20682i9EDE7655E9B429D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="20532.png" alt="20532.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 23 May 2022 12:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53528#M8187</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-05-23T12:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to split one name (full name) into forename &amp; family name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53529#M8188</link>
      <description>Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We tried using this methodology but with no luck, because our PDF has checkboxes, the asset was not providing us the necessary outputs so we switched to the basic stuff of considering it as a text file(able to recognize checkboxes as a key-value pair) and performing data extractions.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Chakkravarthi PR&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 23 May 2022 12:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53529#M8188</guid>
      <dc:creator>ChakkravarthiPR</dc:creator>
      <dc:date>2022-05-23T12:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to split one name (full name) into forename &amp; family name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53530#M8189</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Well you guys can try one approach at this point, keep the original way that you guys are using for identifying the checkboxes but at the same time if this approach is giving you the proper formatted first name and last name then use this piece of code for identifying this section of PDF. &lt;BR /&gt;&lt;BR /&gt;You can employ a mixed strategy of using both the ways to get the desirable output because your current approach of text extraction won't work for separating the first name and last name. &lt;BR /&gt;&lt;BR /&gt;I would suggest you verify the results of this VBO for the section we are concerned with and let me know if that is giving us a formatted first name and last name or not.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Other options can be to try other VBO's for extracting the text from PDF such as the iTextSharp one or by employing a python script to get the data but I would suggest lets first try the above approach and see if we get the formatted text or not.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 23 May 2022 12:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53530#M8189</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-05-23T12:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to split one name (full name) into forename &amp; family name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53531#M8190</link>
      <description>Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If we are going with the first approach, which Adobe version do we need to use( we have Adobe Acrobat Reader DC, not Adobe DC PRO).&lt;BR /&gt;The inputs for the PDFtoWord have 3 inputs were in which are aware of the PDF File path and Docx Output Path but what is the &lt;STRONG&gt;Credentials file path&lt;/STRONG&gt;, could you please give us a brief with any SS that will be really helpful!.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Chakkravarthi PR&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 23 May 2022 13:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53531#M8190</guid>
      <dc:creator>ChakkravarthiPR</dc:creator>
      <dc:date>2022-05-23T13:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to split one name (full name) into forename &amp; family name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53532#M8191</link>
      <description>Hi Chakkravarthi,&lt;BR /&gt;&lt;BR /&gt;Per your requirement for splitting text without space, you can achieve it using Regular Expressions. Please refer to the solution below:&lt;BR /&gt;&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;Use&amp;nbsp;'Extract Regex Values' action from Utility - Strings VBO.&lt;/LI&gt;
&lt;LI&gt;The action asks for 3 input parameters : Regex Pattern(Text), Target String (Text) and Named Values (Collection). I've created the respective data items for all the 3 parameters.&lt;span class="lia-inline-image-display-wrapper" image-alt="20549.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/20699iD15C78592E53A587/image-size/large?v=v2&amp;amp;px=999" role="button" title="20549.png" alt="20549.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Use this as Regex Pattern : &lt;CODE&gt;(?&amp;lt;FirstName&amp;gt;[A-Z][a-z]+){1}(?&amp;lt;LastName&amp;gt;[A-Z][a-z]+){1}&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Input String is the text you want to split without spaces. I've used my name VikrantSharma in this case.&lt;span class="lia-inline-image-display-wrapper" image-alt="20550.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/20695i096EB5C10864FFBE/image-size/large?v=v2&amp;amp;px=999" role="button" title="20550.png" alt="20550.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;For Named Values, create a collection and define it with two text type fields : 'Name' and 'Value'&lt;span class="lia-inline-image-display-wrapper" image-alt="20551.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/20697iB7622F64A30F5B76/image-size/large?v=v2&amp;amp;px=999" role="button" title="20551.png" alt="20551.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;And create two initial values as below:&lt;span class="lia-inline-image-display-wrapper" image-alt="20552.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/20696i5EB0F5959B987991/image-size/large?v=v2&amp;amp;px=999" role="button" title="20552.png" alt="20552.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Assign 'Named Values' collection to the action output and Run the action. You'll have your output with the First name and Last name like below.&lt;span class="lia-inline-image-display-wrapper" image-alt="20553.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/20698i6A235129D3F5B334/image-size/large?v=v2&amp;amp;px=999" role="button" title="20553.png" alt="20553.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;Now you can extract first name and Last name by either using Filter Collection in default Collection Manipulation VBO or using a loop like below:&lt;span class="lia-inline-image-display-wrapper" image-alt="20554.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/20704iC3F7527974D346A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="20554.png" alt="20554.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;In the Loop , just check if 'Named Values.Name' is First Name. If yes, assign 'Named Values.Value' in 'Yes' path of the decision for First Name and if no, then same expression for 'No' path for Last Name.&lt;/LI&gt;
&lt;/OL&gt;
&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;/SPAN&gt; Please make sure that the input text is constant, i.e., First name and Last name should start with an Uppercase letter without any spaces and in case there are 3 uppercase letters in your string, only first two Uppercase sets will be considered.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vikrant Sharma&lt;BR /&gt;Senior Solution Designer&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 25 May 2022 12:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-split-one-name-full-name-into-forename-family-name/m-p/53532#M8191</guid>
      <dc:creator>VikrantSharma</dc:creator>
      <dc:date>2022-05-25T12:07:00Z</dc:date>
    </item>
  </channel>
</rss>

