mongimport/mongoexport work on JSON/CSV. mongodump/mongorestore work
on bson files.
Assuming that the bson files were created using mongodump, you can
restore it using the mongrestore utility.
On Jun 18, 5:33 pm, Mel <melsimb...@gmail.com> wrote:
> I recently installed mongo because I'm looking at analyzing some data that
> is stored in several .bson files. I've gone through the tutorials as much
> as I can, but I don't really understand how to do this and am unsure
> whether to use mongoimport, dump or restore or some combination. Can anyone
> give me more detailed instructions?
> Thank you!