Hi,
I have a Transformation file that works if I use 1 "Round" of Options/Mapping/Conversion, yet I thought I could repeat 3 times in one Transformation file since the only difference in the mapping section is that I read a different "Amount" Column from the datafile... Ex. Column 12 = Amount 1, Column 13 = Amount 2 & Column 14 = Amount 3. Each "Amount" reflects a different account, which is also unique in the Mapping sections (Cases, Days, IP_Revenue).
Can someone tell me if I'm doing this wrong?
*OPTIONS |
FORMAT = DELIMITED |
HEADER = NO |
DELIMITER = TAB |
SKIP = 1 |
SKIPIF = |
VALIDATERECORDS=YES |
CREDITPOSITIVE=YES |
MAXREJECTCOUNT=99999 |
ROUNDAMOUNT= |
*MAPPING |
Entity=*COL(1) |
AccountRE=*NEWCOL(Cases) |
InsurancePlan=*COL(2) |
Category=*COL(3) |
ChargeCode=*COL(4) |
DataSrc=*COL(5) |
ActionPlan=*COL(6) |
Doctor=*COL(7) |
HospitalServiceType=*COL(8) |
MSDRG=*COL(9) |
NYSDRG=*COL(10) |
Time=*COL(11) |
SIGNEDDATA=*COL(12) |
*CONVERSION |
*OPTIONS |
FORMAT = DELIMITED |
HEADER = NO |
DELIMITER = TAB |
SKIP = 1 |
SKIPIF = |
VALIDATERECORDS=YES |
CREDITPOSITIVE=YES |
MAXREJECTCOUNT=99999 |
ROUNDAMOUNT= |
*MAPPING |
Entity=*COL(1) |
AccountRE=*NEWCOL(Days) |
InsurancePlan=*COL(2) |
Category=*COL(3) |
ChargeCode=*COL(4) |
DataSrc=*COL(5) |
ActionPlan=*COL(6) |
Doctor=*COL(7) |
HospitalServiceType=*COL(8) |
MSDRG=*COL(9) |
NYSDRG=*COL(10) |
Time=*COL(11) |
SIGNEDDATA=*COL(13) |
*CONVERSION |
*OPTIONS |
FORMAT = DELIMITED |
HEADER = NO |
DELIMITER = TAB |
SKIP = 1 |
SKIPIF = |
VALIDATERECORDS=YES |
CREDITPOSITIVE=YES |
MAXREJECTCOUNT=99999 |
ROUNDAMOUNT= |
*MAPPING |
Entity=*COL(1) |
AccountRE=*NEWCOL(IP_Revenue) |
InsurancePlan=*COL(2) |
Category=*COL(3) |
ChargeCode=*COL(4) |
DataSrc=*COL(5) |
ActionPlan=*COL(6) |
Doctor=*COL(7) |
HospitalServiceType=*COL(8) |
MSDRG=*COL(9) |
NYSDRG=*COL(10) |
Time=*COL(11) |
SIGNEDDATA=*COL(14) |
*CONVERSION |