To run AtlasMap UI standalone:
-
Obtain the most recent AtlasMap version number:
-
Scroll down to see the
maven centralicon with the latest version, for example:
.
-
Download the AtlasMap standalone
.jarfile by invoking thewgetcommand with the following format. Replace${VERSION}with an actual version number.wget https://repo1.maven.org/maven2/io/atlasmap/atlasmap-standalone/${VERSION}/atlasmap-standalone-${VERSION}.jar -
Run AtlasMap standalone by invoking the
javacommand with the following format:$ java -jar atlasmap-standalone-${VERSION}.jarFor example:
$ java -jar atlasmap-standalone-1.42.3.jar
NoteAlthough it is not a common situation, you can start AtlasMap and also load mapping definitions if you have an AtlasMap
.admfile. An AtlasMap.admfile contains mapping definitions that were exported from AtlasMap. For example, suppose you want to start AtlasMap and import the/home/aslan/Downloads/atlas-mapping.admfile. Invoke a command such as the following:$ java -Datlasmap.adm.path=/home/aslan/Downloads/atlas-mapping.adm -jar atlasmap-standalone-1.42.3.jar
-
In a browser, visit http://127.0.0.1:8585/ to see the AtlasMap data mapper canvas.
-
Experiment with the data mapper:
-
At the top of the Source panel, click
to import a JSON or XML file that you can map fields from. -
At the top of the Target panel, click
to import a different JSON or XML file that you can map fields to. -
To map fields:
-
Navigate to a source field and click
.The Mapping Details panel will slide in from the right.

-
Either:
-
Navigate to a target field and click
to add it to the
selected mapping, or -
Drag and drop a target field on the source field to add the target field to the mapping.
-
-
-
With a data mapping selected, explore the optional transformations.
-
To preview a data mapping result, click
and enter sample data in source Mapping preview fields. -
To save your work, click the AtlasMap menu and select Export the current mappings and support files into a catalog (.adm)
.Then choose a folder in which to save an AtlasMap
.admfile. This file contains the mapping definitions.
-