wso2 / micro-integrator

The cloud-native configuration driven runtime that helps developers implement composite microservices.
https://wso2.com/integration/
Apache License 2.0
202 stars 218 forks source link

Converting "\t" in strings in messages to a real tab in SQS connector #3375

Closed vikumkbv closed 3 months ago

vikumkbv commented 3 months ago

Hi Team,

In the SQS connector, when we have "\t" in strings within the message payload, it is treated as a real tab space. This behavior needs to be fixed. For "\n", it works as expected (i.e., "\n" is passed as it is instead of being converted to a new line).

Thanks, Vikum