I have remote database in Atlas with name of "test" and I want to download collection name image_table as a JSON file.
In mac terminal:
$ mongoexport –db test –collection image_table image.json I got the error>
020-01-16T13:49:12.822+0100 error parsing command line options: too many positional arguments: [–db test –collection image_table image.json] 2020-01-16T13:49:12.822+0100 try 'mongoexport --help' for more information