The material provided is for informational purposes only, and should not be relied on in making any purchasing or investment decision. The information is not a commitment, promise or legal obligation to deliver any material, code, or functionality. The development, release, and timing of any features or functionality described for our products remains at our sole discretion. © 2026 Cloud Software Group, Inc. All rights reserved. This page and your use is governed by these
Terms of Use.
reviving this
a Quickfix would be to have an option to disable TDV pre-processing before presenting data through a REST service -
i.e. the ability to send [rawdata] FROM a TDV REST endpoint, the same way we can send [rawdata] TO a REST endpoint.
As it is, TDV makes assumption on the structure of data it's returning, and tries to add ",: and escape characters in what it believes to be value-pairs and strings.
When a TDV REST service returns JSON with custom structure, this obviosuly breaks the output.
An addition to this is that we need to have the ability to build JSON objects and pass them back to REST webservices. There is no easy way to do this apart from passing the [rawdata] parameter to a REST call. We should have some built in UI options for creating these JSON structures... It gets a bit gnarly trying to append JSON to a VARCHAR variable in a sql procedure.