I have a list of many numbers that need to be transliterated. In short I would like to translate each number in the list to a corresponding number for example:
"1" needs to become "567898",
"2" needs to become "543267",
"3" needs to become "234565",
"4" needs to become "987654", and so on......
Any ideas on how this can be done ? Thanks for your time.