これはクエリです:
mongoexport --host our.dbhost.com --port 27017 --username peter -p clark --collection sent_mails --db dbname --query '{trigger_id:ObjectId( "50c62e97b9fe6a000200000c"), updated_at: {$lt : ISODate("2013-02-28"), $gte : ISODate("2013-02-01") }}'
このコマンドを実行すると、次のようになります。
assertion: 10340 Failure parsing JSON string near: , updated_
何か案は?(2月に更新されたtrigger_idに一致するすべてのレコードが必要です。)