Hi team,
I have created a flat file dictionary having fixed length as extractor type for each of the field definitions.
Suppose in the field ID of record has fixed length of 0-10.
Then in the result i could that for ID for record[0] is coming from 0-9
result for ID for record[1] is coming from 0-8
result for ID for record[2] is coming from 0-7 and so on.
The length of the values are getting shorter with the records.
Kindly advise for this issue.
Thanks in advance