HI Team,
Am using below code to export pivot table in to CSV.
webix.toCSV(
$$(“pivot”),
{
filename : “Coalition_Advanced_Cross_Tab_” + dd
+ “” + mm + “” + yyyy
})
And, My issue is am not getting proper name if name have any special characters. Need to add UTF-8 to handle special characters.
Please let me know the solution , How to handle special characters in CSV from pivot.
Thank you.