Flat File Parsing-Urgent

Hi Team ,

Can you please help me understanding the issue i am getting.

I have created flat file dictionary with Fixed Length Record parser type.

Have 4 field definitions to be extracted from positions 0-1,1-5,5-9,0-9
Suppose ID,Name,Class,address
File has values-ABCDEFGHI

Also, i have given the Record length=10 in the schema.

When i debugged the code, i could see the record[0] has correct values -as ID-A,Name-BCDE,Class-FGHI,Address-ABCDEFGH

but for next records , record[1],record[2] and so on, the values are not extracted from the proper positions.

Kindly advise for this kind of issue.

Thanks in advance.