Tuesday, 25 April 2017

Mongoose csv encoding issue

I use mongoose-csv module from npm and i have encoding problem. Data to csv is latin extended. How i can set diffrent coding in this plugin.

Simple usage:

User.find().csv(res);



via mcek

No comments:

Post a Comment