Skip to content

Instantly share code, notes, and snippets.

@next-marianmoldovan
Created November 27, 2014 16:59
Show Gist options
  • Save next-marianmoldovan/ee1b206011b5a6d30df9 to your computer and use it in GitHub Desktop.
Save next-marianmoldovan/ee1b206011b5a6d30df9 to your computer and use it in GitHub Desktop.
#clean encoding
iconv -f iso-8859-1 -t utf-8 -c items.json > clean.json
#import objets in mongo
mongoimport --db books --collection books --file clean.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment