I have a table of street names in a single field in this format:
George St
Adeline Way
Parker Blvd
I want to split this into two fields that include, for example:
FIELD1 = George
FIELD 2 = St
I think I need to use the SubString Extractor Transformer? any ideas on the best way to go about this?