Skip to content

Instantly share code, notes, and snippets.

@bashkirtsevich
Last active November 30, 2016 18:06
Show Gist options
  • Save bashkirtsevich/26e382b8ce088357bc5f5a5feba742cb to your computer and use it in GitHub Desktop.
Save bashkirtsevich/26e382b8ce088357bc5f5a5feba742cb to your computer and use it in GitHub Desktop.
Import CSV file to mongo
mongoimport --db mybase --collection mycollection --type csv --headerline --file file.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment