Hi!
I'm having problems creating a schema (Biztalk 2006) for a little
Flat-file.
Explanations:
"000 ###001" = start of transaction
"000 ###040" = start of purchase order
"000 ###041" = PO row
"000 ###999" = End of transaction
"003" and "004" are NOT Required in PO rows (000 ###041). The Schema has
to
take care of that as well.
Flat file:
000 ###001
001 WinDCL
002 0
003 FIX
000 ###040
001 data
002 data
003 data
000 ###041
001 data
002 data
003 data
004 data
005 data
000 ###041
001 data
002 data
003 data
004 data
005 data
000 ###999
001 data
Would be fantastic to get help on this one. Thanks in advance!
Best regards,
Peter