Pages

Monday, July 14, 2014

Import CSV into mongodb how to

Import CSV into mongodb how to

I have a CSV - [ Comma Separated Values ]. How can I import CSV file into Mongodb ?


mongoimport --db data --collection contacts --type csv --headerline --file data.csv 

Where ,
--db is Database name
--collection is Collection Name ( Similar to Table)
--type is type of file being imported
--file is Location of the Input CSV File

Reference:

http://docs.mongodb.org/manual/reference/program/mongoimport/

1 comment:

  1. Hi this is great post and share nice information , this is going best in this time.

    Server hosting 1gbit

    ReplyDelete