If the data from the rest-API is stuctured like this: { "level1": { "level2": "data" } }
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.