ng-csv
ng-csv copied to clipboard
Getting blank lines when the generated CSV is sent to Windows machine from a Mac
The problem is similar to the one mentioned here: http://stackoverflow.com/questions/16864683/empty-space-in-between-rows-after-using-writer-in-python
Is there a solution for this?
Thanks, Rahul
Have you tried using the add-bom
attribute?
add-bom: Add the Byte Order Mark, use this option if you are getting an unexpected char when opening the file on any windows App.