Skip to content

Latest commit

 

History

History
76 lines (63 loc) · 4.23 KB

logic-apps-enterprise-integration-maps.md

File metadata and controls

76 lines (63 loc) · 4.23 KB
title description services documentationcenter author manager editor ms.assetid ms.service ms.workload ms.tgt_pltfrm ms.devlang ms.topic ms.date ms.author
Overview of maps Enterprise Integration Pack | Microsoft Docs
Learn how to use maps with the Enterprise Integration Pack and Logic apps
logic-apps
.net,nodejs,java
msftman
anneta
cgronlun
90f5cfc4-46b2-4ef7-8ac4-486bb0e3f289
logic-apps
integration
na
na
article
07/08/2016
deonhe

Learn about maps and the Enterprise Integration Pack

Overview

Enterprise integration uses maps to transform XML data from one format to another format.

What is a map?

A map is an XML document that defines which data in a document should be transformed into another format.

Why use maps?

Let's assume you regularly receive B2B orders or invoices from a customers who uses the YYYMMDD format for dates. However, in your organization, you store dates in the MMDDYYY format. You can use a map to transform the YYYMMDD date format into the MMDDYYY before storing the order or invoice details in your customer activity database.

How do i create a map?

The Enterprise Integration Pack for Visual Studio 2015 allows Biztalk Integration projects to be created. Creating an Integration Map file will allow you to visually map items between two XML schema files. After building this project, an XSLT document is output.

How to upload a map?

From the Azure portal:

  1. Select Browse
  2. Enter integration in the filter search box and select Integration Accounts from the results list
  3. Select the integration account into which you will add the map
  4. Select the Maps tile
  5. Select the Add button in the Maps blade that opens
  6. Enter a Name for your map then, to upload the map file, select the folder icon on the right side of the Map text box. After the upload process is completed, select the OK button.
  7. The map is now being added into your integration account. You will receive an onscreen notification that indicates the success or failure of adding the map file. After you receive the notification, select the Maps tile, you will then see your newly added map in the Maps blade:

How to edit a map?

To edit a map, you must upload a new map file with the changes you desire. You can first download the map and edit it.

Follow these steps to upload a new map that replaces an existing map:

  1. Select the Maps tile
  2. Select the map you wish to edit when the Maps blade opens up
  3. On the Maps blade, select the Update link
  4. Select the map file you wish to upload by using the file picker dialog that opens up then select Open in the file picker
  5. You will receive a notification popup after the map is uploaded.

How to delete a map?

  1. Select the Maps tile
  2. Select the map you wish to delete when the Maps blade opens up
  3. Select the Delete link
  4. Confirm you that you really intend to delete the map.

Next Steps