flat file schema question

hi ,
i am trying to process a flatfile schema which is of type say
000H00
000D10
000D20
000H00
000D10
000D20
now the problem is the first char in each record is empty.becouse of which the schema is not working as expected ,its taking the first record and it shows error from the second record with error code 11.now lets say i change the file to
A000H00
A000D10
A000D20
i.e put a constant char A in the beginning of each record rather than empty.it works fine …
its a fixed length flat file and the schema has been indended fine with record identifier
H00
-D10
-D20
my question is is there anything which i am missing to make it just work without any char addition in the first char.
thanks
sri

Hi Sri,

Yes you are correct . I had the same issue before. I used the dictionary and resloved the issue. I dont know why it’s not working. I just used dictionry and set in the schema.