I have a number of fields that were joined together, and thus renamed with various "left_" "right_" before the field name.
e.g.
_left_left_right_field 1
_left_right_field 2
_left_right_right_field 3
what I would like to do, possibly with the combination of dynamic rename and regex, is remove anything prior to and including the last _ in any given field header.
e.g.
field 1
field 2
field 3