Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi All,
I am trying to push data (String obtain from a device )from EMS which contains special character “\n”. When I receive it at ThingWorx side in a property I receive payload without “\n”. Is there any way to receive data at platform side without any replacement on payload.
We are using C SDK for EMS related development.
Thanks and Regards,
Vishal Vaidya
Hello,
Have you tried to precede a special characters, such as "\n" with another escape char? So instead of pushing "\n" to push "\\n"?
Regards,
Jakub.