summaryrefslogtreecommitdiff
path: root/tools/import.cpp
Commit message (Expand)AuthorAgeFilesLines
* check imports are going to a master SERVER-1878Kristina Chodorow2010-10-081-0/+5
* SERVER-1270 Elim c_str() /toolsAlberto Lerner2010-07-201-1/+1
* ignore UTF-8 BOM in mongoimport SERVER-862Mathias Stearn2010-06-281-0/+5
* Allow specifying upsert fields for mongoimport SERVER-1186Mathias Stearn2010-06-141-3/+25
* --jsonArray for mongoimport SERVER-1083Mathias Stearn2010-06-141-13/+47
* --noimport hidden option to mongoimport for benchmarking JSON parserMathias Stearn2010-06-141-1/+10
* Dont count failed records as importedMathias Stearn2010-06-031-1/+2
* --stopOnError option to mongoimport SERVER-1133Mathias Stearn2010-06-031-0/+4
* Mongoimport now fails on invalid UTF8 SERVER-1171Mathias Stearn2010-06-031-0/+3
* Make mongoimport work w/o final EOL. SERVER-1152Mathias Stearn2010-06-031-6/+4
* --upsert option to mongoimport SERVER-1154Mathias Stearn2010-05-251-3/+16
* stdafx->pchDwight2010-04-271-1/+1
* mongoimport: support for escaped " in csv with either "" or \" SERVER-773Mathias Stearn2010-03-221-18/+33
* fix for csv import where last field has " SERVER-682Eliot Horowitz2010-02-271-1/+3
* typo MINORMathias Stearn2010-02-091-1/+1
* make tools wait until all modifications have completed before exitingMathias Stearn2010-02-091-0/+2
* mongoimport and mongoexport should open files in text modeMathias Stearn2010-02-031-1/+1
* Allocate line buffer on heap to avoid blowing the stack on windows. SERVER-410Mathias Stearn2009-12-281-4/+4
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-1/+1
* better csv header line parsingEliot Horowitz2009-12-221-1/+4
* init fixEliot Horowitz2009-11-281-0/+1
* mongoimport take --headerline for csv,tsv SERVER-444Eliot Horowitz2009-11-281-7/+25
* fix csv parsing with escaped fields SERVER-441Eliot Horowitz2009-11-281-3/+13
* more error handlingEliot Horowitz2009-11-271-0/+1
* BDONObjBuilder::apendAsNumberEliot Horowitz2009-11-131-46/+1
* fix import with long long SERVER-424Eliot Horowitz2009-11-131-1/+2
* clean trailing spaces when importing json SERVER-402Eliot Horowitz2009-11-021-3/+9
* use lexical_cast instead of atoll b/c of windowsEliot Horowitz2009-10-211-2/+7
* use long long for long int stringsEliot Horowitz2009-10-211-1/+1
* --ignoreBlanks option for importEliot Horowitz2009-10-121-1/+11
* add option to read fields from a fileEliot Horowitz2009-10-121-5/+1
* debugging for importEliot Horowitz2009-10-111-2/+6
* changed mongoimportJSON to mongoimport - handles json/tsv/csvEliot Horowitz2009-10-091-0/+243
* change file nameEliot Horowitz2009-02-091-114/+0
* remove the EOF check - too aggressiveEliot Horowitz2009-02-091-6/+1
* don't try to import files of size 0yellow2009-01-311-0/+3
* make run return and that is what the binary exits withEliot Horowitz2009-01-291-1/+2
* made import use new Tool classEliot Horowitz2009-01-271-124/+80
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-9/+9
* Indent all lines within namespaces one levelAaron2009-01-151-62/+62
* Replace tab indentation with spacesAaron2009-01-141-88/+88
* Put our code in 'mongo' namespaceAaron2009-01-141-2/+7
* nicer messagesEliot Horowitz2009-01-121-2/+4
* importEliot Horowitz2009-01-111-0/+152