|
Home > Archive > BizTalk Server Tools > July 2004 > BizTalk 2002 Mapper
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 |
BizTalk 2002 Mapper
|
|
| virtusagg 2004-06-29, 5:51 pm |
| Hi,
How I can to obtain flat file mapper?. I have one mapper file xml and i want mapper one flat file input for to obtain output file (for demo).
Regards.
----------------------------------------------
sent via http://www.biztalkug.com
all about BizTalk
| |
| Tatyana Yakushev [MSFT] 2004-06-30, 5:54 pm |
| There is only one Mapper that does transformations from anything to anything. It is called BizTalk Mapper.
All BizTalk messages are converted to XMLs at the receive pipeline and assembled to specified format at the send pipeline. Between receive and send pipelines all
messages are XML.
The main thing you should do to map to or from flat-file is to create schema for the flat file. You use BizTalk Schema Editor for this.
This schema defines how flat-file is assembled from or disassembled to XML. Mapper does the transformations between XMLs.
So for example if you need to map from XML to FF you create 1 schema for XML, 1 schema for FF and one map.
When BizTalk picks up the message is uses first schema to validate the incomming XML, then it passes XML to the map which converts it to different XML and then at the
send pipeline the resulting XML is assembled to FF.
Thanks,
Tatyana
--------------------
>MIME-Version: 1.0
>Content-Type: text/plain; charset=us-ascii
>From: virtusagg<virtusagg@yahoo.es>
>Message-ID: < ac55f90cd5a24b24a4dd9d6cca537b6f@biztalk
ug>
>Subject: BizTalk 2002 Mapper
>Date: Tue, 29 Jun 2004 13:50:01 GMT
>Newsgroups: microsoft.public.biztalk.tools
>NNTP-Posting-Host: ool-435531cd.dyn.optonline.net 67.85.49.205
>Lines: 1
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.biztalk.tools:3815
>X-Tomcat-NG: microsoft.public.biztalk.tools
>
>Hi,
>
>How I can to obtain flat file mapper?. I have one mapper file xml and i want mapper one flat file input for to obtain output file (for demo).
>
>Regards.
>
>
>----------------------------------------------
>sent via http://www.biztalkug.com
>all about BizTalk
>
--
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
| |
| Jan Eliasen 2004-07-01, 7:47 am |
| Hi.
It seems that every Microsoft employee in these days just assume
BizTalk 2004 without reading the content of your posting.
Anyway, most of what was said is true.
BizTalk will convert your document into XML itself. It is the receive
function that does this. The document specification you have created
for your flat file input is also a description of how the XML document
should be.
So BizTalk transforms your flat file input into XML, and it is the
XML-transformation you can use in BizTalk Mapper. So when you open
your document specification in BizTalk MApper, it looks like XML, but
it is actually also a representation of your flat file input.
Jan Eliasen
On Tue, 29 Jun 2004 13:50:01 GMT, virtusagg<virtusagg@yahoo.es> wrote:
>Hi,
>
>How I can to obtain flat file mapper?. I have one mapper file xml and i want mapper one flat file input for to obtain output file (for demo).
>
>Regards.
>
>
>----------------------------------------------
>sent via http://www.biztalkug.com
>all about BizTalk
--
Jan Eliasen, representing himself and not the company he works for.
| |
| Tatyana Yakushev [MSFT] 2004-07-09, 4:16 pm |
| My answer is still correct. All messages are converted to XML before they reach XSLT.
Thanks,
Tatyana
--------------------
>From: Jan Eliasen <spam@eliasen.dk>
>Subject: Re: BizTalk 2002 Mapper
>Date: Thu, 01 Jul 2004 13:31:38 +0200
>Message-ID: <fct7e05m37u45allnicv18l7o37oibqot5@4ax.com>
>References: < ac55f90cd5a24b24a4dd9d6cca537b6f@biztalk
ug>
>X-Newsreader: Forte Free Agent 2.0/32.652
>MIME-Version: 1.0
>Content-Type: text/plain; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>Newsgroups: microsoft.public.biztalk.tools
>NNTP-Posting-Host: firewall.wmdata.dk 194.192.110.10
>Lines: 1
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.biztalk.tools:3825
>X-Tomcat-NG: microsoft.public.biztalk.tools
>
>Hi.
>
>It seems that every Microsoft employee in these days just assume
>BizTalk 2004 without reading the content of your posting.
>
>Anyway, most of what was said is true.
>
>BizTalk will convert your document into XML itself. It is the receive
>function that does this. The document specification you have created
>for your flat file input is also a description of how the XML document
>should be.
>
>So BizTalk transforms your flat file input into XML, and it is the
>XML-transformation you can use in BizTalk Mapper. So when you open
>your document specification in BizTalk MApper, it looks like XML, but
>it is actually also a representation of your flat file input.
>
>Jan Eliasen
>
>
>On Tue, 29 Jun 2004 13:50:01 GMT, virtusagg<virtusagg@yahoo.es> wrote:
>
>
>--
>Jan Eliasen, representing himself and not the company he works for.
>
--
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
| |
| Jan Eliasen 2004-07-20, 7:48 am |
| Well, yes.. apart from all the confusing talk about pipelines and
other stuff. That would probably just confuse the questioner.
Jan Eliasen
On Fri, 09 Jul 2004 19:50:40 GMT, tatyanam@online.microsoft.com
(Tatyana Yakushev [MSFT]) wrote:
[vbcol=seagreen]
>My answer is still correct. All messages are converted to XML before they reach XSLT.
>
>Thanks,
>Tatyana
>
>--------------------
--
Jan Eliasen, representing himself and not the company he works for.
|
|
|
|
|