ng-csv icon indicating copy to clipboard operation
ng-csv copied to clipboard

Getting blank lines when the generated CSV is sent to Windows machine from a Mac

Open rahul-desai3 opened this issue 9 years ago • 1 comments

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

rahul-desai3 avatar Sep 11 '15 16:09 rahul-desai3

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.

MattSidor avatar Nov 12 '15 18:11 MattSidor