Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Look for Java string functions on Google.
or you can use Talend string handling functions such as StringHandling.LEFT(row2.mailbox, row2.mailbox.indexOf("@")) to get the name from an email address. Use LEN and RIGHT to get the part after the "@".
or you could use tExtractDelimitedFields on the field.