I need to match this fetched code with an excel as below:
Code
EnglishName
ABCDE
SoftwareEngineer
WXYZ
Senior Software engineer
GEF
TL
MNOP
Manager
If the fetched code is ABCDE then I need to get tge EnglishName data:
i.e: 1. If the fetched code is ABCDE then I need to get Software engineer
2. If the fetched code is WXYZ then I need to get Senior Software engineer
3. If the fetched code is GEF then I need to get TL
4. If the fetched code is MNOP then I need to get Manager