agmen-hu / node-datapumps

Node.js ETL (Extract, Transform, Load) toolkit for easy data import, export or transfer between systems.
MIT License
291 stars 38 forks source link

ExcelWriterMixin null column not allowed #11

Closed AndrzejSulej closed 9 years ago

AndrzejSulej commented 9 years ago

I dump data from mysql query stream and there is null allowed column. Now I have to check null value and convert it to empty string. In my opinion it is not necessary. Instead, leave cell empty.

novaki commented 9 years ago

I've fixed this issue, just the way you recommended. The fix is in v0.3.24.