Hello, when I'm using the task search to generate a csv file, I get all the special caracters in strings like '&': '&'. Is there a easy way to manage the special characters ? thanks.
here is the task code i'm using.
Copy code
var searchTask = task.create({
taskType: task.TaskType.SEARCH,
savedSearchId: arrInfosCsvFiles[i]["savedSearchId"],
fileId: arrInfosCsvFiles[i]["fileId"],
});
let searchTaskId = searchTask.submit();