Ram,
In the example you mentioned above it is definetly a fixed position flatfile as Rob mentioned.So try creating the schema this way.Before doing this you should have the field positions defined for each field ie (Start,End positions) of the data.
FFSchemaDefinition (choose Delimiter based)
Record delimiter select newline
Start creating RecordIdentifiers/Fields
RecordDefinition(01)
------Create field definitions here(select Fixed-Width option when you create)
–>RecordDefinition(02) --in the Properties select maxRepeat:Unlimited
-------Create field definitions here(select Fixed-Width option when you create)
–>RecordDefinition(03)
-------Create field definitions here(select Fixed-Width option when you create)
Note:Put RecordDefinitions 02,03 underneath the hierarchy of 01 record.
RecordDefinition:
01 (maxRepeat:single)
–>02 (maxRepeat:unlimited)
–>03(maxRepeat:single)
That way the parsing will be successful and finally test your Schema by loading the sample file and check the parsing extraction.
HTH,
RMG
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services