data.order.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camel-example-atlasmap-multidoc Show documentation
Show all versions of camel-example-atlasmap-multidoc Show documentation
An example for mapping from multiple source documents with using camel-atlasmap component running from Camel main
{
"Order": {
"orderItems": [
{
"itemId": "BUTTER",
"quantity": 3
},
{
"itemId": "APPLE",
"quantity": 10
}
],
"orderId": "O001"
}
}