Hi All,
Is there a way to concatenate a string in the transformation file with space? I tried a few ways but to no avail. The following will give me "Document number1234" in the description. I want a space before the number - "Document number 1234". I tried to put a space in *str( Document number ) but it will not show the space.
*MAPPING |
ID = DOC_NUM |
EVDESCRIPTION = *str( Document number) + DOC_NUM |
Your help is very much appreciated.
Thank you.
Ng