Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSV Export with BOM option #1574

Closed
michaelongithub opened this issue Nov 7, 2018 · 3 comments
Closed

CSV Export with BOM option #1574

michaelongithub opened this issue Nov 7, 2018 · 3 comments
Assignees
Labels
Enhancement Possible small update to an existing feature

Comments

@michaelongithub
Copy link

michaelongithub commented Nov 7, 2018

Hi Oli
first congrats to Your 4.1. Great as always !

Is your feature request related to a problem? Please describe.
Very often the CSV Export is used by users to be opened in Excel and the file needs to be a CSV, not Excel for user company handling reasons.

The CSV Export currently writes UTF-8 without BOM.
Excel can open such files not with correctly representing the character set (without configuring an explicit import) if one has special chars, german umlaut etc.

Describe the solution you'd like
Make CSV export standard with BOM or offer that as optional parameter in the table.download("csv", "data.csv", {delimiter:"."}, {bom:true});

Cheers Michael

@olifolkerd olifolkerd self-assigned this Nov 7, 2018
@olifolkerd olifolkerd added the Enhancement Possible small update to an existing feature label Nov 7, 2018
@olifolkerd
Copy link
Owner

Hey @michaelongithub

Glad to hear you like it.

I can certainly add a BOM option for the CSV downloader, i will stick it on the roadmap,

Cheers

Oli :)

@michaelongithub
Copy link
Author

Great and thanks.

@olifolkerd
Copy link
Owner

This has been added to the 4.2 branch which will be released on monday

Cheers

Oli :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Possible small update to an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants