Skip to content

Instantly share code, notes, and snippets.

@tanmaiaccion
Last active January 8, 2019 10:52
Show Gist options
  • Save tanmaiaccion/d7d41b83e8442413a968f5fb5e5434f5 to your computer and use it in GitHub Desktop.
Save tanmaiaccion/d7d41b83e8442413a968f5fb5e5434f5 to your computer and use it in GitHub Desktop.
mongo import with field types
mongoimport --port 27018 -d qanda -c qanda --type csv --fields question.string\(\),ans_1.string\(\),ans_2.string\(\),ans_3.string\(\),ans_4.string\(\),ans_5.string\(\),locationId.string\(\),status.boolean\(\) --columnsHaveTypes --file qanda.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment