Parsing JSON with an illegal unquoted character
Hi,
I'm using the JSON to Data operator to parse JSON from a web service call. Some of the data returned has single quotes in it ("We've noticed..."). This is causing the error:
de.rapidanalytics.ejb.service.ServiceDataSourceException Error executing process /myserver/surveys/retrieve_surveys for service retrieve_surveys: The input JSON document is malformed: 'Illegal unquoted character ((CTRL-CHAR, code 10)): has to be escaped using backslash to be included in string value at [Source: {"result":
I'm not able to change the data from the web service. Is there a way I can fix it after I retrieve it but before I pass it to be parsed? I'm retrieving it with an Execute Process operator with cURL and then a Read Document.
Thank you,
Rachel