Hi, I'm getting rejected records because they are not being converted with the specified conversion file. The rejected records are:
CC_MAPPING:
110116001CC_NONE
110116006CC_NONE
110116009CC_NONE
My transformation file which creates CC_MAPPING as a concatenation. Also specifies a conversion file for converting 1* into CCMAP_NONE:
*OPTIONS FORMAT = DELIMITED HEADER = YES DELIMITER = , AMOUNTDECIMALPOINT = . SKIPIF = NULL VALIDATERECORDS=YES CREDITPOSITIVE=YES *MAPPING CC_MAPPING = ACCOUNT + COST_CENTER *CONVERSION CC_MAPPNG = COST CENTER ENTITIES.xls!CC_MAPPING
My conversion file (COST CENTER ENTITIES.xls!CC_MAPPING):
EXTERNAL | INTERNAL |
1* | CCMAP_NONE |
2* | CCMAP_NONE |
As you can see I would expect that record 110116001CC_NONE and the other records would be converted to CCMAP_NONE due to the wildcard 1* in the conversion file but it's not working, any help appreciated cheers.