You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/create-maps-data-transformation-visual-studio-code.md
+25-4Lines changed: 25 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.service: azure-logic-apps
6
6
ms.suite: integration
7
7
ms.reviewer: estfan, shahparth, azla
8
8
ms.topic: how-to
9
-
ms.date: 04/18/2025
9
+
ms.date: 07/15/2025
10
10
# Customer intent: As a developer, I want to convert data between different formats for a Standard workflow in Azure Logic Apps by creating a map with Visual Studio Code.
11
11
---
12
12
@@ -24,15 +24,21 @@ This how-to guide shows how to create an empty data map, choose your source and
24
24
25
25
## Limitations and known issues
26
26
27
-
- Data Mapper currently works only in Visual Studio Code running on Windows operating systems.
28
-
29
27
- Data Mapper is currently available only in Visual Studio Code, not the Azure portal, and only from within Standard logic app projects, not Consumption logic app projects.
30
28
29
+
The front-end experience for Data Mapper is available as open source in the public [GitHub repository for the Azure Logic Apps team](https://github.com/Azure/LogicAppsUX/tree/main/libs/data-mapper-v2). For more information, see the following resources:
30
+
31
+
-[Welcome to Azure Logic Apps UX](https://agreeable-beach-04ed7ce1e.5.azurestaticapps.net/)
32
+
33
+
-[New and improved Data Mapper UX in Azure Logic Apps](https://techcommunity.microsoft.com/blog/IntegrationsonAzureBlog/%F0%9F%9A%80-new--improved-data-mapper-ux-in-azure-logic-apps-%E2%80%93-now-in-public-preview/4377088)
34
+
35
+
- Data Mapper currently works only in Visual Studio Code running on Windows operating systems.
36
+
31
37
- Data Mapper currently doesn't support schemas that use the comma-separated values (.csv) file format.
32
38
33
39
- The **Code** pane in Data Mapper is currently read only.
34
40
35
-
-The layout and item positions in Data Mapper are currently automatic and read only.
41
+
-On the data mapper surface, the layout and positions for functions are movable, but schema nodes are static.
36
42
37
43
- The **Filter** function correctly processes numeric conditions that are enclosed by double quotation marks, for example, **">=10"**. However, this function currently doesn't consistently behave for string comparisons such as a check on whether an item name is **"= 'Pen'"**.
38
44
@@ -42,8 +48,12 @@ This how-to guide shows how to create an empty data map, choose your source and
42
48
43
49
- To use the maps that you create with Data Mapper with workflows in the Azure portal, you must [add them directly to your Standard logic app resource](logic-apps-enterprise-integration-maps.md?tabs=standard#add-map-to-standard-logic-app-resource).
44
50
51
+
For non-blocking bugs or feature requests, [open an item with the **Data Mapper** label in GitHub repository for the Azure Logic Apps team](https://github.com/Azure/LogicAppsUX/issues/new?template=data_mapper.yml).
52
+
45
53
## Prerequisites
46
54
55
+
- An Azure account and subscription. If you don't have a subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
56
+
47
57
-[Visual Studio Code and the Azure Logic Apps (Standard) extension](create-single-tenant-workflows-visual-studio-code.md#prerequisites) to create Standard logic app workflows.
48
58
49
59
> [!NOTE]
@@ -378,6 +388,15 @@ Visual Studio Code saves your data map as the following artifacts:
378
388
- A Data Mapper (**<*your-map-name*>.lml**) file in the **Artifacts** > **MapDefinitions** project folder
379
389
- A data map (**<*your-map-name*>.xslt**) file in the **Artifacts** > **Maps** project folder
380
390
391
+
> [!TIP]
392
+
>
393
+
> To organize your artifacts at deeper levels, you can use the following folders and subfolders:
0 commit comments