Back to All

How to handle escaped characters from rest datasource?

We are getting data from rest-API, then use transform to map data. If the data contains special characters the transform task in index fails.

Data from rest-API: "title": "lorem ipsum "text""

Errorlog: Could not transform Error: Invalid object passed in, ':' or '}' expected.