Skip to content

Commit bf18f13

Browse files
committed
Clarity edits
1 parent 23bad84 commit bf18f13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/logic-apps/create-maps-data-transformation-visual-studio-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.date: 04/17/2023
1818
1919
[!INCLUDE [logic-apps-sku-standard](../../includes/logic-apps-sku-standard.md)]
2020

21-
To transform data between formats in an Azure Logic Apps workflow, you need to create and use a map that describes the relationships between a source schema and a target schema. For this task, you can visually create and edit such maps in Visual Studio Code by using the Data Mapper extension within the context of a Standard logic app project. You can then directly call these maps from workflows in your logic app project by using the **Data Mapper Operations** action named **Transform using Data Mapper XSLT**.
21+
To transform data between formats in an Azure Logic Apps workflow, you need to create and use a map that describes the relationships between a source schema and a target schema. For this task, you can visually create and edit such maps in Visual Studio Code by using the Data Mapper extension within the context of a Standard logic app project. You can then directly call these maps from workflows in your logic app project by using the **Data Mapper Operations** action named **Transform using Data Mapper XSLT**. You can use maps for XML to XML, JSON to JSON, XML to JSON, and JSON to XML transformations.
2222

2323
The Data Mapper tool provides a unified experience for XSLT mapping and transformation using drag and drop gestures, a prebuilt functions library for creating expressions, and a way to manually test the maps that you create and use in your workflows.
2424

@@ -57,7 +57,7 @@ The Data Mapper extension currently supports only schemas in flat folder-structu
5757

5858
1. Go to your local project folder, and expand the **Artifacts** > **Schemas** folder.
5959

60-
1. Add your source schema (.xsd) file and target schema (.json) file to the **Schemas** folder.
60+
1. Add your source and target schema files to the **Schemas** folder.
6161

6262
In Visual Studio Code, these schema files now also appear in your logic app project.
6363

0 commit comments

Comments
 (0)