Hi,
I have the following flat file and I am trying to generate schema
for this in Biztalk 2006. this is a positional flat file
JYA 123 1fd 2df 234ds
JYB 2345 data sdata
JYC 2346s data 3data
JYD dslasd 3data sdatadata
As you see 3rd letter is the tag-identifier for each record.
Order of the records is not fixed ( we may get B records before and A and
also there may be multiple records of A or B ...)
SO the order is not fixed and also records may or may not be repeated
inside
the file.
Please let me know how I can generate schema for this.
I generated a schema treating whole file as a delimted and then the
records
as positional. But that one is not working for duplicate records (of same
type) and also for dynamic order of the records.