IN:
.\mongoexport.exe --db mydb --collection slideproof_user_event_date_count --csv --out events.csv --fields '_id,first_day' .\mongoexport.exe --db mydb --collection slideproof_user_event_date_count --out events.json --fields '_id._p,first_day'
Doesn't work (only the first field / column contains content):
.\mongoexport.exe --db mydb --collection slideproof_user_event_date_count --csv --out events.csv --fields '_id._p, first_day'
How to enable correct output for .csv with margin fields?
mongodb
Cilvic
source share