Originally posted by: Venki52
I tried with sample file with 3 fields, getting the below error while processing.
Error Message:
(Level 1: Offset 0, len 0, comp 1 of 3, #1, DI 00000001:)
Data at offset 0 ('Col1|Col2|Col3<CR><LF>...') does not match DELIMITER '|'
of TYPE X'0003' (NewGroup0 Record Data).
(Level 1: Offset 0, len 0, comp 1 of 3, #1, DI 00000001:)
COMPONENT number 1 of TYPE X'0003' (NewGroup0 Record Data)
is required, but does not exist.
(Level 1: Offset 0, len 0, comp 1 of 3, #1, DI 00000001:)
Data at offset 0 ('Col1|Col2|Col3<CR><LF>') is INVALID data of TYPE
X'0005' (NewItem0 Field Data).
(Level 1: Offset 0, len 0, comp 2 of 3, #1, DI 00000002:)
Data at offset 0 ('Col1|Col2|Col3<CR><LF>...') does not match DELIMITER '|'
of TYPE X'0003' (NewGroup0 Record Data).
(Level 1: Offset 0, len 0, comp 2 of 3, #1, DI 00000002:)
Data at offset 0 ('Col1|Col2|Col3<CR><LF>') was found to be of TYPE
X'0006' (NewItem1 Field Data).
(Level 1: Offset 0, len 0, comp 3 of 3, #1, DI 00000002:)
Data at offset 0 ('Col1|Col2|Col3<CR><LF>...') does not match DELIMITER '|'
of TYPE X'0003' (NewGroup0 Record Data).
(Level 1: Offset 0, len 0, comp 3 of 3, #1, DI 00000002:)
Data at offset 0 ('Col1|Col2|Col3<CR><LF>') was found to be of TYPE
X'0007' (NewItem2 Field Data).
INPUT 1 exists, but its type is in error.
End of Validation messages for INPUT CARD 1.
End of Execution messages.
Please let me know how can i resolve this.
#IBMSterlingTransformationExtender#DataExchange#IBM-Websphere-Transformation-Extender