I have a dataset, I would like to first trim out the states abbreviation and have it in a separate column, I tried to use Regex tool but it did not work because the state are not uppercase.
after that I would like to add a column with corresponding state for each state abbreviation ( i made a separate file that has 50 states and abbreviation.
I attached below sample data. Thank you