mongoimport
JSON, CSV, TXT 등의 파일을 MongoDB 서버에 불러오기 (Import)
개요
사용법
$ mongoimport -d <데이터베이스> -c <콜렉션> <데이터 파일>
$ mongoimport -d test_database -c test_collection test.jsonLast updated
Was this helpful?
JSON, CSV, TXT 등의 파일을 MongoDB 서버에 불러오기 (Import)
$ mongoimport -d <데이터베이스> -c <콜렉션> <데이터 파일>
$ mongoimport -d test_database -c test_collection test.jsonLast updated
Was this helpful?
Was this helpful?