dandelion / dandelion-datatables

Dandelion component for DataTables
http://dandelion.github.io/components/datatables/
Other
110 stars 49 forks source link

Fixed CSV format by using with double quotes commas. #309

Open arnaldop opened 8 years ago

arnaldop commented 8 years ago

Each field is delimited by double quotes. Inner double-quotes are doubled (a"b becomes a""b). Fields are separated by commas.

This makes exported CSV files automatically imported by Excel without needing to go through the Import File feature.

tduchateau commented 8 years ago

Can one of the admins verify this patch?