Hello!
We need to add a blank space in the converted data
for example, we are sending with one stream this data "provider_register":"2024-10-19T20:04:37-0300"
we need to add a blank space after the colon and before the value in order to send it like this
"provider_register": "2024-10-19T20:04:37-0300"
We need to do that with several parameter, is this possible to do?
Thanks!