top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Extracting Records from MongoDB Data Files

+1 vote
214 views

We have a situation where we have the raw data files, but mongodump is no longer finishing. We want to get the data from the data files in a readable format (e.g. JSON). We are unable to extract the data from these files due to the header information.

Does anyone have a strategy for extracting the records from these files?

posted Mar 2, 2016 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

I generated some GridFs data on local MongoDB but I want to export these files only to production MongoDB.
I just have uploadtime field to query these files. Is there some option in Export to JSON by mongoexport both files and chunks after time stamp.

+1 vote

How to connect MongoDB data which is stored in remote server(I have remote server details) locally?And Is there in Mongo UI to connect or only commands will help?If so please give some links to run commands.

+1 vote

Write a meteor program. Which gets a data from textbox and fetch the results from MongoDB. And Display the corresponding Search results.

+1 vote

I have searched the method and found that GridFS might help. I refer the tutorial as below:
http://api.mongodb.com/python/current/examples/gridfs.html

But there is one problem, I dont know how to insert the local address to the code. It means that I would like to specify the local address of a pdf file and upload it to the database, but I dont know how to do it.

I also try to add the address of file into "put()" as:

a = fs.put("C:myfile.pdf")

But it doesnt work, if you know the answer, please let me know.

...