/vscode-atlasmap

VS Code plugins providing Atlasmap tooling

Primary LanguageTypeScriptApache License 2.0Apache-2.0

AtlasMap in VS Code

GitHub tag Build Status License

Features

This extension is providing a command to help development of AtlasMap transformations.

Preferences: Preferred Browser Type

Inside the VSCode Preferences you can choose what browser type you want to open the AtlasMap UI with.

Possible choices:

  • Internal (This will open the AtlasMap UI inside VSCode in a dedicated view)
  • External (This will open the AtlasMap UI in the default OS browser externally) AtlasMap Preferences

Start an AtlasMap instance

"AtlasMap: Open AtlasMap" command is starting a local AtlasMap instance and opens a Web View or an external browser pointing to its web UI: Open AtlasMap command in palette

AtlasMap is started on port 8585 by default. If this port is occupied another free port will be choosen automatically. To check if it has been started correctly, you can go to Output view and check for the "AtlasMap Server" output: AtlasMap Server output

The AtlasMap web interface opens with the last edited Data transformation. Default page AtlasMap

It allows you to create and modify data transformations using AtlasMap. You can export your data transformation from the AtlasMap UI and save the artifact into your project.

Prerequisites

  • Java 8+ must be installed on system path