This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 4b01bbdeee8d6de1c6aefa1a51cd15a44a38a213 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Aug 30 14:32:34 2021 +0200 Added Xj Template Kamelet Action --- docs/modules/ROOT/pages/xj-template-action.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/ROOT/pages/xj-template-action.adoc b/docs/modules/ROOT/pages/xj-template-action.adoc index d68d60e..584747c 100644 --- a/docs/modules/ROOT/pages/xj-template-action.adoc +++ b/docs/modules/ROOT/pages/xj-template-action.adoc @@ -7,6 +7,8 @@ Apply the XJ Identity Transformation to transform JSON to XML and XML to JSON. +The template property needs to be encoded in base64, so when you pass it as parameter, don't forget to encode it. + == Configuration Options The following table summarizes the configuration options available for the `xj-template-action` Kamelet:
