-1

i want to add nested child record with elements in Positional File (Flat File schema Creation wizard) using Biztalk, for Eg. Generated instance to be like this: <Root><Child_Rec1><Child_Ele>ELEMENT</Child_Ele></Child_Rec1></Root>

Prem S
  • 11
  • 3

1 Answers1

-1

Sorry, what you are asking for is not possible with the Flat File Disassemler.

It is not supported to have Delimited content within Positional Content.

The way to work around this is the split the delimited content in a Map and set the target fields.

Johns-305
  • 10,908
  • 12
  • 21
  • It is possible to have mix of delimited and positional contents in one schema, I have done this, however it is unclear that this is what the OP is asking tom me. – Dijkgraaf Sep 27 '16 at 18:03
  • I tried this with the Wizard and you can't make a Delimited within a Positional. The other way around yes. And you can only switch patterns once. – Johns-305 Sep 27 '16 at 20:17
  • Yes, positional within delimited (in fact most positional files are partly delimited as records are delimited by CR LF etc.). The Wizard is possibly more limited as with the schema editor I can have a record that transitions between the two multiple times, by having some of the delimited fields defined as a positional record. – Dijkgraaf Sep 28 '16 at 00:22