on ‎2015 Sep 22 4:09 PM
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.
Request clarification before answering.
Hi Ivan,
Not sure that filename COST CENTER ENTITIES.xls with spaces inside will work...
Vadim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok I'll try with "_" instead of space, I'm importing transaction data! So taking ACCOUNT and COST_CENTER, the destination CC_MAPPING member is the one I'm trying to solve. If it's Balance Sheet account (beginning with 1 or 2), CC_MAPPING should be CCMAP_NONE. For P&L (different than 1 or 2 first character), CC_MAPPING should be a concat of ACCOUNT+COST_CENTER.
Hi Ivan,
It's quite difficult to understanding.Could you say details about row number 10 mapping.What is your external member structure and what are you want in internal ? It's good if you share some screen short.
Khokan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So in the input flat file ACCOUNT is 110116001 and COST_CENTER is CC_NONE this gets you to "110116001CC_NONE" as of the transfo file (ACCOUNT + COST_CENTER) this is External.
ACCOUNT, COST_CENTER
110116001, CC_NONE
110116006, CC_NONE
Internal, I want it mapped into "CCMAP_NONE", so CC_MAPPING destination for those beginning with account 1 should be "CCMAP_NONE".
Hi Ivan,
When you converting 110116001CC_NONE to CCMAP_NONE then why you trying to convert 1* in the conversion file ? Is there any specific reason ?
Khokan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 32 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.