I'm doing a join on two data sources that have 100+ columns of data each. Both data sources have the same column names, so all of the duplicates are obviously renamed Right_FIELDNAME1, Right_FIELDNAME2, etc.
I would like to have the Right_ part of the rename changed to "Previous" for ALL values where the Right_ has been added. What's the quickest/easiest/most efficient way to do this?