
Questions: 23,768 //
Answers: 52,378 //
Contributing Members: 18,029
Mar 07, 2018 at 11:33 AM, vishnuprasad answered with:
Hi @abhi21 try to use object to string transformer.
Mar 07, 2018 at 03:40 PM, alanmunoz answered with:
Hello! @abhi21 you could use object to string as our friend here @vishnuprasad said. Also if you need a more specific mapping or transformation, you could use "Transform Message Connector" altho it could not be necessary. After that, if you want that to mantain as your final message, DONOT include any other transformer after you do the JSON to String conversion.
Mar 20, 2018 at 03:44 AM, lini answered with:
use object to string transformer or bytearray to string
Mar 22, 2018 at 08:02 AM, vikalpbhalia answered with:
You can also you set payload component #[message.payloadAs(java.lang.String)]