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);
No comments:
Post a Comment