Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows で bsondump とそのコマンドを使用する方法。
bsondump foo.bson > foo.json を実行しているとき
エラー: 'bsondump' は、内部コマンドまたは外部コマンド、操作可能なプログラムまたはバッチ ファイルとして認識されません。
mongodb fooRollback() コマンドで生成された bson ファイルを Windows で json ファイルに変換したい。
コマンドラインの使用法は正しいです。エラー メッセージは、MongoDB の bin ファイルの現在のディレクトリにいないか、そのディレクトリの PATH エントリがないことを意味します。
MongoDB をダウンロードするとbsondump.exe、.\bin\フォルダーに表示されます。
bsondump.exe
.\bin\