hi
I have following flat file and trying to create schema out of it..
HEADER123456 ——> header info
123444 test1 test2 test3 ——-> Child records seprated by null value , observer there is not tag identifier
323445 test2 test4 test5
423446 test3 test6 test7
I created schema with root records
Strurcture : Delimited
Child delimiter: 0x0D 0x0A ( CRLF)
Child delimiter Type: Hex
Child Order: Infix
Header record properties
Sturcture : positional
Detail record:
Sturcture : positional
After above all properties set , when try to validate input file give following error:
error BEC2004: Unexpected data found while looking for: Positional data (length is 23)
Can some please throw some light where i’m doing wrong…
Thanks