2015-12-02

MongoDB - Execute a custom script file and export the results to a flat file using the command line

mongo localhost:3001/DATABASE_NAME SCRIPT_FILE_NAME.js >> TARGET_FILE_NAME.EXTENSION

No comments:

Post a Comment