<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/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>How to fetch the first name only from email id?</title><link>https://community.appian.com/discussions/f/user-interface/15051/how-to-fetch-the-first-name-only-from-email-id</link><description>I need to fetch the first name from the email ids. 
 Example- Input - rijuta.ghosh@abc.com 
 Output- rijuta 
 I have tried using split function, but how do I retrieve the first result obtained only? 
 Thanks for the help.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to fetch the first name only from email id?</title><link>https://community.appian.com/thread/67353?ContentTypeID=1</link><pubDate>Fri, 14 Jun 2019 11:41:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f41e24b9-9ea8-44fa-9346-9ddf0ce63b5b</guid><dc:creator>RijutaGhosh</dc:creator><description>&lt;p&gt;Thanks a lot!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to fetch the first name only from email id?</title><link>https://community.appian.com/thread/67352?ContentTypeID=1</link><pubDate>Fri, 14 Jun 2019 11:31:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ac47ec3c-b93e-4c9d-9002-be0c9e827b34</guid><dc:creator>Krishna Chaitanya Mallavarapu</dc:creator><description>&lt;p&gt;load(&lt;br /&gt; local!email: &amp;quot;rijuta.ghosh@abc.com&amp;quot;,&lt;br /&gt; index(&lt;br /&gt; split(&lt;br /&gt; local!email,&lt;br /&gt; &amp;quot;.&amp;quot;&lt;br /&gt; ),&lt;br /&gt; 1,&lt;br /&gt; null&lt;br /&gt; )&lt;br /&gt;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>