Skip to content

Instantly share code, notes, and snippets.

@NataliaAvila
Last active June 7, 2016 13:49
Show Gist options
  • Save NataliaAvila/223e578d2c0dcbb0c4c5 to your computer and use it in GitHub Desktop.
Save NataliaAvila/223e578d2c0dcbb0c4c5 to your computer and use it in GitHub Desktop.
Resolvendo no Windows - SyntaxError: Unexpected identifier when import json file in MongoDB
#mongoimport
#Siga os seguintes passos no prompt de comando:
#Entre no diretorio C:\mongodb\bin>
#Execute o comando mongoimport.exe
C:\mongodb\bin>mongoimport.exe
#instancie o mongoimport.exe e passe o caminho onde está localizado o arquivo json:
mongoimport.exe D:\projetos\Plugins\Estudos\MongoDB\Exercicios\Aula01\restaurantes.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment