summaryrefslogtreecommitdiff
path: root/tools/import.cpp
Commit message (Expand)AuthorAgeFilesLines
* Backport fix to 1.2 branch. SERVER-410.Mathias Stearn2009-12-291-4/+5
* 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