summaryrefslogtreecommitdiff
path: root/tools/import.cpp
AgeCommit message (Expand)Author
2011-10-08Fix mongoimport on jsonArrays. SERVER-3834Spencer T Brody
2011-08-01Handle empty string properly in mongoimportSpencer T Brody
2011-07-27Don't iterate off the end of a string in mongoimportSpencer T Brody
2011-07-26Part 1 of SERVER-1097: Make mongoimport adhere to CSV spec.Spencer T Brody
2011-07-26Refactor import code to make it easier to plug in new CSV parser.Spencer T Brody
2011-06-27Fix SERVER-3276 - mongoimport stripping leading tabs when importing TSV filesSpencer T Brody
2011-01-31fix mongoimport progress bar with stdin SERVER-2427Eliot Horowitz
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-12-01mongoimport: --upsertFields should imply --upsert SERVER-2070Mathias Stearn
2010-10-08check imports are going to a master SERVER-1878Kristina Chodorow
2010-07-20SERVER-1270 Elim c_str() /toolsAlberto Lerner
2010-06-28ignore UTF-8 BOM in mongoimport SERVER-862Mathias Stearn
2010-06-14Allow specifying upsert fields for mongoimport SERVER-1186Mathias Stearn
2010-06-14--jsonArray for mongoimport SERVER-1083Mathias Stearn
2010-06-14--noimport hidden option to mongoimport for benchmarking JSON parserMathias Stearn
2010-06-03Dont count failed records as importedMathias Stearn
2010-06-03--stopOnError option to mongoimport SERVER-1133Mathias Stearn
2010-06-03Mongoimport now fails on invalid UTF8 SERVER-1171Mathias Stearn
2010-06-03Make mongoimport work w/o final EOL. SERVER-1152Mathias Stearn
2010-05-25--upsert option to mongoimport SERVER-1154Mathias Stearn
2010-04-27stdafx->pchDwight
2010-03-22mongoimport: support for escaped " in csv with either "" or \" SERVER-773Mathias Stearn
2010-02-27fix for csv import where last field has " SERVER-682Eliot Horowitz
2010-02-09typo MINORMathias Stearn
2010-02-09make tools wait until all modifications have completed before exitingMathias Stearn
2010-02-03mongoimport and mongoexport should open files in text modeMathias Stearn
2009-12-28Allocate line buffer on heap to avoid blowing the stack on windows. SERVER-410Mathias Stearn
2009-12-28uassert/massert take error code SERVER-112Eliot Horowitz
2009-12-22better csv header line parsingEliot Horowitz
2009-11-28init fixEliot Horowitz
2009-11-28mongoimport take --headerline for csv,tsv SERVER-444Eliot Horowitz
2009-11-28fix csv parsing with escaped fields SERVER-441Eliot Horowitz
2009-11-27more error handlingEliot Horowitz
2009-11-13BDONObjBuilder::apendAsNumberEliot Horowitz
2009-11-13fix import with long long SERVER-424Eliot Horowitz
2009-11-02clean trailing spaces when importing json SERVER-402Eliot Horowitz
2009-10-21use lexical_cast instead of atoll b/c of windowsEliot Horowitz
2009-10-21use long long for long int stringsEliot Horowitz
2009-10-12--ignoreBlanks option for importEliot Horowitz
2009-10-12add option to read fields from a fileEliot Horowitz
2009-10-11debugging for importEliot Horowitz
2009-10-09changed mongoimportJSON to mongoimport - handles json/tsv/csvEliot Horowitz
2009-02-09change file nameEliot Horowitz
2009-02-09remove the EOF check - too aggressiveEliot Horowitz
2009-01-31don't try to import files of size 0yellow
2009-01-29make run return and that is what the binary exits withEliot Horowitz
2009-01-27made import use new Tool classEliot Horowitz
2009-01-15Replaced our #defined cout with mongo::out()Aaron
2009-01-15Indent all lines within namespaces one levelAaron
2009-01-14Replace tab indentation with spacesAaron