Hello,
I need to make column headers in my table match another tables column headers.
There are about 98 column headers that I need to match in order to join the tables correctly.
Because I will need to do this process about 30 times, I want to automate the column header name change as much as possible.
I've first tried creating a "column name source," transposing the table, fuzzy match both correct column names with the other column names, then cross tab. However, this removes special characters and spaces from the headers, replacing them with underscores.
This is not good because it prevents me from uploading the table to my database.
Before, this process included hours of manual data entry. I'm trying to blow the minds of my managers by improving their archaic practices. 😉
I've attached a couple of files:
- Attributes list includes the correct column names in the right order
- ColumnsNamesTest is a sample of the data in the template "master file"
- 3324Y_2021_National-sample is the new file that contains data I need to update the master file with