I am trying to write unit test case for tMap. The expression or any function we use on any column in tMap is not reflecting in the output file of test case. It does in job but not in unit test case. I am unable to figure out what was the issue.
For example, this is the simple function row1.CUSTOMER_NAME.toUpperCase() I have used.