|
Home > Archive > BizTalk Server General > April 2004 > BTS-04 flat file disassemlber
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 |
BTS-04 flat file disassemlber
|
|
|
| Hi all,
I am using a positional text file as input to my orchestration. This file contains an element which can occur on different positions depending upon a value in another element. e.g.:
if element1 value == "S" then element2 will start from 5 position else it will start from 6 position.
For the above condition, I used a choice group in the XSD. but when I validate the schema against an xml file with choice 2 position, I get an error.
Any suggestions on using choice with flat file extension schema ?
Please help !!!
| |
| David Downing [MSFT] 2004-04-27, 6:36 pm |
| Your data sounds like it might be quite complicated in structure. Can you
attach your schema and instance data for me to investigate?
Thank you,
--
Dave
This posting is provided "AS IS" with no warranties, and confers no rights.
"Sunil" <anonymous@discussions.microsoft.com> wrote in message
news:1EFB9BCB-C52E-4019-AF0F-0FA86E433470@microsoft.com...
> Hi all,
>
> I am using a positional text file as input to my orchestration. This file
contains an element which can occur on different positions depending upon a
value in another element. e.g.:
> if element1 value == "S" then element2 will start from 5 position else it
will start from 6 position.
> For the above condition, I used a choice group in the XSD. but when I
validate the schema against an xml file with choice 2 position, I get an
error.
> Any suggestions on using choice with flat file extension schema ?
> Please help !!!
|
|
|
|
|