|
Home > Archive > BizTalk Server > June 2004 > flat file issue
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]
|
|
| Chirag shah 2004-06-20, 11:08 pm |
| Hi,[vbcol=seagreen]
Now i want to build a XML schema for this flat file which will take the name:value pairs in any order i.e i want to make an XML schema without any sequence attached to it.[vbcol=seagreen]
| |
| Nick Malik 2004-06-20, 11:08 pm |
| Fascinating encoding scheme. Can't say that I've seen it before. I assume
that this is being written by a commercial database package of some sort?
You have a delimited flat file with field seperators. Not sure what the
logic is surrounding the use of ':', '&', and '@' There's definitely
something there
but I am having a difficult time guessing it. It is possible that this kind
of scheme has so much "built-in" that you may need to do some custom work in
a pipeline component.
What version of Biztalk are you using?
--- Nick
"Chirag shah" <Chirag shah@discussions.microsoft.com> wrote in message
news:A5D6B7B1-93AE-46F9-90CA-36487067A6DA@microsoft.com...
> Hi,
the Table:deals is the header under which different name/value pairs appear.[vbcol=seagreen]
> Now i want to build a XML schema for this flat file which will take the
name:value pairs in any order i.e i want to make an XML schema without any
sequence attached to it.
>
| |
| Gilles [MSFT] 2004-06-20, 11:08 pm |
| Hello,
>Fascinating encoding scheme. Can't say that I've seen it before. I assume
>that this is being written by a commercial database package of some sort?
[...]
>It is possible that this kind of scheme has so much "built-in" that you may need to do some custom work in
>a pipeline component.
I have taken this file format as an example on how to write a custom disassembler pipeline component.
It is at: http://weblogs.asp.net/gzunino/category/5287.aspx
Thanks.
-Gilles.
|
|
|
|
|