You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the text/csv response is encoded with UTF-8 w/o BOM. But Microsoft Excel requires the encoding of UTF-8 with BOM to display the non-ascii characters correctly.
Is is possible to provide a csv output with utf-8-bom encoding?