summaryrefslogtreecommitdiff
path: root/tools/export.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6359 mongoexport now outputs full strings in CSV modeJosh Price2012-07-091-1/+1
* SERVER-3112: Improved stdout/err in mongoexportBrandon Diamond2012-02-151-0/+13
* Fix build compileSpencer T Brody2011-07-261-1/+1
* Part 2 of SERVER-1097: Make mongoexport export valid CSVSpencer T Brody2011-07-261-1/+68
* add slaveOk option to mongoexport SERVER-3086gregs2011-06-011-1/+4
* fix projecton generation for export since it uses getFieldDotted SERVER-2369Eliot Horowitz2011-01-171-3/+18
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-21/+22
* Tools shouldn't use $snapshot with --dbpath SERVER-1833Mathias Stearn2010-09-231-2/+2
* don't use snapshot with another query SERVER-1383Eliot Horowitz2010-09-231-2/+5
* --jsonArray for mongoexport SERVER-1083Mathias Stearn2010-06-141-1/+14
* fix # and --fieldFile handling SERVER-1059Eliot Horowitz2010-04-271-2/+2
* stdafx->pchDwight2010-04-271-1/+1
* clean up stderr vs stdout for mongodump SERVER-564Eliot Horowitz2010-04-151-0/+1
* mongoimport and mongoexport should open files in text modeMathias Stearn2010-02-031-1/+1
* minor: mongoexport exported count -> stderr so as not to clutter data going t...Mike Dirolf2010-01-221-1/+1
* a little code cleanup / renameingDwight2010-01-031-1/+1
* cleaning tool debugging/testsEliot Horowitz2009-10-091-3/+20
* changed mongoimportJSON to mongoimport - handles json/tsv/csvEliot Horowitz2009-10-091-24/+9
* casingEliot Horowitz2009-09-241-1/+1
* fix embedded fields in export SERVER-293Eliot Horowitz2009-09-131-4/+5
* mongoexport: copy fields argument before parsingMike Dirolf2009-09-101-3/+4
* auth support for tools SERVER-147Eliot Horowitz2009-08-121-0/+2
* use $snapshot for dump/export tools SERVER-226Eliot Horowitz2009-08-111-1/+1
* minor: help textMike Dirolf2009-06-251-1/+1
* print help if you don't give a namespaceMike Dirolf2009-06-251-1/+8
* minor: whitespaceMike Dirolf2009-06-251-13/+13
* adjust help formatting MINORAaron2009-05-201-2/+2
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-201-7/+13
|\
| * add option to output to fileAaron2009-05-201-7/+13
* | make tools capable of running standalone, without a mongod instanceAaron2009-05-201-1/+1
|/
* adjust dependencies MINORAaron2009-05-111-0/+1
* export needs to use jsonString, not toStringEliot Horowitz2009-04-131-1/+1
* doneAndDecouple() -> obj()Dwight2009-02-091-1/+1
* npe equivEliot Horowitz2009-02-031-1/+2
* export to json/csv toolEliot Horowitz2009-02-021-0/+111