CotalkerPartners / mongo-xlsx

Convert Mongo data into Excel and vice versa @ Node.js. MongoDB Mongoose Dump to excel.
MIT License
99 stars 28 forks source link

not working with model mapping file #16

Closed ghost closed 6 years ago

ghost commented 6 years ago

The program works fine if model name passed as null. however, when I run it using mapping model it always lead to below error. Please help!

TypeError: mongoModel.forEach is not a function at convertMongoModelToObject (D:\react\react-redux\metrics-node-services\node_modules\mongo-xlsx\lib\mongo-xlsx.js:398:14) at Object.exports.xlsxData2MongoData (D:\react\react-redux\metrics-node-services\node_modules\mongo-xlsx\lib\mongo-xlsx.js:328:24) at D:\react\react-redux\metrics-node-services\node_modules\mongo-xlsx\lib\mongo-xlsx.js:294:26 at D:\react\react-redux\metrics-node-services\node_modules\mongo-xlsx\lib\xlsx-rw.js:69:12 at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:446:3) model-config.txt sample-output-withNull.txt

ghost commented 6 years ago

This was issue with location mapper file. Hence closing