I have a flatfile schema where default record is set and also the record identifier is configured. Now when I create the Document type using wm.server.ff:createDocumentType service the new document has 3 records, one corresponds to the record identifier and the other two are added as recordWithNoID and has same structure as Default record. I am wondering why the recordWithNoID is duplicated.
I also see that once the recWithNoIDLike46 is set to false, then I get only one record with recordWithNoID. But not sure how this property is going to impact me.
My suggestion is just for doc vs doclist problem…but really FF layout and parsing is good as expected and problem with the duplicates of data may be better upload the screens and more details to be on the same page
I am attaching a sample package with two Dictionaries, forDefault and forFlatfileStructure.
In the FFSchema, default record is set to forDefault dictionary reference and flatfile structure is set to forFlatfileStructure dictionary reference. FFSchema is a delimiter-ed schema.
Then I generated Doctype from FFSchema, and it has 3 records, one corresponds to forFlatfileStructure dictionary record and the other two corresponds two forDefault dictionary record.
I wonder why it is duplicated for default record.
Also if I set the recWithNoIDLike46 property to true in the ff.cnf file the default record is no more duplicated.