|
Home > Archive > BizTalk Server Framework > June 2004 > How to break Flat File Disassembler's output into chunks!
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to break Flat File Disassembler's output into chunks!
|
|
| Newbie 2004-06-10, 5:31 pm |
| Hi, I am reading a positional flat file containing 10,000 records using the flat file disassembler to produce xml. It puts all records into a single xml message. What if using the disassembler i want to e.g. break this xml message into ten chuncks each of
1,000 records. I tried setting the maxoccurr property in the record schema to 1,000 but it didn't worked. Has anybody tried it or have any idea..... plz help!
| |
| Newbie 2004-06-11, 5:44 pm |
| never mind.... i've got a stupid answer to this - set the minoccurr property to the same value as well..... dunno why, but this works well.
"Newbie" wrote:
> Hi, I am reading a positional flat file containing 10,000 records using the flat file disassembler to produce xml. It puts all records into a single xml message. What if using the disassembler i want to e.g. break this xml message into ten chuncks each
of 1,000 records. I tried setting the maxoccurr property in the record schema to 1,000 but it didn't worked. Has anybody tried it or have any idea..... plz help!
|
|
|
|
|