Hi all,
I have a field that lists carriers in an odd fashion such as below:
000001_BOSMAN_T_GND
000001_UPS2_A_F-EX
000001_UPS2_A_LTL
I'd like to get rid of the unnecessary characters at the beginning and the end so it looks like this:
BOSMAN
UPS2
Is there a Beastmode function or calculation that can help me do that? Would like to avoid Magic ETL if possible but open to doing that if necessary.