/ Published in: Bash
This is an example of importing a CSV file into mongodb using the command line mongoimport tool.
Expand |
Embed | Plain Text
./mongoimport -v -d morningstar -c yahoo_profile_info -f ticker_symbol,company_name,phone,fax,address,website,index_membership,sector,industry,full_time_employees --type csv --file /tmp/yahoo_profile_info.csv
You need to login to post a comment.
