express-csv
express-csv copied to clipboard
Express CSV provides response CSV easily to Express.
Hi, I exposed a generate() function, mainly to simplify the tests of express apps that use your package. Thanks, Saad
It'd be great to have this as middleware which would add to `res` object the `csv` method. For example: ``` js var expressCsv = require('express-csv') // ... app.use(expressCsv) // ......
Getting a strange output in the Excel CSV file: [object Object]|"false"||"0"|"[object Object]"|"[object Object]"|"[object Object]"|"function () { var self = this , hookArgs // arguments eventually passed to the hook -...