If you must use parallel expressions in Transformer stage, use Index() to determine where "DBA" occurs, and substrings (possibly with Trim()) to extract what's either side of that. Putting the Index() function in a stage variable is best, because you need that result more than once, but don't need t...