Dear all,
I'm trying to validate a transformation file using a plaintext but the result of validation is not ok. I get the following message: " Failed parse information file: unexpected symbol: '>'
I have checked the entire transformation file looking for the symbol and does not exist. Which is the error of the file?
*OPTIONS
FORMAT = DELIMITED
HEADER = YES
DELIMITER = TAB
AMOUNTDECIMALPOINT = ,
SKIP = 0
SKIPIF =
VALIDATERECORDS=YES
CREDITPOSITIVE=NO
MAXREJECTCOUNT=
ROUNDAMOUNT=
*MAPPING
Concepto=*COL(3)
Contrapartes=*STR(I_DUMMY)
Escenarios=*STR(REAL)
Grupos=*STR(NON_GROUP)
Medida=*COL(1)
Moneda Reporte=*COL(13)
Movimiento=*STR(SF)
Negocio_sociedad=*COL(2)
Origen=*STR(DUMMY_ORIGEN)
Tiempo_Mensual= STR(2010.)+COL(16)
SIGNEDDATA=*COL(14)
*CONVERSION
Contrapartes=conv_LOAD_TRANS_POSICION.xls!CONTRAPARTES
Medida=conv_LOAD_TRANS_POSICION.xls!MEDIDA
Negocio_sociedad=conv_LOAD_TRANS_POSICION.xls!NEGOCIO_SOCIEDAD
Tiempo_Mensual=conv_LOAD_TRANS_POSICION.xls!TIEMPO_MENSUAL
Thanks,