Forum Discussion

ADDHOPE's avatar
ADDHOPE
Frequent Visitor
3 years ago
Solved

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 conver...
  • Anonymous's avatar
    Anonymous
    3 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