Tark221
Registered User.
- Local time
- Today, 12:54
- Joined
- Oct 12, 2012
- Messages
- 74
Hi Everyone,
I have one table with raw data in with various columns one which is CustomerName.
I have a table with 2 columns "CorrectCustomerName" and "VariationCustomerName". This contains all the correct Customer Names and how they should appear with the variation of the name next to it. The idea behind this is the raw data we receive is garbage. So I want to be able to run a query which pulls all the raw data and replaces poor CustomerName with the correct name.
I'm currently building a test query which has 3 cols "Dates" from the raw data "CustomerName" from the raw and then the 3rd col I wanted to build an expression which replaces the incorrect name with the correct name.
Any help would be much appreciated
Thanks
I have one table with raw data in with various columns one which is CustomerName.
I have a table with 2 columns "CorrectCustomerName" and "VariationCustomerName". This contains all the correct Customer Names and how they should appear with the variation of the name next to it. The idea behind this is the raw data we receive is garbage. So I want to be able to run a query which pulls all the raw data and replaces poor CustomerName with the correct name.
I'm currently building a test query which has 3 cols "Dates" from the raw data "CustomerName" from the raw and then the 3rd col I wanted to build an expression which replaces the incorrect name with the correct name.
Any help would be much appreciated
Thanks