Dear All,
In my source transaction data I have following :
GL account | Amount |
---|---|
A.123 | |
A.234 | |
B.111 | |
C.123 | |
|
The result that I want is:
if GL account=A* then map it to 888
if GL account<>A* then map it to the 3 digits of last characters.
in the conversion file I maintain as follow :
external | internal |
---|---|
A* | 888 |
Question:
How do I maintain the conversion file to say
"if GL account<>A* then map it to the 3 digits of last characters."
Thank you in advance for your sharing.