Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mathiash98/ec2baf41616367b092054a57587f5927 to your computer and use it in GitHub Desktop.
Save mathiash98/ec2baf41616367b092054a57587f5927 to your computer and use it in GitHub Desktop.
Mongoimport norwegian zip code postnummer mongodb columnsHaveTypes
mongoimport --db naturAll --collection postnummer --fields _id.string(),poststed.string(),kommunekode.string(),kommune.string(),kategori.string() --columnsHaveTypes --type tsv --file C:\Users\mathi\Downloads\Postnummerregister_ansi.txt --drop
@mathiash98
Copy link
Author

Example showing mongoimport columnsHaveTypes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment