Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Create Positional Flat File › Re: Create Positional Flat File
August 2, 2010 at 10:37 AM
#25477
This is very close to what I need – Thanks a bunch!
The only issue remaining is getting it to generate multiple Member and Benefit rows in the flat file. For some reason it only spits out the first one of each. I’ve tried a number of property changes to include:
Set the Max Occurs property to unbounded for both the Member and Benefit nodes in the PositionalFF schema.
Set the Group Max Occurs to unbounded on the Group Node in the PositionalFF schema.
I’m wondering if I need to have a looping functoid to the map on these nodes.