BizTalk 2002 Mapper
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server Tools > BizTalk 2002 Mapper




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    BizTalk 2002 Mapper  
virtusagg


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-29-04 10: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





[ Post a follow-up to this message ]



    RE: BizTalk 2002 Mapper  
Tatyana Yakushev [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-30-04 10: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 assem
bled to specified format at the send pipeline. Between receive and send pipe
lines 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 incom
ming XML, then it passes XML to the map which converts it to different XML a
nd 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!TK2MS
FTNGP11.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 wan
t 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 mess
age are best directed to the newsgroup/thread from which they originated.






[ Post a follow-up to this message ]



    Re: BizTalk 2002 Mapper  
Jan Eliasen


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-01-04 12:47 PM

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 wan
t 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.





[ Post a follow-up to this message ]



    Re: BizTalk 2002 Mapper  
Tatyana Yakushev [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-09-04 09:16 PM

My answer is still correct. All messages are converted to XML before they re
ach 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 mess
age are best directed to the newsgroup/thread from which they originated.






[ Post a follow-up to this message ]



    Re: BizTalk 2002 Mapper  
Jan Eliasen


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-20-04 12:48 PM

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 r
each XSLT.
>
>Thanks,
>Tatyana
>
>-------------------- 

--
Jan Eliasen, representing himself and not the company he works for.





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 09:15 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register