Community
How to handle escaped characters from rest datasource?
about 4 years ago by Henrik Andersson
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.