Returning multiple value for lookup table

HI @lq_c

Can you share the sample text

You can try with Regex to extract the first string

System.Text.RegularExpressions.Regex.Match(YourString,"^\S*").Tostring

Regards
Gokul