I get an error after running this command:
mongoexport --db records --collection source_list --csv --out C:\bcopy.csv
record is my DB n source_list is my collection
Displays this message:
assertion: 9998 you need to specify fields
I also tried to specify the fields, but it gives me the same error.
What changes should I make in the team to get a backup of my collection, or is there any other way to do this?
source share