lhanscom / ngx-csv

Helper library for create CSV file in Angular 7
MIT License
4 stars 5 forks source link

Replace nulls/undefined with nothing #7

Closed CAspeling closed 4 years ago

CAspeling commented 5 years ago

Is there any way to replace nulls or undefined with nothing? If I replace it with an empty string then I still get ,"", instead of ,, (just 2 commas next to each other)

lhanscom commented 4 years ago

Fixed, use the removeEmptyValues option. v0.3.2