mongoexport that will dump Basis sleep data from MongoDB normalized collection into a .csv for import into Excel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mongoexport \ | |
--collection sleepexport --type=csv --fields _id,start_time,offset,light_minutes,rem_minutes,deep_minutes,interruption_minutes,unknown_minutes \ | |
--out mysleepdata.csv --db mydb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment