| Denzil Pinto님의 프로필TheBuzz사진블로그리스트 | 도움말 |
|
5월 9일 BizTalk MapWhat is a BizTalk Mapper ?
BizTalk mapper is a transformation tool that transforms or translate data from one schema to another.
What is a BizTalk Map ?
A BizTalk map is a XML file that defines the data between records and fields in source and destination schemas.
To begin create a map using the BizTalk Mapper.
Lets create two schemas
Open Visual Studio and then select File > New Project.
From the list of templates select Empty BizTalk Project and type in a desired name for your project file.
Now lets create two new schemas. If you dont know how, go through the earlier blog entries and that should help you.
Now lets create another schema file and call it Purchase.xsd
Now that we have two schemas lets now create a new map that will help us tranform the data from one schema to another.
Now that we have our map opened in the BizTalk mapper. You will notice the left hand side as the Source Schema and the right hand side as the Destination Schema.
Now you might have some trouble loading the schemas and it may just show you the Root node. Well you will need to save the schemas inorder for them to load in the mapper, so if you cannot see them loaded in the mapper, click on the orderItems and click Save and do the same for the Purchase schema as well. The bizTalk mapper will sense any changes and will prompt you to reload the schemas.
You should now be able to see your schemas in the BizTalk mapper. Now click on OrderID in the Source Schema and then drag it across the grid to the destination field " OrderID" in the destination schema. Repeat this for the description. The lines that you see show how the fields have been mapped between the source and the destination. Now save your new map.
트랙백이 블로그의 트랙백 URL은 다음과 같습니다. http://denzilpinto.spaces.live.com/blog/cns!A2256C53CD2EC18E!170.trak 이 블로그를 참조하는 웹 로그
|
|
|