Skip to content

Commit 23bad84

Browse files
committed
Updated per feedback
1 parent 8f6d004 commit 23bad84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create maps between schemas
2+
title: Create maps for data transformation
33
description: Create maps to transform data between schemas in Azure Logic Apps using Visual Studio Code.
44
services: logic-apps
55
ms.service: logic-apps
@@ -40,10 +40,10 @@ The Data Mapper extension currently supports only schemas in flat folder-structu
4040

4141
- The latest Data Mapper extension for Visual Studio Code
4242

43-
- The source and target schema files that describe the data to transform
43+
- The source and target schema files that describe the data to transform. These files can have either the following formats:
4444

45-
- The source schema must be an XML schema definition file with the .xsd file extension.
46-
- The target schema must be a JavaScript Object Notation file with the (.json) extension.
45+
- An XML schema definition file with the .xsd file extension
46+
- A JavaScript Object Notation file with the .json file extension
4747

4848
- A Standard logic app project that includes a stateful workflow with at least a trigger. If you don't have a project, follow these steps in Visual Studio Code:
4949

0 commit comments

Comments
 (0)