Thank you, that works well. Just putting this here for reference for anybody else. I used the following in an Enrichment node:
 
First name: Smart(Substring(Substring(emailfield,0,Charindex(emailfield,"@")), 0, Charindex(emailfield,".")) )
 
Last name: Smart(Substring(Substring(emailfield,0,Charinde...