Forum Discussion
Compare different columns in different languages
Hello
I have a problem comparing two different columns of country names. As the language is different for both fact tables. Fact table 1 has German and fact table 2 has English. How can I convert one to the other so that I can compare them?
Thank you in advance 🙂
- Anonymous3 years ago
HI ADDHOPE,
As amitchandak said, I think you need to add a new table(e.g. id, type, text/id, raw, translator ) to map the similar text with two different langue versions. Then you can use this to help map and analysis two different types of records.
Regards,
Xiaoxin Sheng
2 Replies
- amitchandakSuper User
ADDHOPE , You need a translated table of dimension to compare the data
- AnonymousNot applicable
HI ADDHOPE,
As amitchandak said, I think you need to add a new table(e.g. id, type, text/id, raw, translator ) to map the similar text with two different langue versions. Then you can use this to help map and analysis two different types of records.
Regards,
Xiaoxin Sheng