Hi,
If you had a list of phone numbers (with country code included), example:
14451231234
442012341234
37060112345
How would you identify from which country is each phone number considering the country codes (LITHUANIA +370) (UK +44) (USA +1)?
The idea is to be able to build an expression that does this in a scalable way that can consider all the country codes in the world, not only the 3 presented in the example above. So building one expression per country code is not intended.
All the countries are saved as a data type with its country code as a data field.
Any help would be appreciated, thanks!