Guys,
I created a FF schema to parse a record delimited file. convertToValues works fine if all the record types appear in sequence in the file. I mean if Record Type 1, Record Type 2 and Record Type 3 are the three types of records that can occur any number of times in the file, then the FF schema works as expected (it creates Record Type 1, Record Type 2, Record Type 3 one after the other) if the file looks like this:
Record Type 1
Record Type 1
Record Type 1
Record Type 2
Record Type 2
Record Type 3
Record Type 3
Record Type 3
Record Type 3
…
It comes up with a strange hierarchical document (and ffvalues) if the records appear in a mixed order, like:
Record Type 1
Record Type 2
Record Type 3
Record Type 1
Record Type 2
Record Type 3
Is there a setting somewhere that I am missing? Would much appreciate any advice on this. Thanks in advance!
#webMethods#Integration-Server-and-ESB#Adapters-and-E-Standards