Questions tagged [atlasmap]

The AtlasMap is a data mapping solution with interactive web based user interface, that simplifies configuring integrations between Java, XML, and JSON data sources. Use this tag for questions regarding AtlasMap, how to author mappingings or use the mapping engine.

The AtlasMap is a data mapping solution with interactive web based user interface, that simplifies configuring integrations between Java, XML, and JSON data sources.

You can design your data mapping on the AtlasMap Data Mapper UI canvas, and then run that data mapping via runtime engine. AtlasMap Data Mapper UI is primarily designed to work within the Syndesis UI, and now we're exploring to improve standalone user experience.

7 questions
3
votes
0 answers

Integrating atlasmap-2.3.5 (React) into Angular12

Bit challenging to find a solution for integrating react application into Angular app. Broadly there are 2 pieces in whole work first Atlasmap ( Open source) and Angular.I am working on integrating Atlasmap in Angular 12. Atlasmap is an open source…
2
votes
0 answers

How do we change the context path of atlasmap-2.1.6?

github atlasmap 2.1.6 (https://github.com/atlasmap/atlasmap/tree/atlasmap-2.1.6) addded server.servlet.context-path: /test but UI not rendering properly screenshot attached
1
vote
1 answer

xml to json conversion using AtlasMap

While exploring the efficient conversion tool for xml to json, I find AtlasMap! (https://atlasmap.io) is a very useful. AtlasMap standalone application helps to formulate source to target mapping file. It supports transforming data to and from XML,…
Mohammad Hasan
  • 123
  • 1
  • 6
  • 22
0
votes
0 answers

AtlasMap cannot connect element to the selected mapping

I am trying to concatenate multiple source fields into one target field. Some elements are not a problem to combine with, others cannot be combined as you can see in the picture. I would like to concatenate the name and value from the source…
Poww
  • 1
  • 1
0
votes
1 answer

AtlasMap can't get target document from .adm file imported into java

I imported the target xml file into the AtlasMap Data Mapper UI as below:
0
votes
1 answer

Camel AtlasMap UnrecognizedPropertyException

I'm test driving atlasmap in a camel route. I have created a very simple test input xml file, an adm file, and a route. I get an exception. public class ImportRoute extends RouteBuilder { @Override public void configure() throws Exception…
FaraBara
  • 115
  • 7
0
votes
1 answer

Can I use AtlasMap with an older version of Apache Camel

Our pom.xml shows camel-parent is set at version 2.24.0, and AtlasMap says since Camel 3.7. We will not be updating our Camel version anytime soon, that is an entirely different conversation (government project with no budget for that). I'm pretty…
Gerry
  • 1,031
  • 1
  • 14
  • 30