flat file with multiple record types

Hi,
I am having troubles to process a fixed length flatfile with multiple record types.
Although I defined multiple record types in schema however it is taking first record and ignoring the remaining data.
Any inputs would greatly appreciated.
Thanks

In your schema, set the property of your record definition ‘maxRepeat’ to unbounded. By default it will be set to 1.

Senthil

Thank you Senthil.
It is working