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

Express CSV provides response CSV easily to Express.

Results 13 express-csv issues
Sort by recently updated
recently updated
newest added

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 -...