Closed stevenluoxiaohua closed 7 years ago
I used your MongodbMixin class to export data to csv file. I found that NumberLong fields are not in the file.
I think this is a mongodb library issue. Maybe this helps you: https://mongodb.github.io/node-mongodb-native/api-bson-generated/long.html
I used your MongodbMixin class to export data to csv file. I found that NumberLong fields are not in the file.