Commit Graph

21 Commits

Author SHA1 Message Date
Eliot Horowitz
415f5e7fa8 more error handling 2009-11-27 23:30:31 -05:00
Eliot Horowitz
ca785a0400 BDONObjBuilder::apendAsNumber
better fix for SERVER-423
2009-11-13 21:07:15 -05:00
Eliot Horowitz
02dfcf62e7 fix import with long long SERVER-424 2009-11-13 20:41:36 -05:00
Eliot Horowitz
d1057d5a9d clean trailing spaces when importing json SERVER-402 2009-11-02 09:52:58 -05:00
Eliot Horowitz
feb2a40d5f use lexical_cast instead of atoll b/c of windows 2009-10-21 14:17:58 -04:00
Eliot Horowitz
b446a74aec use long long for long int strings 2009-10-21 14:04:31 -04:00
Eliot Horowitz
1b27e7aae7 --ignoreBlanks option for import 2009-10-12 15:24:38 -04:00
Eliot Horowitz
fcd3220d16 add option to read fields from a file 2009-10-12 15:05:42 -04:00
Eliot Horowitz
65fb01f015 debugging for import 2009-10-11 20:24:12 -04:00
Eliot Horowitz
0496aa5ac7 changed mongoimportJSON to mongoimport - handles json/tsv/csv 2009-10-09 14:55:29 -04:00
Eliot Horowitz
992fc7d84c change file name 2009-02-09 11:24:21 -05:00
Eliot Horowitz
6f78b4ae5e remove the EOF check - too aggressive 2009-02-09 10:55:59 -05:00
yellow
c4e874bed7 don't try to import files of size 0 2009-01-31 21:46:47 +00:00
Eliot Horowitz
d02aa49e35 make run return and that is what the binary exits with 2009-01-29 11:56:44 -05:00
Eliot Horowitz
ba0da24261 made import use new Tool class 2009-01-27 21:37:56 -05:00
Aaron
261a467aa5 Replaced our #defined cout with mongo::out() 2009-01-15 11:26:38 -05:00
Aaron
90d45238aa Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
Aaron
248a6dd8de Replace tab indentation with spaces 2009-01-14 17:17:24 -05:00
Aaron
ad1f6b3cbd Put our code in 'mongo' namespace 2009-01-14 17:09:51 -05:00
Eliot Horowitz
67419db7d1 nicer messages 2009-01-12 10:30:04 -05:00
Eliot Horowitz
27ef7c544d import 2009-01-11 23:02:19 -05:00