<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://spotfirecommunity.tibco.com/community/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>TIBCO Spotfire Clients</title><link>http://spotfirecommunity.tibco.com/community/forums/21.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Re: Extracting names from a text column</title><link>http://spotfirecommunity.tibco.com/community/forums/thread/10989.aspx</link><pubDate>Sun, 03 Jun 2012 22:15:01 GMT</pubDate><guid isPermaLink="false">affde357-0bb3-4331-9204-9726b0672618:10989</guid><dc:creator>Christof</dc:creator><slash:comments>0</slash:comments><comments>http://spotfirecommunity.tibco.com/community/forums/thread/10989.aspx</comments><wfw:commentRss>http://spotfirecommunity.tibco.com/community/forums/commentrss.aspx?SectionID=21&amp;PostID=10989</wfw:commentRss><description>&lt;p&gt;You should work with the spaces to cut the string into pieces.&lt;/p&gt;
&lt;p&gt;Find(&amp;quot; &amp;quot;,[NameCol]) gives you the first space in the text.&lt;/p&gt;
&lt;p&gt;Work work with expressions like :&lt;/p&gt;
&lt;p&gt;&amp;nbsp;mid([NameCol],find(&amp;quot; &amp;quot;,[NameCol],99)+1) to cut off everything before the first Space.&lt;/p&gt;
&lt;p&gt;You can handle multiple exeptions by usin the &amp;nbsp;&amp;quot;case when&amp;quot; statement.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I order to separate the name string at the seconf uppercase letter in the string you should be able to use a Regular Expression. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you struggle, let me know and we can try to fix it here in the forum.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Chirstof&lt;/p&gt;</description></item><item><title>Extracting names from a text column</title><link>http://spotfirecommunity.tibco.com/community/forums/thread/10878.aspx</link><pubDate>Thu, 24 May 2012 13:42:59 GMT</pubDate><guid isPermaLink="false">affde357-0bb3-4331-9204-9726b0672618:10878</guid><dc:creator>kdawg</dc:creator><slash:comments>0</slash:comments><comments>http://spotfirecommunity.tibco.com/community/forums/thread/10878.aspx</comments><wfw:commentRss>http://spotfirecommunity.tibco.com/community/forums/commentrss.aspx?SectionID=21&amp;PostID=10878</wfw:commentRss><description>&lt;p&gt;I am working with a dataset that has a text column that should appear as below:&lt;/p&gt;
&lt;p&gt;*X Smith,John, 123456, 11-DEC-10.&lt;/p&gt;
&lt;p&gt;Unfortunately it sometimes is formatted incorrectly and appears like this:&lt;/p&gt;
&lt;p&gt;*X SmithJohn 123456 11-DEC-10&lt;/p&gt;
&lt;p&gt;In either case, I need to extract the full name, John Smith, from the data.&lt;/p&gt;
&lt;p&gt;When the data is correctly formatted, it is no problem.&amp;nbsp; But I haven&amp;#39;t found a solution for the second case.&amp;nbsp; Any suggestions?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks,&lt;/p&gt;
&lt;p&gt;Kevin&lt;/p&gt;</description></item></channel></rss>