Hi Capri,
You can parse the below format as well… In the schema that you have created, you will end up creating 3 record references for parsing the record with identifiers (‘H’, ‘D’, & ‘F’)… Along with that in the same schema, use the SET property to parse the data that has no record identifier…
HFIRSTLINE
DFIRSTNAME LASTNAME ADDRESS
DFIRSTNAME LASTNAME ADDRESS
FIRSTNAME LASTNAME ADDRESS(No record Identifier)
FIRSTNAME LASTNAME ADDRESS(No record Identifier)
FLASTLINE
In a single schema, you can parse data with multiple record identifier (H, D, F, etc.,) but only one type of record with no identifier (bcoz using SET option u can choose only one node)…
Regards
Senthil
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods